Advertisement
Guest User

Generation Config

a guest
Nov 27th, 2023
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #
  2. # This is default configuration
  3. # for all worlds generation.
  4. #
  5. # If you want to use specific config for a world,
  6. # then create a config with name of that world.
  7. # Example: world_the_end.yml
  8. #
  9. # List of all biomes: https://pastebin.com/1q2iAZ4S
  10. #
  11.  
  12. generate:
  13. oceans: true
  14. waterLakes: true
  15. lavaLakes: true
  16. cavesMultiplier: 1.0
  17. sugarCaneMultiplier: 1.0
  18. biome:
  19. biomeReplacements: {}
  20. spawn:
  21. radius: 0
  22. biome: Plains
  23. generateRivers: true
  24. generateLakes: true
  25. ores:
  26. multipliers: {}
  27. sizes:
  28. IRON_ORE: 9
  29. LAPIS_ORE: 7
  30. GOLD_ORE: 9
  31. REDSTONE_ORE: 8
  32. COAL_ORE: 17
  33. DIAMOND_ORE: 8
  34. only-in-cave: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement