Code:
on load:
add location at 34.5, 66, 95.5 in world "bedwars" to {bedwars.location.mineral::*}
#I am skipping this part...
every 1 second:
loop all items location at 34.5, 66, 95.5 in world "bedwars":
add 1 to {_cnt}
if {_cnt} isn't more than 64:
drop 1 iron ingot at {bedwars.location.mineral::*} without velocity
This is part of my code. I have two problem..
1. console error : Can't understand this loop: 'loop all items location at 34.5, 66, 95.5 in world "bedwars"' (test.sk, line 7: loop all items location at 34.5, 66, 95.5 in world "bedwars":')
2. Items are not dropping!!
What should I do? I've been working on this for five days.
(Sorry for bed, I mean bad english...)