fix some stuff

This commit is contained in:
LordMZTE 2022-03-13 20:55:52 +01:00
parent e81e48bfe5
commit ab3df3d776

View file

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