From 06751603daa56ca4807a4bae9ceafbedffe51997 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Tue, 9 Dec 2025 12:37:12 +0100 Subject: [PATCH] 1.0.1: Update workaround removing background of empty titles to hide "black boxes" with the subtitle-based cooldown to support 1.21.130+ --- src/main/resources/integratedpack/manifest.json | 4 ++-- src/main/resources/integratedpack/ui/hud_screen.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } ]