diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-05-13 16:11:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 16:11:24 -0400 |
commit | 2d1b82d02257548fde4aeac350ae3a200975e295 (patch) | |
tree | decb87987d8a4246007e1cfff89d53a3b4970d1c /src/main/resources/assets | |
parent | 5eb9d273d2eb56cebaf0be0f90716b362916400b (diff) | |
parent | 5591340b63c1abfd2f3657ee423ba16005503704 (diff) | |
download | Skyblocker-2d1b82d02257548fde4aeac350ae3a200975e295.tar.gz Skyblocker-2d1b82d02257548fde4aeac350ae3a200975e295.tar.bz2 Skyblocker-2d1b82d02257548fde4aeac350ae3a200975e295.zip |
Merge pull request #701 from SkyblockerMod/datafixer
Config Data Fixer
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 283175d0..8f7bb2da 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -455,10 +455,10 @@ "skyblocker.config.quickNav": "Quick Navigation", "skyblocker.config.quickNav.button": "Button %d", "skyblocker.config.quickNav.button.clickEvent": "Click event", + "skyblocker.config.quickNav.button.item.components": "Item Components", + "skyblocker.config.quickNav.button.item.components.@Tooltip": "A string of item components enclosed in square brackets, which is the same format as the /give command.\n\nExample: [minecraft:enchantment_glint_override=true]", "skyblocker.config.quickNav.button.item.count": "Item Count", "skyblocker.config.quickNav.button.item.itemName": "Item ID", - "skyblocker.config.quickNav.button.item.nbt": "NBT", - "skyblocker.config.quickNav.button.item.nbt.@Tooltip": "\u00a7c\u00a7lWARNING: THIS MUST BE CONFIGURED WITH ITEM NBT NOT ITEM COMPONENTS! \n\n\u00a7fIn the future we will automatically migrate your config to use item components!", "skyblocker.config.quickNav.button.render": "Render", "skyblocker.config.quickNav.button.uiTitle": "UI Title", "skyblocker.config.quickNav.enableQuickNav": "Enable Quick Navigation", |