diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-22 20:47:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 20:47:00 -0500 |
commit | 22bc9e754f345192929359cab9972ffa95c083e9 (patch) | |
tree | bcaa783aae8f97774f430342db6b7b2ba240f9e1 /src/main/resources/assets/skyblocker | |
parent | 2812c97e3741121dbf89ec14dd76a3ff5532cd06 (diff) | |
parent | 47cd3414169ece1e5a4622ce068641f73f103a51 (diff) | |
download | Skyblocker-22bc9e754f345192929359cab9972ffa95c083e9.tar.gz Skyblocker-22bc9e754f345192929359cab9972ffa95c083e9.tar.bz2 Skyblocker-22bc9e754f345192929359cab9972ffa95c083e9.zip |
Merge pull request #505 from Thsgun/master
Make fancy_slot_lock.png
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png | bin | 0 -> 1462 bytes |
2 files changed, 3 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 1360f5f1..7afe4196 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -95,6 +95,9 @@ "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundStyle": "Item Rarity Background Style", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundStyle.@Tooltip": "Choose between a circular or a square background style!", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundsOpacity": "Item Rarity Backgrounds Opacity", + "text.autoconfig.skyblocker.option.general.itemProtection": "Item Protection", + "text.autoconfig.skyblocker.option.general.itemProtection.slotLockStyle": "Slot Lock Icon Style", + "text.autoconfig.skyblocker.option.general.itemProtection.slotLockStyle.@Tooltip": "Choose between the fancy or the classic slot lock icon.", "text.autoconfig.skyblocker.option.general.wikiLookup": "Wiki Lookup", "text.autoconfig.skyblocker.option.general.wikiLookup.enableWikiLookup": "Enable Wiki Lookup", "text.autoconfig.skyblocker.option.general.wikiLookup.enableWikiLookup.@Tooltip": "Opens the wiki page of the hovered item with the F4 key.", diff --git a/src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png b/src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png Binary files differnew file mode 100644 index 00000000..d3370639 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png |