summaryrefslogtreecommitdiff
path: root/storage.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 15:45:10 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 15:45:10 +0100
commit89e83c9a3811bc2e0a39bb8fcda4dfe4715cf60e (patch)
tree8f4be1985ea9d5c79579dd6611808ec509409a7b /storage.lua
parent77a6acbeb0ee8044e6b81fd9ae43e7398d5472a7 (diff)
storage
Diffstat (limited to 'storage.lua')
-rw-r--r--storage.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage.lua b/storage.lua
index 237d058..97796c5 100644
--- a/storage.lua
+++ b/storage.lua
@@ -15,9 +15,9 @@ for _,ty in ipairs(chest_types) do
for _,chest in ipairs(tc) do
local name = peripheral.getName(chest)
chests[name] = {
- content = chest.list()
- size = chest.size()
- pphl = chest
+ content = chest.list(),
+ size = chest.size(),
+ pphl = chest,
}
end
end