We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197d339 commit 2aef6a7Copy full SHA for 2aef6a7
src/main/resources/panels/phases_panel.yml
@@ -17,6 +17,10 @@ phases_panel:
17
6: phase_button
18
7: phase_button
19
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.
24
3:
25
1:
26
icon: tipped_arrow{CustomPotionColor:11546150}
0 commit comments