Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on explode:
  2. loop blocks in radius 5:
  3. if loop-block is obsidian:
  4. chance of 40.0%
  5. drop obsidian
  6. if loop-block is enchantment table:
  7. chance of 45.0%
  8. drop enchantment table
  9. if loop-block is ender chest:
  10. chance of 55.0%
  11. drop ender chest
  12. if loop-block is water:
  13. chance of 60.0%
  14. remove water
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement