This commit is contained in:
Crispy 2025-07-03 01:23:46 +02:00
parent 491112768c
commit 68ec37f994
66 changed files with 6591 additions and 10096 deletions

View file

@ -209,9 +209,9 @@ function melt(_, product, yield)
connectTankOrAssign(product)
pumpToTanks(true)
goTo(melter_pos, "north")
while #pFront("items") > 0 do
sleep(1)
end
repeat
sleep(0.5)
until tanksAreEmpty(pFront("tanks"))
pumpToTanks(false)
fluidInvAdd(product, yield)
end