diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-04 02:13:19 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-04 02:13:19 +0100 |
commit | 4190272eba7d21303474cad6333be82c4f1e6e9d (patch) | |
tree | 1f08283d36827c9e93442f2d3ba21b48d316d5f0 | |
parent | 3635ca79e8d98bbee33d7af9b1f80833861b8ce4 (diff) |
launch cactus
-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) |