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:
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user