diff --git a/New Attempts/Centrifuges.lua b/New Attempts/Centrifuges.lua index 0a5f49e..83ea340 100644 --- a/New Attempts/Centrifuges.lua +++ b/New Attempts/Centrifuges.lua @@ -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()