Fix small problem

This commit is contained in:
Anton Reinhard 2024-04-30 00:25:23 +02:00
parent 21b85d9b13
commit b8689fb78f

View File

@ -208,6 +208,12 @@ function resupplyItem(slot, num)
end
function resupplyAll()
-- reset current slot numbers
slot_output_1_cur = slot_output_1_min
slot_output_2_cur = slot_output_2_min
slot_output_3_cur = slot_output_3_min
slot_output_4_cur = slot_output_4_min
-- clean entire inventory
moveTo(0, 2); faceTo(-1, 0)
for i = 1, 16 do
@ -414,4 +420,5 @@ function platinumLoop()
end
print("Centrifuges even item distribution program")
redstoneLoop()