remove print() for last commit

This commit is contained in:
bprice
2020-02-13 22:58:12 -07:00
parent cb0c1da77d
commit e361e37491

View File

@@ -385,9 +385,7 @@ local function mineable(action)
if block.name == 'minecraft:chest' then
collectDrops(action.suck)
end
print(MAX_FUEL)
if turtle.getFuelLevel() < (MAX_FUEL - 1000) then
print(MAX_FUEL)
if block.name == 'minecraft:lava' or block.name == 'minecraft:flowing_lava' then
if turtle.select('minecraft:bucket:0') then
if action.place() then