Cookie jar support
This commit is contained in:
parent
b2d02051a6
commit
441b4f0dd8
@ -9,7 +9,8 @@ for _, n in pairs(peripheral.getNames()) do
|
|||||||
local p = peripheral.wrap(n)
|
local p = peripheral.wrap(n)
|
||||||
if
|
if
|
||||||
string.find(n, "chest") or
|
string.find(n, "chest") or
|
||||||
string.find(n, "shulker") then
|
string.find(n, "shulker") or
|
||||||
|
string.find(n, "cookiejar") then
|
||||||
inventories[n] = p
|
inventories[n] = p
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user