Skip to content

Commit 8e41ec7

Browse files
committed
Update tipped arrow panel color
1 parent 14a4d53 commit 8e41ec7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/panels/detail_panel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ detail_panel:
136136
# CustomPotionColor uses the Decimal description of a Color, just as leather armor does.
137137
# All you need to do is take a hex code of a color (like #ff00aa) which represents red,
138138
# 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}]
140140
title: level.gui.buttons.previous.name
141141
description: level.gui.buttons.previous.description
142142
data:
@@ -154,7 +154,7 @@ detail_panel:
154154
7: material_button
155155
8: material_button
156156
9:
157-
icon: tipped_arrow{CustomPotionColor:8439583}
157+
icon: tipped_arrow[potion_contents={custom_color:8439583}]
158158
title: level.gui.buttons.next.name
159159
description: level.gui.buttons.next.description
160160
data:

src/main/resources/panels/value_panel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ value_panel:
6464
8: material_button
6565
3:
6666
1:
67-
icon: tipped_arrow{CustomPotionColor:11546150}
67+
icon: tipped_arrow[potion_contents={custom_color:11546150}]
6868
title: level.gui.buttons.previous.name
6969
description: level.gui.buttons.previous.description
7070
data:
@@ -82,7 +82,7 @@ value_panel:
8282
7: material_button
8383
8: material_button
8484
9:
85-
icon: tipped_arrow{CustomPotionColor:8439583}
85+
icon: tipped_arrow[potion_contents={custom_color:8439583}]
8686
title: level.gui.buttons.next.name
8787
description: level.gui.buttons.next.description
8888
data:

0 commit comments

Comments
 (0)