From 1f9be92e1699fd09117fb93e18656d861b9087f1 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Fri, 4 Jul 2025 19:35:13 +0000 Subject: [PATCH] Bump versions in manifest.json (#64) Updates versions in pack manifest to let clients redownload the pack with a proper sweeping effect particle --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7706ca8..fb6d87e 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Optional Bedrock resource pack to extend Geyser functionality", "name": "GeyserOptionalPack", "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", - "version": [1, 0, 12], + "version": [1, 0, 13], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ @@ -12,7 +12,7 @@ "description": "GeyserOptionalPack", "type": "resources", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", - "version": [1, 0, 12] + "version": [1, 0, 13] } ] }