From b580bab10b8bc5ac0463717076be3c08b348d2e0 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 23 Feb 2019 08:03:57 -0500 Subject: [PATCH] cleanup --- turtle/lavaRefuel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turtle/lavaRefuel.lua b/turtle/lavaRefuel.lua index fd3b184..7c6401d 100644 --- a/turtle/lavaRefuel.lua +++ b/turtle/lavaRefuel.lua @@ -14,7 +14,7 @@ if not turtle.has('minecraft:bucket') then end local scanner = device['plethora:scanner'] or - turtle.equip('right', 'plethora:module:2') and device['plethora:scanner'] or + turtle.equip('left', 'plethora:module:2') and device['plethora:scanner'] or error('Plethora scanner required') if not turtle.select('minecraft:bucket') then @@ -58,7 +58,7 @@ end) turtle.gotoY(0) turtle.go({ x = 0, y = 0, z = 0 }) -turtle.unequip('right') +turtle.unequip('left') print('Fuel: ' .. turtle.getFuelLevel()) if not s and m then