diff options
-rw-r--r-- | cactus.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ end local function dump_and_refuel() local modem = peripheral.wrap"top" local self = modem.getNameLocal() + print(self) local ch = peripheral.find"sc-goodies:diamond_barrel" for i=1,16 do ch.pullItems(self, i) |