From c763bb71f6bf987b8ec0e23db55cf870bc8b8be5 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 5 Aug 2024 00:37:11 +0300 Subject: [PATCH] fix some items display in inventory --- src/inventoryWindows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {