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