diff --git a/src/inventoryWindows.ts b/src/inventoryWindows.ts index f65de0f3..17356f43 100644 --- a/src/inventoryWindows.ts +++ b/src/inventoryWindows.ts @@ -198,7 +198,7 @@ const renderSlot = (slot: RenderSlot, skipBlock = false): { if ('type' in itemTexture) { // is item return { - texture: 'items', + texture: itemTexture.type, slice: itemTexture.slice } } else {