Fix node inventory access check

This commit is contained in:
Gabriel Tofvesson 2024-10-04 00:40:31 +02:00
parent 595da4f179
commit a479572926

View File

@ -71,7 +71,8 @@ end
local accessNode = Chest:fromPeripheral("minecraft:trapped_chest", true)
local controller = loadState(CACHE_FILE, accessNode)
---@diagnostic disable-next-line: need-check-nil
local controller = loadState(CACHE_FILE, accessNode:getInventory())
local monitor = peripheral.find("monitor")
local width, height = monitor.getSize()