Fix small problem
This commit is contained in:
parent
21b85d9b13
commit
b8689fb78f
@ -208,6 +208,12 @@ function resupplyItem(slot, num)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function resupplyAll()
|
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
|
-- clean entire inventory
|
||||||
moveTo(0, 2); faceTo(-1, 0)
|
moveTo(0, 2); faceTo(-1, 0)
|
||||||
for i = 1, 16 do
|
for i = 1, 16 do
|
||||||
@ -414,4 +420,5 @@ function platinumLoop()
|
|||||||
end
|
end
|
||||||
|
|
||||||
print("Centrifuges even item distribution program")
|
print("Centrifuges even item distribution program")
|
||||||
|
|
||||||
redstoneLoop()
|
redstoneLoop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user