recipe reorg + milo fixes

This commit is contained in:
kepler155c
2018-11-19 13:52:32 -05:00
parent 2605410c6d
commit 6b11b29bba
13 changed files with 36 additions and 22 deletions

View File

@@ -67,6 +67,10 @@ if not modem or not modem.getNameLocal then
Syntax('Wired modem missing')
end
if not modem.getNameLocal() then
Syntax('Wired modem is not active')
end
local introspection = Peripheral.get('plethora:introspection') or
Syntax('Introspection module missing')