on right click:
if player's tool is golden hoe:
if clicked block is set:
if location of clicked block is {block::%uuid of player%}:
give player 1 diamond
set {_loc} to location of clicked block
set {_type} to type of clicked block
set block at {_loc} to air
wait 5 seconds
set block at {_loc} to {_type}
i want to add cloud partclies in the center of the block (moss carpet) for 2 second and a sound when clicked Thanks in advance.
if player's tool is golden hoe:
if clicked block is set:
if location of clicked block is {block::%uuid of player%}:
give player 1 diamond
set {_loc} to location of clicked block
set {_type} to type of clicked block
set block at {_loc} to air
wait 5 seconds
set block at {_loc} to {_type}
i want to add cloud partclies in the center of the block (moss carpet) for 2 second and a sound when clicked Thanks in advance.