1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-20 02:07:39 +00:00

mirror to monitor

This commit is contained in:
kepler155c@gmail.com
2017-04-08 20:06:31 -04:00
parent 430ab7d910
commit 60487d951d
5 changed files with 110 additions and 90 deletions

View File

@@ -130,6 +130,7 @@ local function sendInfo()
info.point = turtle.point
info.inventory = turtle.getInventory()
info.coordSystem = turtle.getState().coordSystem
info.slotIndex = turtle.getSelectedSlot()
end
device.wireless_modem.transmit(999, os.getComputerID(), info)
end