diff --git a/README.md b/README.md index ee83cb0..15679fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 623b0c3..7706ca8 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "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": [ @@ -12,7 +12,7 @@ "description": "GeyserOptionalPack", "type": "resources", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", - "version": [1, 0, 11] + "version": [1, 0, 12] } ] } diff --git a/ui/hud_screen.json b/ui/hud_screen.json new file mode 100644 index 0000000..ee2d7a0 --- /dev/null +++ b/ui/hud_screen.json @@ -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" + } + ] + } +} \ No newline at end of file