Testing has revealed that cookie jars are, in fact, broken. (bibliocraft cookie jars)

This commit is contained in:
osmarks 2018-04-29 17:03:40 +01:00
parent 441b4f0dd8
commit 5a4e0bd632

View File

@ -9,8 +9,7 @@ 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") or string.find(n, "shulker") then
string.find(n, "cookiejar") then
inventories[n] = p inventories[n] = p
end end
end end