Skip to content

Commit 0675160

Browse files
committed
1.0.1: Update workaround removing background of empty titles to hide "black boxes" with the subtitle-based cooldown to support 1.21.130+
1 parent 982fa6c commit 0675160

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/integratedpack/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "Bedrock resource pack to extend Geyser functionality",
55
"name": "GeyserIntegratedPack",
66
"uuid": "2254393d-8430-45b0-838a-bd397828c765",
7-
"version": [1, 0, 0],
7+
"version": [1, 0, 1],
88
"min_engine_version": [ 1, 16, 0 ]
99
},
1010
"modules": [
1111
{
1212
"description": "GeyserIntegratedPack",
1313
"type": "resources",
1414
"uuid": "4d60881b-e4ed-466f-925c-8abc873151ba",
15-
"version": [1, 0, 0]
15+
"version": [1, 0, 1]
1616
}
1717
]
1818
}

src/main/resources/integratedpack/ui/hud_screen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"binding_type": "view",
11-
"source_property_name": "((('%02s' * #text) = #text) or ((#text - ' ') = #text))",
11+
"source_property_name": "((not (('%.1s' * #text) = #text)) or ((#text - ' ') = #text))",
1212
"target_property_name": "#visible"
1313
}
1414
]

0 commit comments

Comments
 (0)