diff --git a/client/gui/gui_chest.ts b/client/gui/gui_chest.ts index 59c1cd6..3d8b6b2 100644 --- a/client/gui/gui_chest.ts +++ b/client/gui/gui_chest.ts @@ -25,7 +25,7 @@ export class GuiChest extends GuiScreen { this.slots.push( new Slot( this.inventory, - l + i * 9 + 9, + l + i * 9, chest_x + l * SLOT_SIZE, chest_y + i * SLOT_SIZE, ),