summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-04 02:12:50 +0100
committerubq323 <ubq323@ubq323.website>2024-04-04 02:12:50 +0100
commit3635ca79e8d98bbee33d7af9b1f80833861b8ce4 (patch)
tree0c14eff32c8bdad9f9ba41b47bd6626ad00df71d
parent957167e4e766cec2ca20fe8a0916295a87a352f3 (diff)
launch cactus
-rw-r--r--cactus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cactus.lua b/cactus.lua
index cfad203..d86d0d5 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -116,7 +116,7 @@ local function dump_and_refuel()
for i=1,16 do
ch.pullItems(self, i)
end
- if turtle.getFuelLevel() < 1000
+ if turtle.getFuelLevel() < 1000 then
for k,v in pairs(ch.list()) do
if v.name == "minecraft:lava_bucket" then
ch.pushItems(self, k, 1, 1)