aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2024-02-21 00:30:35 +0100
committerGitHub <noreply@github.com>2024-02-21 00:30:35 +0100
commit1410e2530c8e5e2631adb038c4816568750b0436 (patch)
treef2bc09a8d2e5348ae456727d2787d6baf8a1253a /src/main/resources
parenta15ce2afc7d9ce473148233a69a86aaca50fadc6 (diff)
parent6885e1affbc71c703cf6195182c7ee4053603683 (diff)
downloadSkyblocker-1410e2530c8e5e2631adb038c4816568750b0436.tar.gz
Skyblocker-1410e2530c8e5e2631adb038c4816568750b0436.tar.bz2
Skyblocker-1410e2530c8e5e2631adb038c4816568750b0436.zip
Merge pull request #562 from LifeIsAParadox/Item-Protection-improvement
Improve Item Protection feature
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/item_protection.pngbin0 -> 235 bytes
2 files changed, 1 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 dc3d6911..c3cf9447 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -5,6 +5,7 @@
"key.skyblocker.defaultTgl": "Switch tab HUD to default view",
"key.skyblocker.toggleA": "Toggle tab HUD to screen A",
"key.wikiLookup": "Wiki Lookup",
+ "key.itemProtection": "Protect Item",
"text.skyblocker.open": "Open",
"text.skyblocker.quit_config": "Changes Not Saved",
diff --git a/src/main/resources/assets/skyblocker/textures/gui/item_protection.png b/src/main/resources/assets/skyblocker/textures/gui/item_protection.png
new file mode 100644
index 00000000..b76fe034
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/item_protection.png
Binary files differ