diff options
author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-07-06 20:15:53 +0200 |
---|---|---|
committer | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-07-06 20:15:53 +0200 |
commit | 666f1569142074467431bf4a9c81cd3603cf0772 (patch) | |
tree | 99024f243b424bc295b3ec99009c11007d4e2478 /src/main/java/de | |
parent | cf3fdfa96131b0fdd58e0d2057f0cb4b593e5dc7 (diff) | |
download | Skyblocker-666f1569142074467431bf4a9c81cd3603cf0772.tar.gz Skyblocker-666f1569142074467431bf4a9c81cd3603cf0772.tar.bz2 Skyblocker-666f1569142074467431bf4a9c81cd3603cf0772.zip |
fine and you
Diffstat (limited to 'src/main/java/de')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java | 2 |
1 files changed, 1 insertions, 1 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)); |