Compare commits

..

No commits in common. "a4795729261334178677400b8742392b12aa1bf3" and "94250b56c93364bfb292e974ac2be71b385f71fa" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -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()

View File

@ -160,10 +160,6 @@ function Chest:getName()
return self.name
end
function Chest:getInventory()
return self.chest
end
function Chest:find(query)
local result = {}