Compare commits
2 Commits
94250b56c9
...
a479572926
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a479572926 | ||
![]() |
595da4f179 |
@ -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()
|
||||||
|
@ -160,6 +160,10 @@ function Chest:getName()
|
|||||||
return self.name
|
return self.name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function Chest:getInventory()
|
||||||
|
return self.chest
|
||||||
|
end
|
||||||
|
|
||||||
function Chest:find(query)
|
function Chest:find(query)
|
||||||
local result = {}
|
local result = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user