Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 1.0,
  4. "biomeType": "TUNDRA",
  5. "useDungeons": true,
  6. "dungeonChance": 20,
  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": false,
  22. "useLavaLakes": true,
  23. "useRivers": false,
  24. "useNativePainting": false,
  25. "useNativeStructure": false,
  26. "useNativeDecorations": false,
  27. "biomeColors": [
  28. "#D8D9D9"
  29. ],
  30. "fossilChance": 64,
  31. "lavaLakeChance": 1,
  32. "waterLakeChance": 75,
  33. "vanillaFeatures": [],
  34. "ores": [
  35. {
  36. "type": "EMERALD_ORE",
  37. "size": 4,
  38. "count": 200,
  39. "minHeight": 4,
  40. "maxHeight": 120
  41. },
  42. {
  43. "type": "COAL_BLOCK",
  44. "size": 40,
  45. "count": 200,
  46. "minHeight": 4,
  47. "maxHeight": 120
  48. }
  49. ],
  50. "customTerrain": {
  51. "noiseLayers": []
  52. },
  53. "terrainSettings": {
  54. "subTerrains": [
  55. {
  56. "provider": "EWG",
  57. "name": "Desert",
  58. "xModifier": 1.0,
  59. "yModifier": 2.0,
  60. "zModifier": 1.0,
  61. "yOffset": 0
  62. }
  63. ]
  64. },
  65. "overlaySettings": {
  66. "spawnLilyPads": false,
  67. "fastLeavesPlacing": false,
  68. "spawnCactus": false,
  69. "spawnSnowLayers": false,
  70. "spawnHangingLeaves": false,
  71. "spawnIceOnWater": false,
  72. "groundDepth": 1,
  73. "surfaceDepth": 4,
  74. "surfaceBlocks": [
  75. [
  76. {
  77. "type": "OBSIDIAN",
  78. "data": 0,
  79. "inclinationsConditions": [
  80. {
  81. "minInclination": 0.05,
  82. "maxInclination": 0.07
  83. }
  84. ],
  85. "chance": 1.0
  86. }
  87. ],
  88. [
  89. {
  90. "type": "BLACK_TERRACOTTA",
  91. "data": 0,
  92. "inclinationsConditions": [
  93. {
  94. "minInclination": 0.07,
  95. "maxInclination": 99.99
  96. }
  97. ],
  98. "chance": 0.4
  99. },
  100. {
  101. "type": "LAVA",
  102. "data": 0,
  103. "inclinationsConditions": [
  104. {
  105. "minInclination": 0.02,
  106. "maxInclination": 0.07
  107. }
  108. ],
  109. "chance": 1.0
  110. },
  111. {
  112. "type": "COAL_BLOCK",
  113. "data": 0,
  114. "inclinationsConditions": [
  115. {
  116. "minInclination": 0.08,
  117. "maxInclination": 0.16
  118. }
  119. ],
  120. "chance": 0.3
  121. },
  122. {
  123. "type": "BLACK_CONCRETE",
  124. "data": 0,
  125. "inclinationsConditions": [
  126. {
  127. "minInclination": 0.0,
  128. "maxInclination": 0.5
  129. }
  130. ],
  131. "chance": 0.3
  132. }
  133. ],
  134. [
  135. {
  136. "type": "COARSE_DIRT",
  137. "data": 0,
  138. "chance": 0.2
  139. },
  140. {
  141. "type": "BLACK_CONCRETE_POWDER",
  142. "data": 0,
  143. "chance": 0.8
  144. }
  145. ]
  146. ],
  147. "oceanBlocks": [],
  148. "groundBlocks": [
  149. [
  150. {
  151. "type": "CYAN_TERRACOTTA",
  152. "data": 0,
  153. "inclinationsConditions": [
  154. {
  155. "minInclination": 2.3,
  156. "maxInclination": 99.0
  157. }
  158. ],
  159. "chance": 1.0
  160. }
  161. ],
  162. [
  163. {
  164. "type": "STONE",
  165. "data": 0,
  166. "inclinationsConditions": [
  167. {
  168. "minInclination": 1.3,
  169. "maxInclination": 1.7
  170. }
  171. ],
  172. "chance": 0.4
  173. },
  174. {
  175. "type": "COBBLESTONE",
  176. "data": 0,
  177. "inclinationsConditions": [
  178. {
  179. "minInclination": 1.3,
  180. "maxInclination": 1.7
  181. }
  182. ],
  183. "chance": 0.3
  184. },
  185. {
  186. "type": "STONE",
  187. "data": 5,
  188. "inclinationsConditions": [
  189. {
  190. "minInclination": 1.3,
  191. "maxInclination": 1.7
  192. }
  193. ],
  194. "chance": 0.3
  195. }
  196. ],
  197. [
  198. {
  199. "type": "DIRT",
  200. "data": 0,
  201. "chance": 1.0
  202. }
  203. ]
  204. ],
  205. "beachBlocks": [
  206. [
  207. {
  208. "type": "BLACK_CONCRETE",
  209. "data": 0,
  210. "chance": 1.0
  211. }
  212. ]
  213. ],
  214. "pathBlocks": [],
  215. "farmlandBlocks": [],
  216. "slabBlocks": [],
  217. "stairBlocks": [],
  218. "plantBlocks": [],
  219. "riverBlocks": []
  220. },
  221. "customTrees": [],
  222. "customStructures": [
  223. {
  224. "name": "CUSTOM_lavaspike1",
  225. "density": 0.7,
  226. "size": "MEDIUM",
  227. "provider": "EWG",
  228. "type": "DECO",
  229. "blocksRequiredUnderneath": [
  230. "OBSIDIAN",
  231. "LAVA",
  232. "BLACK_CONCRETE_POWDER",
  233. "BLACK_TERRACOTTA",
  234. "BLACK_CONCRETE",
  235. "COAL_BLOCK",
  236. "COARSE_DIRT",
  237. "DIRT"
  238. ],
  239. "blacklistedDecoBlocks": [],
  240. "chestConfig": "default.json",
  241. "spawnUnderWater": false,
  242. "spawnOnGround": true,
  243. "overrideExsistingBlocks": false,
  244. "allowRotation": false,
  245. "applyPhysics": false,
  246. "applyAir": false,
  247. "fixFlyingRoots": false,
  248. "replaceAir": true,
  249. "minY": 60,
  250. "maxY": 120,
  251. "maxSlope": 99.0,
  252. "minSlope": 0.0,
  253. "transitionClearance": -1.0,
  254. "snapToXGrid": 150,
  255. "snapToYGrid": 150,
  256. "gridXOffset": 0,
  257. "gridYOffset": 0,
  258. "anchorYOffset": 0
  259. },
  260. {
  261. "name": "CUSTOM_lavaspike2",
  262. "density": 0.7,
  263. "size": "MEDIUM",
  264. "provider": "EWG",
  265. "type": "DECO",
  266. "blocksRequiredUnderneath": [
  267. "OBSIDIAN",
  268. "LAVA",
  269. "COAL_BLOCK",
  270. "BLACK_CONCRETE",
  271. "BLACK_TERRACOTTA",
  272. "BLACK_CONCRETE_POWDER",
  273. "COARSE_DIRT",
  274. "DIRT"
  275. ],
  276. "blacklistedDecoBlocks": [],
  277. "chestConfig": "default.json",
  278. "spawnUnderWater": false,
  279. "spawnOnGround": true,
  280. "overrideExsistingBlocks": false,
  281. "allowRotation": false,
  282. "applyPhysics": false,
  283. "applyAir": false,
  284. "fixFlyingRoots": false,
  285. "replaceAir": true,
  286. "minY": 60,
  287. "maxY": 120,
  288. "maxSlope": 99.0,
  289. "minSlope": 0.0,
  290. "transitionClearance": -1.0,
  291. "snapToXGrid": 150,
  292. "snapToYGrid": 150,
  293. "gridXOffset": 0,
  294. "gridYOffset": 0,
  295. "anchorYOffset": 0
  296. }
  297. ],
  298. "maxEWGObjectsPerChunk": 4,
  299. "xNoiseModifier": 1.2,
  300. "yNoiseModifier": 1.0,
  301. "zNoiseModifier": 1.2,
  302. "lakeDepth": 0.0,
  303. "baseHeight": 67,
  304. "nativeBiomes": [
  305. {
  306. "nativeBiome": "NETHER",
  307. "chance": 1.0
  308. }
  309. ],
  310. "groundBlockSettings": {
  311. "layers": [
  312. {
  313. "maxAmplitude": 10,
  314. "minAmplitude": 5,
  315. "xScale": 30,
  316. "zScale": 30,
  317. "minWidth": 4,
  318. "maxWidth": 5,
  319. "groundMaterials": [
  320. {
  321. "material": "DIRT",
  322. "data": 0,
  323. "chance": 1.0
  324. }
  325. ]
  326. },
  327. {
  328. "maxAmplitude": 10,
  329. "minAmplitude": 5,
  330. "xScale": 30,
  331. "zScale": 30,
  332. "minWidth": 13,
  333. "maxWidth": 14,
  334. "groundMaterials": [
  335. {
  336. "material": "COBBLESTONE",
  337. "data": 0,
  338. "chance": 1.0
  339. }
  340. ]
  341. }
  342. ],
  343. "repeat": true
  344. },
  345. "groundMaterials": [
  346. {
  347. "material": "STONE",
  348. "data": 0,
  349. "chance": 1.0
  350. }
  351. ]
  352. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement