read if gay

This commit is contained in:
Crispy 2025-06-01 02:23:34 +02:00
parent 4f2631b349
commit 61eefcba8c
24 changed files with 21871 additions and 4224 deletions

View file

@ -15,7 +15,11 @@ while true do
)or 0 )
end
if lava > 300 then
tonk.pushFluid("left",lava-300)
lava = lava - (tonk.pushFluid("left",lava-300))
end
if lava > 300 then
--tonk.pushFluid("create:fluid_tank_1",lava-300)
peripheral.call("front","pullFluid","right",lava-300)
end
counts = {}
for i,v in pairs(vault.items()) do