From b8689fb78f001c398de86360d9fce021dc4ef785 Mon Sep 17 00:00:00 2001 From: Anton Reinhard Date: Tue, 30 Apr 2024 00:25:23 +0200 Subject: [PATCH] Fix small problem --- New Attempts/Centrifuges.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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()