make quantum entangler more efficient

This commit is contained in:
LordMZTE 2022-03-20 00:38:13 +01:00
parent b365c31671
commit 98a9d0f0c2
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 3 additions and 3 deletions

View File

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