diff options
Diffstat (limited to 'src/main/resources/assets/firmament/gui')
-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"/> |