diff --git a/src/main/resources/integratedpack/manifest.json b/src/main/resources/integratedpack/manifest.json index 884b588..5d7ee22 100644 --- a/src/main/resources/integratedpack/manifest.json +++ b/src/main/resources/integratedpack/manifest.json @@ -4,7 +4,7 @@ "description": "Bedrock resource pack to extend Geyser functionality", "name": "GeyserIntegratedPack", "uuid": "2254393d-8430-45b0-838a-bd397828c765", - "version": [1, 0, 0], + "version": [1, 0, 1], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ @@ -12,7 +12,7 @@ "description": "GeyserIntegratedPack", "type": "resources", "uuid": "4d60881b-e4ed-466f-925c-8abc873151ba", - "version": [1, 0, 0] + "version": [1, 0, 1] } ] } diff --git a/src/main/resources/integratedpack/ui/hud_screen.json b/src/main/resources/integratedpack/ui/hud_screen.json index 9b26be5..be1dc5a 100644 --- a/src/main/resources/integratedpack/ui/hud_screen.json +++ b/src/main/resources/integratedpack/ui/hud_screen.json @@ -8,7 +8,7 @@ }, { "binding_type": "view", - "source_property_name": "((('%02s' * #text) = #text) or ((#text - ' ') = #text))", + "source_property_name": "((not (('%.1s' * #text) = #text)) or ((#text - ' ') = #text))", "target_property_name": "#visible" } ]