Make trapped chest homogeneous

This commit is contained in:
Gabriel Tofvesson 2024-10-04 00:37:25 +02:00
parent 5fe4bc0c66
commit 94250b56c9

View File

@ -70,7 +70,7 @@ local function loadState(fname, node)
end
local accessNode = Chest:fromPeripheral("minecraft:trapped_chest")
local accessNode = Chest:fromPeripheral("minecraft:trapped_chest", true)
local controller = loadState(CACHE_FILE, accessNode)
local monitor = peripheral.find("monitor")