mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 20:25:16 +01:00
Use latest form of icon format for TIPPED ARROWS in panels
This commit is contained in:
parent
b672755ef9
commit
ffcda52912
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user