-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi Space, found this while trying out the Range Goggles. I just started the turtle and this showed up. Restarting the world somehow fixes it:
code:
modem = peripheral.find("modem")
goggles = peripheral.find("goggle_link_port")
local DEBUG_TO_DRONE_CHANNEL = 9
local DRONE_TO_DEBUG_CHANNEL = 10
function transmit(cmd,args)
modem.transmit(DRONE_TO_DEBUG_CHANNEL, DEBUG_TO_DRONE_CHANNEL,
{range2=item.distance})
end
while true do
for k, v in pairs(goggles.getConnected()) do
local item = v.raycast(300, {0, 0, 1}, false, true, true)
print(textutils.serialize(item))
end
sleep(1)
end
mod version patch1-0.0.12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
