Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on rightclick holding stone:
- remove 1 of held item from player
- set {_rnd} to a random integer between 0 to 1
- if {_rnd} is 0:
- command "/give %player% minecraft:grass 1 0 "
- if {_rnd} is 1:
- command "/give %player% minecraft:stone 1 0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement