diff --git a/packs/above_beyond/quantum_entangler/startup.lua b/packs/above_beyond/quantum_entangler/startup.lua index a6cbf8b..70b24e7 100644 --- a/packs/above_beyond/quantum_entangler/startup.lua +++ b/packs/above_beyond/quantum_entangler/startup.lua @@ -15,11 +15,11 @@ while true do if item_count(vac.list()) == 0 and item_count(tnt.list()) >= 1 - and item_count(singularity.list()) >= 5 - and item_count(ender_dust.list()) >= 5 + and item_count(singularity.list()) >= 15 + and item_count(ender_dust.list()) >= 15 then local i = 0 - while i < 5 do + while i < 15 do i = i + 1 redstone.setOutput("left", true) os.sleep(0.1)