Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Download: [GeyserOptionalPack.mcpack](https://download.geysermc.org/v2/projects/
- 2x2 crafting grid while in creative mode
- Tick-delay and rename fields in the command block menu
- Structure block options that do not exist on Java
- Removes the (sub)title background for attack cooldowns

### Manually building

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Optional Bedrock resource pack to extend Geyser functionality",
"name": "GeyserOptionalPack",
"uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba",
"version": [1, 0, 11],
"version": [1, 0, 12],
"min_engine_version": [ 1, 16, 0 ]
},
"modules": [
{
"description": "GeyserOptionalPack",
"type": "resources",
"uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba",
"version": [1, 0, 11]
"version": [1, 0, 12]
}
]
}
31 changes: 31 additions & 0 deletions ui/hud_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"hud_title_text/title_frame/title_background": {
"bindings": [
{
"binding_name": "#hud_title_text_string",
"binding_name_override": "#text",
"binding_type": "global"
},
{
"binding_type": "view",
"source_property_name": "((#text - ' ') = #text)",
"target_property_name": "#visible"
}
]
}
,
"hud_title_text/subtitle_frame/subtitle_background": {
"bindings": [
{
"binding_name": "#hud_subtitle_text_string",
"binding_name_override": "#text",
"binding_type": "global"
},
{
"binding_type": "view",
"source_property_name": "((#text - '˙') = #text)",
"target_property_name": "#visible"
}
]
}
}