From 02a19d1bdb200ab585f51941e96149d9010bb87b Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 21 Jan 2024 09:08:35 -0800 Subject: [PATCH] Update tipped arrows in GUI Panel --- src/main/resources/panels/detail_panel.yml | 4 ++-- src/main/resources/panels/value_panel.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/panels/detail_panel.yml b/src/main/resources/panels/detail_panel.yml index da08f6c..74fb90e 100644 --- a/src/main/resources/panels/detail_panel.yml +++ b/src/main/resources/panels/detail_panel.yml @@ -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: @@ -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: diff --git a/src/main/resources/panels/value_panel.yml b/src/main/resources/panels/value_panel.yml index c173313..ac06443 100644 --- a/src/main/resources/panels/value_panel.yml +++ b/src/main/resources/panels/value_panel.yml @@ -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: @@ -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: