diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-12-22 04:50:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 04:50:46 -0500 |
| commit | f9a6f61985ce5441b1e749a1296912c6a21e8a5f (patch) | |
| tree | 914376103bed51f38afc806a9f9a47873d0183cd /src/main/resources | |
| parent | ce458037a13a6c1a42e772e275ac155efe577c17 (diff) | |
| download | Skyblocker-f9a6f61985ce5441b1e749a1296912c6a21e8a5f.tar.gz Skyblocker-f9a6f61985ce5441b1e749a1296912c6a21e8a5f.tar.bz2 Skyblocker-f9a6f61985ce5441b1e749a1296912c6a21e8a5f.zip | |
Consumable Protection (#1090)
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 5657c250..003742ef 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -274,6 +274,8 @@ "skyblocker.config.general.itemList.enableItemList": "Enable Item List", "skyblocker.config.general.itemProtection": "Item Protection", + "skyblocker.config.general.itemProtection.protectValuableConsumables": "Protect Valuable Consumables", + "skyblocker.config.general.itemProtection.protectValuableConsumables.@Tooltip": "Prevents consuming items such as Bottles of Jyrre, Dark Cacao Truffles, and Discrite before they have evolved.", "skyblocker.config.general.itemProtection.slotLockStyle": "Slot Lock Icon Style", "skyblocker.config.general.itemProtection.slotLockStyle.@Tooltip": "Choose between the fancy or the classic slot lock icon.", "skyblocker.config.general.itemProtection.slotLockStyle.style.CLASSIC": "Classic", |
