From 89e83c9a3811bc2e0a39bb8fcda4dfe4715cf60e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 15:45:10 +0100 Subject: storage --- storage.lua | 6 +++--- 1 file 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 -- cgit v1.2.3