From e9e1f5bb59606dd743be1884a3a2a29bf7e96d83 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 3 Apr 2024 23:25:32 +0100 Subject: launch cactus --- cactus.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cactus.lua b/cactus.lua index 508d0fa..5d14f48 100644 --- a/cactus.lua +++ b/cactus.lua @@ -11,6 +11,10 @@ local function ensure_equipped(item) return false, "couldn't find "..item end -print(ensure_equipped "computercraft:wireless_modem_normal") +assert(ensure_equipped "computercraft:wireless_modem_normal") + +local loc = vector.new(gps.locate) +print(loc) + -- cgit v1.2.3