summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cactus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cactus.lua b/cactus.lua
index 975842b..6930d1f 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -118,7 +118,7 @@ local function dump_and_refuel()
for i=1,16 do
ch.pullItems(self, i)
end
- while turtle.getFuelLevel() < 2000 then
+ while turtle.getFuelLevel() < 2000 do
for k,v in pairs(ch.list()) do
if v.name == "minecraft:lava_bucket" then
ch.pushItems(self, k, 1, 1)