diff --git a/inventoryManager.lua b/inventoryManager.lua index 6577812..46ab9db 100644 --- a/inventoryManager.lua +++ b/inventoryManager.lua @@ -893,9 +893,8 @@ local function refreshFurnaceStatus() end end cache.furnaceStatus = status -end - -local function scanInventory(deviceName) + bumpStateVersion() +end(deviceName) local inv = wrapCached(deviceName) if not inv then return {} end local result = {}