From ffcda52912b0a05caf19af46ed366b330cfdd6de Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 19 Jan 2024 22:16:12 -0800 Subject: [PATCH] Use latest form of icon format for TIPPED ARROWS in panels --- src/main/resources/panels/island_creation_panel.yml | 4 ++-- src/main/resources/panels/language_panel.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/panels/island_creation_panel.yml b/src/main/resources/panels/island_creation_panel.yml index f58940e29..94b26983b 100644 --- a/src/main/resources/panels/island_creation_panel.yml +++ b/src/main/resources/panels/island_creation_panel.yml @@ -21,7 +21,7 @@ island_creation_panel: 8: blueprint_bundle_button 3: 1: - icon: TIPPED_ARROW:INSTANT_HEAL::::1 # The icon for button + icon: tipped_arrow{CustomPotionColor:11546150} # The icon for button title: panels.buttons.previous.name # The name of button, or link to the localization. description: panels.buttons.previous.description # The description of button, or link to the localization. data: @@ -39,7 +39,7 @@ island_creation_panel: 7: blueprint_bundle_button 8: blueprint_bundle_button 9: - icon: TIPPED_ARROW:JUMP::::1 + icon: tipped_arrow{CustomPotionColor:8439583} title: panels.buttons.next.name description: panels.buttons.next.description data: diff --git a/src/main/resources/panels/language_panel.yml b/src/main/resources/panels/language_panel.yml index 707be9534..5ea01a6ed 100644 --- a/src/main/resources/panels/language_panel.yml +++ b/src/main/resources/panels/language_panel.yml @@ -21,7 +21,7 @@ language_panel: 8: language_button 3: 1: - icon: TIPPED_ARROW:INSTANT_HEAL::::1 # The icon for button + icon: tipped_arrow{CustomPotionColor:11546150} # The icon for button title: panels.buttons.previous.name # The name of button, or link to the localization. description: panels.buttons.previous.description # The description of button, or link to the localization. data: @@ -39,7 +39,7 @@ language_panel: 7: language_button 8: language_button 9: - icon: TIPPED_ARROW:JUMP::::1 + icon: tipped_arrow{CustomPotionColor:8439583} title: panels.buttons.next.name description: panels.buttons.next.description data: