File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/resources/panels Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ detail_panel:
136
136
# CustomPotionColor uses the Decimal description of a Color, just as leather armor does.
137
137
# All you need to do is take a hex code of a color (like #ff00aa) which represents red,
138
138
# green, blue as 2 hex digits each and convert that number into a decimal, using a hex to decimal calculator.
139
- icon : tipped_arrow{CustomPotionColor :11546150}
139
+ icon : tipped_arrow[potion_contents={custom_color :11546150}]
140
140
title : level.gui.buttons.previous.name
141
141
description : level.gui.buttons.previous.description
142
142
data :
@@ -154,7 +154,7 @@ detail_panel:
154
154
7 : material_button
155
155
8 : material_button
156
156
9 :
157
- icon : tipped_arrow{CustomPotionColor :8439583}
157
+ icon : tipped_arrow[potion_contents={custom_color :8439583}]
158
158
title : level.gui.buttons.next.name
159
159
description : level.gui.buttons.next.description
160
160
data :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ value_panel:
64
64
8 : material_button
65
65
3 :
66
66
1 :
67
- icon : tipped_arrow{CustomPotionColor :11546150}
67
+ icon : tipped_arrow[potion_contents={custom_color :11546150}]
68
68
title : level.gui.buttons.previous.name
69
69
description : level.gui.buttons.previous.description
70
70
data :
@@ -82,7 +82,7 @@ value_panel:
82
82
7 : material_button
83
83
8 : material_button
84
84
9 :
85
- icon : tipped_arrow{CustomPotionColor :8439583}
85
+ icon : tipped_arrow[potion_contents={custom_color :8439583}]
86
86
title : level.gui.buttons.next.name
87
87
description : level.gui.buttons.next.description
88
88
data :
You can’t perform that action at this time.
0 commit comments