diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-24 16:16:02 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-24 16:16:02 +0200 |
commit | 195ffaca5492eb4362e479894615725c326d1998 (patch) | |
tree | 0c91cbff8f3466d60bbc5ce6b3c0c36ff87b3f28 /src/main/resources/assets | |
parent | a19d2e1e1b233dbd0bde9b74516cc4a399772066 (diff) | |
download | Firmament-195ffaca5492eb4362e479894615725c326d1998.tar.gz Firmament-195ffaca5492eb4362e479894615725c326d1998.tar.bz2 Firmament-195ffaca5492eb4362e479894615725c326d1998.zip |
Add support for /give syntax to /firm buttons
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/firmament/gui/button_editor_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/firmament/gui/button_editor_fragment.xml b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml index 1cf3df2..067b986 100644 --- a/src/main/resources/assets/firmament/gui/button_editor_fragment.xml +++ b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml @@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <ItemStack value="@getItemIcon"/> <Text text="Icon"/> </Row> - <Hover lines="Put your display item in here.;Can be any SkyBlock item id."> + <Hover lines="Put your display item in here.;Can be any SkyBlock item id.;;Alternatively you can paste in a /give command"> <TextField value="@icon" width="180"/> </Hover> <Text text="Command"/> |