Guest User

Generation

a guest
Feb 24th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 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. spawnRadius: 0
  26. spawnBiome: plains
  27. ores:
  28. only-in-cave: []
  29. emerald:
  30. emeraldMultiplier: 1.0
  31. coal:
  32. coalMultiplier: 1.0
  33. coalSize: 17
  34. coalMustTouchAir: false
  35. iron:
  36. ironMultiplier: 1.0
  37. ironSize: 9
  38. ironMustTouchAir: false
  39. gold:
  40. goldMultiplier: 1.0
  41. goldSize: 9
  42. goldMustTouchAir: false
  43. redstone:
  44. redstoneMultiplier: 1.0
  45. redstoneSize: 8
  46. redstoneMustTouchAir: false
  47. diamond:
  48. diamondMultiplier: 1.0
  49. diamondSize: 8
  50. diamondMustTouchAir: false
  51. lapis:
  52. lapisMultiplier: 1.0
  53. lapisSize: 7
  54. lapisMustTouchAir: false
  55. multipliers: {}
  56. sizes:
  57. IRON_ORE: 9
  58. LAPIS_ORE: 7
  59. GOLD_ORE: 9
  60. REDSTONE_ORE: 8
  61. COAL_ORE: 17
  62. DIAMOND_ORE: 8
  63. biome:
  64. biomeReplacements: {}
  65. biomeReplacer:
  66. biomeFrom: biomeTo
Advertisement
Add Comment
Please, Sign In to add comment