Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. {
  2. "canGenerateRivers": false,
  3. "skyColor": -1,
  4. "fogDensity": 0.5,
  5. "hasBiomeEssence": true,
  6. "variationBelow": 1.0,
  7. "variationAbove": 5.0,
  8. "seaFloorBlock": {
  9. "block": "biomesoplenty:dried_sand",
  10. "properties": {}
  11. },
  12. "fillerBlock": {
  13. "block": "biomesoplenty:dried_sand",
  14. "properties": {}
  15. },
  16. "averageHeight": 66.0,
  17. "topBlock": {
  18. "block": "biomesoplenty:dried_sand",
  19. "properties": {}
  20. },
  21. "fogColor": 14409153,
  22. "canGenerateVillages": false,
  23. "canSpawnInBiome": false,
  24. "generators": {
  25. "glowshrooms": {
  26. "with": {
  27. "block": "biomesoplenty:mushroom",
  28. "properties": {
  29. "variant": "glowshroom"
  30. }
  31. },
  32. "generationAttempts": 64,
  33. "amountPerChunk": 1.5,
  34. "enable": true
  35. },
  36. "flowers": {
  37. "amountPerChunk": 0.05,
  38. "enable": true,
  39. "generators": {}
  40. },
  41. "miners_delight": {
  42. "with": {
  43. "block": "biomesoplenty:flower_1",
  44. "properties": {
  45. "variant": "miners_delight"
  46. }
  47. },
  48. "generationAttempts": 64,
  49. "amountPerChunk": 0.25,
  50. "enable": true
  51. },
  52. "dead_grass": {
  53. "with": {
  54. "block": "biomesoplenty:plant_0",
  55. "properties": {
  56. "variant": "deadgrass"
  57. }
  58. },
  59. "generationAttempts": 32,
  60. "amountPerChunk": 1.0,
  61. "enable": true
  62. },
  63. "poison_lakes": {
  64. "liquid": {
  65. "block": "biomesoplenty:poison",
  66. "properties": {
  67. "level": "0"
  68. }
  69. },
  70. "amountPerChunk": 0.05,
  71. "enable": true,
  72. "grassBorderWith": {
  73. "block": "minecraft:grass",
  74. "properties": {
  75. "snowy": "false"
  76. }
  77. }
  78. },
  79. "roots": {
  80. "with": {
  81. "block": "biomesoplenty:plant_1",
  82. "properties": {
  83. "variant": "root"
  84. }
  85. },
  86. "generationAttempts": 32,
  87. "amountPerChunk": 4.0,
  88. "enable": true
  89. },
  90. "lakes": {
  91. "liquid": {
  92. "block": "minecraft:water",
  93. "properties": {
  94. "level": "0"
  95. }
  96. },
  97. "amountPerChunk": 0.05,
  98. "enable": true,
  99. "frozenLiquid": {
  100. "block": "minecraft:ice",
  101. "properties": {}
  102. },
  103. "grassBorderWith": {
  104. "block": "biomesoplenty:dried_sand",
  105. "properties": {}
  106. }
  107. },
  108. "desertgrass": {
  109. "with": {
  110. "block": "biomesoplenty:plant_0",
  111. "properties": {
  112. "variant": "desertgrass"
  113. }
  114. },
  115. "generationAttempts": 32,
  116. "amountPerChunk": 0.5,
  117. "enable": true
  118. },
  119. "trees": {
  120. "amountPerChunk": 0.3,
  121. "enable": true,
  122. "generators": {}
  123. },
  124. "ruby": {
  125. "minHeight": 4,
  126. "with": {
  127. "block": "biomesoplenty:gem_ore",
  128. "properties": {
  129. "variant": "ruby"
  130. }
  131. },
  132. "amountPerChunk": 12.0,
  133. "maxHeight": 32,
  134. "enable": true
  135. },
  136. "malachite": {
  137. "minHeight": 4,
  138. "with": {
  139. "block": "biomesoplenty:gem_ore",
  140. "properties": {
  141. "variant": "malachite"
  142. }
  143. },
  144. "amountPerChunk": 12.0,
  145. "maxHeight": 32,
  146. "enable": true
  147. }
  148. },
  149. "weights": {
  150. "wasteland": 50
  151. }
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement