Skip to content

Commit

Permalink
Added text about the tipped arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Aug 21, 2024
1 parent 197d339 commit 2aef6a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/panels/phases_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ phases_panel:
6: phase_button
7: phase_button
8: phase_button
# In this case, the icon is defined as a TIPPED_ARROW with a color.
# CustomPotionColor uses the Decimal description of a Color, just as leather armor does.
# All you need to do is take a hex code of a color (like #ff00aa) which represents red,
# green, blue as 2 hex digits each and convert that number into a decimal, using a hex to decimal calculator.
3:
1:
icon: tipped_arrow{CustomPotionColor:11546150}
Expand Down

0 comments on commit 2aef6a7

Please sign in to comment.