Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on break:
  2. loop split lore of player's held item by "||":
  3. if colored loop-text is "&7Shatter I":
  4. chance of 100%:
  5. loop all blocks in radius 2:
  6. if loop-block is coal ore:
  7. give loop-block to player
  8. wait 3 ticks
  9. set loop-block to bedrock
  10. wait 3 seconds
  11. set loop-block to coal ore
  12. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement