From 6919ddb1844c11f345362d7423637741a9504d72 Mon Sep 17 00:00:00 2001 From: Thsgun <140964974+Thsgun@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:29:08 +0000 Subject: Added fancy_slot_lock.png --- .../assets/skyblocker/textures/gui/fancy_slot_lock.png | Bin 0 -> 1462 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png (limited to 'src/main/resources') 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 new file mode 100644 index 00000000..d3370639 Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/fancy_slot_lock.png differ -- cgit From 47cd3414169ece1e5a4622ce068641f73f103a51 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:33:56 -0500 Subject: Add option to switch between slot lock styles --- src/main/resources/assets/skyblocker/lang/en_us.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') 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.", -- cgit