Advertisement
Bounen

Untitled

Nov 8th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. on rightclick holding stone:
  2. remove 1 of held item from player
  3. set {_rnd} to a random integer between 0 to 1
  4. if {_rnd} is 0:
  5. command "/give %player% minecraft:grass 1 0 "
  6. if {_rnd} is 1:
  7. command "/give %player% minecraft:stone 1 0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement