Skip to content

Commit

Permalink
Update TIPPED_ARROW to latest API in panels
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 21, 2024
1 parent fe9e63f commit 005d49a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/panels/gamemode_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gamemode_panel:
content:
2:
1:
icon: TIPPED_ARROW:INSTANT_HEAL::::1
icon: tipped_arrow{CustomPotionColor:11546150}
title: challenges.gui.buttons.previous.name
description: challenges.gui.buttons.previous.description
data:
Expand All @@ -33,7 +33,7 @@ gamemode_panel:
7: gamemode
8: gamemode
9:
icon: TIPPED_ARROW:JUMP::::1
icon: tipped_arrow{CustomPotionColor:8439583}
title: challenges.gui.buttons.next.name
description: challenges.gui.buttons.next.description
data:
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/panels/main_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ main_panel:
8: challenge_button
3:
1:
icon: TIPPED_ARROW:INSTANT_HEAL::::1
icon: tipped_arrow{CustomPotionColor:11546150}
title: challenges.gui.buttons.previous.name
description: challenges.gui.buttons.previous.description
data:
Expand All @@ -41,7 +41,7 @@ main_panel:
7: challenge_button
8: challenge_button
9:
icon: TIPPED_ARROW:JUMP::::1
icon: tipped_arrow{CustomPotionColor:8439583}
title: challenges.gui.buttons.next.name
description: challenges.gui.buttons.next.description
data:
Expand All @@ -53,7 +53,7 @@ main_panel:
tooltip: challenges.gui.tips.click-to-next
5:
1:
icon: TIPPED_ARROW:INSTANT_HEAL::::1
icon: tipped_arrow{CustomPotionColor:11546150}
title: challenges.gui.buttons.previous.name
description: challenges.gui.buttons.previous.description
data:
Expand All @@ -71,7 +71,7 @@ main_panel:
7: level_button
8: level_button
9:
icon: TIPPED_ARROW:JUMP::::1
icon: tipped_arrow{CustomPotionColor:8439583}
title: challenges.gui.buttons.next.name
description: challenges.gui.buttons.next.description
data:
Expand Down

0 comments on commit 005d49a

Please sign in to comment.