This commit is contained in:
Crispy 2025-07-03 19:37:25 +02:00
parent 68ec37f994
commit 45e6ec6e95
8 changed files with 49 additions and 39 deletions

View file

@ -10,4 +10,5 @@ while true do
if lava > 300 then
peripheral.call("right","pushFluid","left",lava - 300)
end
sleep(10)
end