Add programs for IBF distribution and centrifuge distribution #3

Merged
rubydragon merged 6 commits from ibf_distribution into main 2024-04-30 18:25:58 +02:00
Showing only changes of commit b8689fb78f - Show all commits

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()