1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

1.0.1: Update workaround removing background of empty titles to hide "black boxes" with the subtitle-based cooldown to support 1.21.130+

This commit is contained in:
onebeastchris
2025-12-09 12:37:12 +01:00
parent 982fa6c3fa
commit 06751603da
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "Bedrock resource pack to extend Geyser functionality", "description": "Bedrock resource pack to extend Geyser functionality",
"name": "GeyserIntegratedPack", "name": "GeyserIntegratedPack",
"uuid": "2254393d-8430-45b0-838a-bd397828c765", "uuid": "2254393d-8430-45b0-838a-bd397828c765",
"version": [1, 0, 0], "version": [1, 0, 1],
"min_engine_version": [ 1, 16, 0 ] "min_engine_version": [ 1, 16, 0 ]
}, },
"modules": [ "modules": [
@@ -12,7 +12,7 @@
"description": "GeyserIntegratedPack", "description": "GeyserIntegratedPack",
"type": "resources", "type": "resources",
"uuid": "4d60881b-e4ed-466f-925c-8abc873151ba", "uuid": "4d60881b-e4ed-466f-925c-8abc873151ba",
"version": [1, 0, 0] "version": [1, 0, 1]
} }
] ]
} }

View File

@@ -8,7 +8,7 @@
}, },
{ {
"binding_type": "view", "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" "target_property_name": "#visible"
} }
] ]