#im trying to make it so when i place a gen and restart the server it still drops items, cuz when
1 messages · Page 1 of 1 (latest)
im using:
while event-block is hay bale:
drop 1 wheat
wait 10 seconds
everytime i try making a loop it does not work
every 10 seconds:
loop all blocks in world "world":
if loop-block is wheat:
drop 1 wheat at location of loop-block without velocity
it is not working help
well now it has no errors but drops no items (nvm was reloading the wrong skript)
@mystic talon you there?
loop all blocks in world "Void":
if loop-block is hay bale:
drop 1 wheat 1 meters above loop-block's location without velocity
wait 10 seconds```
ur normal one did not work
so i changed some bit of stuff
i mean i used a workaround for this which does work 100%
i yeeted the placed block's location in a list variable and looped that
and dropped an item at the location
idk if you wanna use that
no i think its just bad
or plugin?