fix some stuff

This commit is contained in:
LordMZTE 2022-03-13 20:55:52 +01:00
parent e81e48bfe5
commit ab3df3d776
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ while true do
if
#vac.list() == 0 and
tnt.getItemDetail(1).count >= 1 and
singularity.getItemDetail(1).count >= 15 and
ender_dust.getItemDetail(1).count >= 15
singularity.getItemDetail(1).count >= 5 and
ender_dust.getItemDetail(1).count >= 5
then
local i = 0
while i < 15 do
while i < 5 do
i = i + 1
redstone.setOutput("left", true)
os.sleep(0.1)