summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-04 02:13:19 +0100
committerubq323 <ubq323@ubq323.website>2024-04-04 02:13:19 +0100
commit4190272eba7d21303474cad6333be82c4f1e6e9d (patch)
tree1f08283d36827c9e93442f2d3ba21b48d316d5f0
parent3635ca79e8d98bbee33d7af9b1f80833861b8ce4 (diff)
launch cactus
-rw-r--r--cactus.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cactus.lua b/cactus.lua
index d86d0d5..c9cd0bf 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -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)