diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-05-15 12:36:30 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-05-15 12:36:30 -0400 |
commit | 0b0d8be21af814c47bf42ce70ca9902092024212 (patch) | |
tree | 6296c3b18d15ad909447685b2243c6575c95a4d0 /src/main/resources | |
parent | 964799fae2c0a6bcffdebc074a72a112e42039b9 (diff) | |
download | Skyblocker-0b0d8be21af814c47bf42ce70ca9902092024212.tar.gz Skyblocker-0b0d8be21af814c47bf42ce70ca9902092024212.tar.bz2 Skyblocker-0b0d8be21af814c47bf42ce70ca9902092024212.zip |
Clean up rendering code and remove extra buttons option
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index b73c7594..a945dfcd 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -473,7 +473,7 @@ "skyblocker.config.quickNav": "Quick Navigation", "skyblocker.config.quickNav.button": "Button %d", - "skyblocker.config.quickNav.button.clickEvent": "Click event", + "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", |