aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorviciscat <51047087+viciscat@users.noreply.github.com>2024-07-06 20:15:53 +0200
committerviciscat <51047087+viciscat@users.noreply.github.com>2024-07-06 20:15:53 +0200
commit666f1569142074467431bf4a9c81cd3603cf0772 (patch)
tree99024f243b424bc295b3ec99009c11007d4e2478 /src/main
parentcf3fdfa96131b0fdd58e0d2057f0cb4b593e5dc7 (diff)
downloadSkyblocker-666f1569142074467431bf4a9c81cd3603cf0772.tar.gz
Skyblocker-666f1569142074467431bf4a9c81cd3603cf0772.tar.bz2
Skyblocker-666f1569142074467431bf4a9c81cd3603cf0772.zip
fine and you
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java2
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
index 0412c32e..7a83b2e0 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
@@ -31,7 +31,7 @@ public class PlayerInventory implements ProfileViewerPage {
// Z-STACKING forces this nonsense of separating the Background texture and Item Drawing :(
public void render(DrawContext context, int mouseX, int mouseY, float delta, int rootX, int rootY) {
- drawContainerTextures(context, "Armour", rootX, rootY + 108, IntIntPair.of(1, 4));
+ drawContainerTextures(context, "Armor", rootX, rootY + 108, IntIntPair.of(1, 4));
drawContainerTextures(context, "Inventory", rootX, rootY + 2, IntIntPair.of(4, 9));
drawContainerTextures(context, "Equipment", rootX + 90, rootY + 108, IntIntPair.of(1, 4));
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index f2ac9b9d..ffbe716f 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -937,7 +937,7 @@
"skyblocker.waypoints.ordered.import.coleWeight.fail": "§cFailed to import waypoints from the Cole Weight format. Make sure to have the waypoint data copied to your clipboard!",
"skyblocker.profileviewer.inventory.Inventory": "Inventory",
- "skyblocker.profileviewer.inventory.Armour": "Armor",
+ "skyblocker.profileviewer.inventory.Armor": "Armor",
"skyblocker.profileviewer.inventory.Equipment": "Equipment",
"skyblocker.profileviewer.inventory.Enderchest": "Enderchest",
"skyblocker.profileviewer.inventory.Backpack": "Backpack",