Skip to content

Commit

Permalink
Update tipped arrows in GUI Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 21, 2024
1 parent 952a2a6 commit 02a19d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/panels/detail_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ detail_panel:
# TIPPED_ARROW:INSTANT_DAMAGE:2::LINGER:2
# TIPPED_ARROW:JUMP:2:NOTEXTENDED:NOSPLASH:1
# TIPPED_ARROW:WEAKNESS::::1 - any weakness enchantment
icon: TIPPED_ARROW:INSTANT_HEAL::::1
icon: tipped_arrow{CustomPotionColor:11546150}
title: level.gui.buttons.previous.name
description: level.gui.buttons.previous.description
data:
Expand All @@ -139,7 +139,7 @@ detail_panel:
7: material_button
8: material_button
9:
icon: TIPPED_ARROW:JUMP::::1
icon: tipped_arrow{CustomPotionColor:8439583}
title: level.gui.buttons.next.name
description: level.gui.buttons.next.description
data:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/panels/value_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ value_panel:
8: material_button
3:
1:
icon: TIPPED_ARROW:INSTANT_HEAL::::1
icon: tipped_arrow{CustomPotionColor:11546150}
title: level.gui.buttons.previous.name
description: level.gui.buttons.previous.description
data:
Expand All @@ -82,7 +82,7 @@ value_panel:
7: material_button
8: material_button
9:
icon: TIPPED_ARROW:JUMP::::1
icon: tipped_arrow{CustomPotionColor:8439583}
title: level.gui.buttons.next.name
description: level.gui.buttons.next.description
data:
Expand Down

0 comments on commit 02a19d1

Please sign in to comment.