Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 0.4,
  4. "biomeType": "DESERT",
  5. "useDungeons": false,
  6. "dungeonChance": 8,
  7. "useMineShafts": false,
  8. "useStrongholds": false,
  9. "useVillages": false,
  10. "useTemples": false,
  11. "useNetherFortress": false,
  12. "useCaves": false,
  13. "useMonuments": false,
  14. "useWoodlandMansion": false,
  15. "useRavines": false,
  16. "useWitchHuts": false,
  17. "usePyramids": false,
  18. "useJungleTemples": false,
  19. "useIgloos": false,
  20. "useFossils": false,
  21. "useWaterLakes": true,
  22. "useLavaLakes": true,
  23. "useRivers": false,
  24. "useNativePainting": false,
  25. "useNativeStructure": false,
  26. "fossilChance": 64,
  27. "lavaLakeChance": 30,
  28. "waterLakeChance": 50,
  29. "ores": [
  30. {
  31. "type": "GLOWSTONE",
  32. "data": 0,
  33. "size": 33,
  34. "count": 10,
  35. "minHeight": 0,
  36. "maxHeight": 60
  37. },
  38. {
  39. "type": "QUARTZ_ORE",
  40. "data": 0,
  41. "size": 33,
  42. "count": 10,
  43. "minHeight": 0,
  44. "maxHeight": 128
  45. }
  46. ],
  47. "terrainSettings": {
  48. "subTerrains": [
  49. {
  50. "provider": "EWG",
  51. "name": "Desert",
  52. "xModifier": 1.0,
  53. "yModifer": 1.0,
  54. "zModifer": 1.0,
  55. "yOffset": 0
  56. }
  57. ]
  58. },
  59. "overlaySettings": {
  60. "spawnLillypads": false,
  61. "spawnCactus": false,
  62. "spawnSnowLayers": false,
  63. "spawnIceOnWater": false,
  64. "minRiver": 2.0,
  65. "groundDepth": 3,
  66. "surfaceDepth": 4,
  67. "surfaceBlocks": [
  68. {},
  69. {},
  70. [
  71. [
  72. {
  73. "type": "SOUL_SAND",
  74. "data": 0,
  75. "inclinationsConditions": [
  76. {
  77. "minInclination": 0.05,
  78. "maxInclination": 0.07
  79. }
  80. ]
  81. },
  82. 1.0
  83. ]
  84. ],
  85. [
  86. [
  87. {
  88. "type": "NETHERRACK",
  89. "data": 0
  90. },
  91. 0.8
  92. ],
  93. [
  94. {
  95. "type": "SOUL_SAND",
  96. "data": 0
  97. },
  98. 0.2
  99. ]
  100. ]
  101. ],
  102. "oceanBlocks": [],
  103. "groundBlocks": [],
  104. "beachBlocks": [],
  105. "slabBlocks": [],
  106. "stairBlocks": [],
  107. "plantBlocks": [],
  108. "riverBlocks": [],
  109. "leavesBlock": {
  110. "type": "NETHER_WARTS",
  111. "data": 0,
  112. "inclinationsConditions": [
  113. {
  114. "minInclination": 0.05,
  115. "maxInclination": 0.07
  116. }
  117. ]
  118. }
  119. },
  120. "customTrees": [],
  121. "customStructures": [],
  122. "maxEWGObjectsPerChunk": 4,
  123. "xNoiseModifier": 1.2,
  124. "yNoiseModifier": 0.8,
  125. "zNoiseModifier": 1.2,
  126. "lakeDepth": 0.0,
  127. "baseHeight": 64,
  128. "nativeBiomes": [
  129. {
  130. "nativeBiome": "HELL",
  131. "chance": 1.0
  132. }
  133. ],
  134. "entitySettings": {},
  135. "groundBlockSettings": {
  136. "layers": [],
  137. "repeat": true
  138. },
  139. "groundMaterials": [
  140. {
  141. "material": "NETHERRACK",
  142. "data": 0,
  143. "chance": 0.8
  144. },
  145. {
  146. "material": "SOUL_SAND",
  147. "data": 0,
  148. "chance": 0.2
  149. }
  150. ]
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement