Advertisement
CubyGC

Untitled

Jun 19th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. cave:
  2. generateRate: 50
  3. largeCaveGenerateRate: 25
  4. caveMinAltitude: 3
  5. caveMaxAltitude: 62
  6. sugarCane:
  7. round: 40
  8. height_min: 2
  9. height_max: 5
  10. biome:
  11. center:
  12. radius: 110
  13. biome: PLAINS
  14. removeRivers: true
  15. river:
  16. removeSpawnRivers: true
  17. spawnRadius: 250
  18. stacker:
  19. enabled: false
  20. only_stack_spawner: false
  21. radius: 6.0
  22. max_stack_amount: 25
  23. ticks_to_stack: 100
  24. ignore_type:
  25. - VILLAGER
  26. misc:
  27. disableCobbleGen: false
  28. disableObsidianGen: false
  29. spawnerSpawnMobsRegardlessLightLevel: false
  30. generateFarLands: false
  31. disableEnderpearlTravelExploit: false
  32. allowBlockPermanentBreakingExploits: false
  33. spawnMobsRegardlessLightLevel: false
  34. entity:
  35. ticksPerWaterAnimalSpawns: 200
  36. ticksPerAmbientSpawns: 200
  37. block:
  38. doBlockOperations: true
  39. randomBlockTickSkipping: 500
  40. maxDistanceChunkToTick: 6
  41. maxChunkGensPerTick: 10
  42. hopper:
  43. cooldownHopperWhenFull: true
  44. disableHopperMoveEvents: false
  45. ores:
  46. diamond:
  47. type: DIAMOND_ORE
  48. chance: 0.67
  49. minHeight: 0
  50. maxHeight: 22
  51. size: 4
  52. round: 0.55
  53. gold:
  54. type: GOLD_ORE
  55. chance: 85
  56. minHeight: 14
  57. maxHeight: 36
  58. size: 4
  59. round: 82
  60. iron:
  61. type: IRON_ORE
  62. chance: 82
  63. minHeight: 20
  64. maxHeight: 40
  65. size: 4
  66. round: 82
  67. lapiz:
  68. type: LAPIS_ORE
  69. chance: 89
  70. minHeight: 0
  71. maxHeight: 16
  72. size: 4
  73. round: 90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement