Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. usemagiccobblegen: false
  2.  
  3. # This won't be considered if usemagiccobblegen is set to false.
  4. # You can add, remove a block or modify its probability to be generated.
  5. # You can also set different probabilities from specified minimum levels
  6. magiccobblegenchances:
  7. # These probabilities will apply by default
  8. default:
  9. COBBLESTONE: 75.0
  10. STONE: 10.0
  11. COAL_ORE: 7.5
  12. IRON_ORE: 5.0
  13. DIAMOND_ORE: 2.0
  14. EMERALD_ORE: 0.5
  15. #These probabilities will apply if island level is higher than 500.
  16. 500:
  17. COBBLESTONE: 50.0
  18. STONE: 20.0
  19. COAL_ORE: 10.0
  20. IRON_ORE: 10.0
  21. REDSTONE_ORE: 5.0
  22. DIAMOND_ORE: 4.0
  23. EMERALD_ORE: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement