Compare commits
No commits in common. "a4795729261334178677400b8742392b12aa1bf3" and "94250b56c93364bfb292e974ac2be71b385f71fa" have entirely different histories.
a479572926
...
94250b56c9
@ -71,8 +71,7 @@ end
|
||||
|
||||
|
||||
local accessNode = Chest:fromPeripheral("minecraft:trapped_chest", true)
|
||||
---@diagnostic disable-next-line: need-check-nil
|
||||
local controller = loadState(CACHE_FILE, accessNode:getInventory())
|
||||
local controller = loadState(CACHE_FILE, accessNode)
|
||||
local monitor = peripheral.find("monitor")
|
||||
|
||||
local width, height = monitor.getSize()
|
||||
|
@ -160,10 +160,6 @@ function Chest:getName()
|
||||
return self.name
|
||||
end
|
||||
|
||||
function Chest:getInventory()
|
||||
return self.chest
|
||||
end
|
||||
|
||||
function Chest:find(query)
|
||||
local result = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user