yo i recently made a skript that if you break some specific flowers you get them with auto-pickup and they also respawn in a few secnds
this works perfectly for small flowers:
on break of white tulip:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to white tulip
but it doesnt work for tall flowers:
on break of rose bush:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to rose bush
so tall flowers work like they are 2 blocks, and if i break the lower part, everything works fine
but if i break the taller part, then i dont get the flower, and it also breaks when respawning
after that it wont respawn
any ideas to fix it?
thanks for everyone who is answering
this works perfectly for small flowers:
on break of white tulip:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to white tulip
but it doesnt work for tall flowers:
on break of rose bush:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to rose bush
so tall flowers work like they are 2 blocks, and if i break the lower part, everything works fine
but if i break the taller part, then i dont get the flower, and it also breaks when respawning
after that it wont respawn
any ideas to fix it?
thanks for everyone who is answering