Skip to content

Commit 2aef6a7

Browse files
committed
Added text about the tipped arrow
1 parent 197d339 commit 2aef6a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/panels/phases_panel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ phases_panel:
1717
6: phase_button
1818
7: phase_button
1919
8: phase_button
20+
# In this case, the icon is defined as a TIPPED_ARROW with a color.
21+
# CustomPotionColor uses the Decimal description of a Color, just as leather armor does.
22+
# All you need to do is take a hex code of a color (like #ff00aa) which represents red,
23+
# green, blue as 2 hex digits each and convert that number into a decimal, using a hex to decimal calculator.
2024
3:
2125
1:
2226
icon: tipped_arrow{CustomPotionColor:11546150}

0 commit comments

Comments
 (0)