superTreefarm

This commit is contained in:
kepler155c@gmail.com
2018-12-21 19:48:40 -05:00
parent 12aebb0b88
commit fdf9c70338
4 changed files with 701 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ local device = _G.device
local peripheral = _G.peripheral
local scanner = device.neuralInterface or device['plethora:scanner'] or peripheral.find('manipulator')
if not scanner or not scanner.sense then
if not scanner or not scanner.scan then
error('Plethora scanner must be equipped')
end