Advertisement
Guest User

World Generator Config

a guest
Apr 15th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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. # Ores multipliers works by "ORE: 1.0" format
  10. # Ores in cave is just a list of OREs
  11. # List of all biomes: https://pastebin.com/1q2iAZ4S
  12. #
  13.  
  14. generate:
  15. oceans: true
  16. waterLakes: true
  17. lavaLakes: true
  18. cavesMultiplier: 1.0
  19. sugarCaneMultiplier: 1.0
  20. spawn:
  21. radius: 0
  22. biome: Plains
  23. generateRivers: true
  24. generateLakes: true
  25. ores:
  26. only-in-cave: []
  27. multipliers: {}
  28. sizes:
  29. IRON_ORE: 9
  30. LAPIS_ORE: 7
  31. GOLD_ORE: 9
  32. REDSTONE_ORE: 8
  33. COAL_ORE: 17
  34. DIAMOND_ORE: 8
  35. biome:
  36. biomeReplacements: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement