Entities

Custom Gen

Aug 21st, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. on block growth:
  2. if event-block is cobblestone:
  3. chance of 30%:
  4. set event-block to coal ore
  5. stop
  6. chance of 17%:
  7. set event-block to stone
  8. stop
  9. chance of 17%:
  10. set event-block to cobblestone
  11. stop
  12. chance of 14%:
  13. set event-block to iron ore
  14. stop
  15. chance of 9%:
  16. set event-block to gold ore
  17. stop
  18. chance of 9%:
  19. set event-block to quartz ore
  20. stop
  21. chance of 2%:
  22. set event-block to diamond ore
  23. stop
  24. chance of 1%:
  25. set event-block to emerald ore
  26. stop
Add Comment
Please, Sign In to add comment