any one know how to make it so i can put down 2 or 3 wool and each one spawn cobble not just one
on place of white wool:
set {drop} to event-block
add 0.5 to y-coordinate of {drop}
every 5 seconds:
drop 1 cobblestone at {drop}
on break of white wool:
set event-block to air
give player 1 white wool named "&f&lLevel 1"
set {drop} to air
DISCORD - boxmonkeyqb#7877
on place of white wool:
set {drop} to event-block
add 0.5 to y-coordinate of {drop}
every 5 seconds:
drop 1 cobblestone at {drop}
on break of white wool:
set event-block to air
give player 1 white wool named "&f&lLevel 1"
set {drop} to air
DISCORD - boxmonkeyqb#7877