Fix node inventory access check
This commit is contained in:
parent
595da4f179
commit
a479572926
@ -71,7 +71,8 @@ end
|
|||||||
|
|
||||||
|
|
||||||
local accessNode = Chest:fromPeripheral("minecraft:trapped_chest", true)
|
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 monitor = peripheral.find("monitor")
|
||||||
|
|
||||||
local width, height = monitor.getSize()
|
local width, height = monitor.getSize()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user