File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Download: [GeyserOptionalPack.mcpack](https://download.geysermc.org/v2/projects/
19
19
- 2x2 crafting grid while in creative mode
20
20
- Tick-delay and rename fields in the command block menu
21
21
- Structure block options that do not exist on Java
22
+ - Removes the (sub)title background for attack cooldowns
22
23
23
24
### Manually building
24
25
Original file line number Diff line number Diff line change 4
4
"description" : " Optional Bedrock resource pack to extend Geyser functionality" ,
5
5
"name" : " GeyserOptionalPack" ,
6
6
"uuid" : " e5f5c938-a701-11eb-b2a3-047d7bb283ba" ,
7
- "version" : [1 , 0 , 11 ],
7
+ "version" : [1 , 0 , 12 ],
8
8
"min_engine_version" : [ 1 , 16 , 0 ]
9
9
},
10
10
"modules" : [
11
11
{
12
12
"description" : " GeyserOptionalPack" ,
13
13
"type" : " resources" ,
14
14
"uuid" : " eebb4ea8-a701-11eb-95ba-047d7bb283ba" ,
15
- "version" : [1 , 0 , 11 ]
15
+ "version" : [1 , 0 , 12 ]
16
16
}
17
17
]
18
18
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "hud_title_text/title_frame/title_background" : {
3
+ "bindings" : [
4
+ {
5
+ "binding_name" : " #hud_title_text_string" ,
6
+ "binding_name_override" : " #text" ,
7
+ "binding_type" : " global"
8
+ },
9
+ {
10
+ "binding_type" : " view" ,
11
+ "source_property_name" : " ((#text - ' ') = #text)" ,
12
+ "target_property_name" : " #visible"
13
+ }
14
+ ]
15
+ }
16
+ ,
17
+ "hud_title_text/subtitle_frame/subtitle_background" : {
18
+ "bindings" : [
19
+ {
20
+ "binding_name" : " #hud_subtitle_text_string" ,
21
+ "binding_name_override" : " #text" ,
22
+ "binding_type" : " global"
23
+ },
24
+ {
25
+ "binding_type" : " view" ,
26
+ "source_property_name" : " ((#text - '˙') = #text)" ,
27
+ "target_property_name" : " #visible"
28
+ }
29
+ ]
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments