From 666f1569142074467431bf4a9c81cd3603cf0772 Mon Sep 17 00:00:00 2001 From: viciscat <51047087+viciscat@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:15:53 +0200 Subject: fine and you --- .../skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java | 2 +- src/main/resources/assets/skyblocker/lang/en_us.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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", -- cgit