Advertisement
Guest User

SAVANNA.json

a guest
Jul 6th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 1.0,
  4. "biomeType": "GRASSLAND",
  5. "useDungeons": false,
  6. "dungeonChance": 8,
  7. "useMineShafts": false,
  8. "useStrongholds": false,
  9. "useVillages": false,
  10. "useTemples": false,
  11. "useNetherFortress": false,
  12. "useCaves": true,
  13. "useMonuments": false,
  14. "useWoodlandMansion": false,
  15. "useRavines": true,
  16. "useWitchHuts": false,
  17. "usePyramids": false,
  18. "useJungleTemples": false,
  19. "useIgloos": false,
  20. "useFossils": false,
  21. "useWaterLakes": false,
  22. "useLavaLakes": false,
  23. "useRivers": false,
  24. "useNativePainting": true,
  25. "useNativeStructure": true,
  26. "nativeBiome": "SAVANNA",
  27. "biomeColors": [
  28. "#b3a569",
  29. "#75743e",
  30. "#7c542e"
  31. ],
  32. "fossilChance": 64,
  33. "lavaLakeChance": 70,
  34. "waterLakeChance": 4,
  35. "ores": [
  36. {
  37. "type": "DIRT",
  38. "data": 0,
  39. "size": 33,
  40. "count": 10,
  41. "minHeight": 0,
  42. "maxHeight": 50
  43. },
  44. {
  45. "type": "GRAVEL",
  46. "data": 0,
  47. "size": 33,
  48. "count": 8,
  49. "minHeight": 0,
  50. "maxHeight": 50
  51. },
  52. {
  53. "type": "STONE",
  54. "data": 1,
  55. "size": 33,
  56. "count": 10,
  57. "minHeight": 0,
  58. "maxHeight": 50
  59. },
  60. {
  61. "type": "STONE",
  62. "data": 3,
  63. "size": 33,
  64. "count": 10,
  65. "minHeight": 0,
  66. "maxHeight": 50
  67. },
  68. {
  69. "type": "STONE",
  70. "data": 5,
  71. "size": 33,
  72. "count": 10,
  73. "minHeight": 0,
  74. "maxHeight": 50
  75. }
  76. ],
  77. "customTerrain": {
  78. "noiseLayers": []
  79. },
  80. "terrainSettings": {
  81. "subTerrains": [
  82. {
  83. "provider": "MINECRAFT",
  84. "name": "SAVANNA",
  85. "xModifier": 1.0,
  86. "yModifier": 1.0,
  87. "zModifier": 1.0,
  88. "yOffset": 0
  89. }
  90. ]
  91. },
  92. "overlaySettings": {
  93. "spawnLilyPads": false,
  94. "fastLeavesPlacing": true,
  95. "spawnCactus": false,
  96. "spawnSnowLayers": false,
  97. "spawnHangingLeaves": false,
  98. "spawnIceOnWater": false,
  99. "groundDepth": 4,
  100. "surfaceDepth": 1,
  101. "surfaceBlocks": [
  102. [
  103. {
  104. "type": "STAINED_CLAY",
  105. "data": 9,
  106. "inclinationsConditions": [
  107. {
  108. "minInclination": 2.3,
  109. "maxInclination": 99.0
  110. }
  111. ],
  112. "chance": 1.0
  113. }
  114. ],
  115. [
  116. {
  117. "type": "STONE",
  118. "data": 0,
  119. "inclinationsConditions": [
  120. {
  121. "minInclination": 1.3,
  122. "maxInclination": 1.7
  123. }
  124. ],
  125. "chance": 0.4
  126. },
  127. {
  128. "type": "COBBLESTONE",
  129. "data": 0,
  130. "inclinationsConditions": [
  131. {
  132. "minInclination": 1.3,
  133. "maxInclination": 1.7
  134. }
  135. ],
  136. "chance": 0.3
  137. },
  138. {
  139. "type": "STONE",
  140. "data": 5,
  141. "inclinationsConditions": [
  142. {
  143. "minInclination": 1.3,
  144. "maxInclination": 1.7
  145. }
  146. ],
  147. "chance": 0.3
  148. }
  149. ],
  150. [
  151. {
  152. "type": "GRASS",
  153. "data": 0,
  154. "chance": 1.0
  155. }
  156. ]
  157. ],
  158. "oceanBlocks": [],
  159. "groundBlocks": [
  160. [
  161. {
  162. "type": "STAINED_CLAY",
  163. "data": 9,
  164. "inclinationsConditions": [
  165. {
  166. "minInclination": 2.3,
  167. "maxInclination": 99.0
  168. }
  169. ],
  170. "chance": 1.0
  171. }
  172. ],
  173. [
  174. {
  175. "type": "STONE",
  176. "data": 0,
  177. "inclinationsConditions": [
  178. {
  179. "minInclination": 1.3,
  180. "maxInclination": 1.7
  181. }
  182. ],
  183. "chance": 0.4
  184. },
  185. {
  186. "type": "COBBLESTONE",
  187. "data": 0,
  188. "inclinationsConditions": [
  189. {
  190. "minInclination": 1.3,
  191. "maxInclination": 1.7
  192. }
  193. ],
  194. "chance": 0.3
  195. },
  196. {
  197. "type": "STONE",
  198. "data": 5,
  199. "inclinationsConditions": [
  200. {
  201. "minInclination": 1.3,
  202. "maxInclination": 1.7
  203. }
  204. ],
  205. "chance": 0.3
  206. }
  207. ],
  208. [
  209. {
  210. "type": "DIRT",
  211. "data": 0,
  212. "chance": 0.8
  213. },
  214. {
  215. "type": "COBBLESTONE",
  216. "data": 0,
  217. "chance": 0.2
  218. }
  219. ]
  220. ],
  221. "beachBlocks": [
  222. [
  223. {
  224. "type": "DIRT",
  225. "data": 0,
  226. "heightConditions": [
  227. {
  228. "minHeight": 0,
  229. "maxHeight": 70
  230. }
  231. ],
  232. "chance": 1.0
  233. }
  234. ]
  235. ],
  236. "pathBlocks": [],
  237. "farmlandBlocks": [],
  238. "slabBlocks": [],
  239. "stairBlocks": [],
  240. "plantBlocks": [
  241. [],
  242. [],
  243. [
  244. {
  245. "type": "SUGAR_CANE_BLOCK",
  246. "data": 0,
  247. "heightConditions": [
  248. {
  249. "minHeight": 54,
  250. "maxHeight": 54
  251. }
  252. ],
  253. "chance": 0.1
  254. },
  255. {
  256. "type": "LONG_GRASS",
  257. "data": 1,
  258. "inclinationsConditions": [
  259. {
  260. "minInclination": 0.0,
  261. "maxInclination": 1.7
  262. }
  263. ],
  264. "chance": 0.25
  265. },
  266. {
  267. "type": "DOUBLE_PLANT",
  268. "data": 0,
  269. "inclinationsConditions": [
  270. {
  271. "minInclination": 0.0,
  272. "maxInclination": 1.7
  273. }
  274. ],
  275. "chance": 0.001
  276. },
  277. {
  278. "type": "DOUBLE_PLANT",
  279. "data": 1,
  280. "inclinationsConditions": [
  281. {
  282. "minInclination": 0.0,
  283. "maxInclination": 1.7
  284. }
  285. ],
  286. "chance": 0.001
  287. },
  288. {
  289. "type": "DOUBLE_PLANT",
  290. "data": 2,
  291. "inclinationsConditions": [
  292. {
  293. "minInclination": 0.0,
  294. "maxInclination": 1.7
  295. }
  296. ],
  297. "chance": 0.001
  298. },
  299. {
  300. "type": "DOUBLE_PLANT",
  301. "data": 3,
  302. "inclinationsConditions": [
  303. {
  304. "minInclination": 0.0,
  305. "maxInclination": 1.7
  306. }
  307. ],
  308. "chance": 0.001
  309. },
  310. {
  311. "type": "DOUBLE_PLANT",
  312. "data": 4,
  313. "inclinationsConditions": [
  314. {
  315. "minInclination": 0.0,
  316. "maxInclination": 1.7
  317. }
  318. ],
  319. "chance": 0.001
  320. },
  321. {
  322. "type": "DOUBLE_PLANT",
  323. "data": 5,
  324. "inclinationsConditions": [
  325. {
  326. "minInclination": 0.0,
  327. "maxInclination": 1.7
  328. }
  329. ],
  330. "chance": 0.001
  331. },
  332. {
  333. "type": "RED_ROSE",
  334. "data": 0,
  335. "inclinationsConditions": [
  336. {
  337. "minInclination": 0.0,
  338. "maxInclination": 1.7
  339. }
  340. ],
  341. "chance": 0.001
  342. },
  343. {
  344. "type": "YELLOW_FLOWER",
  345. "data": 0,
  346. "inclinationsConditions": [
  347. {
  348. "minInclination": 0.0,
  349. "maxInclination": 1.7
  350. }
  351. ],
  352. "chance": 0.001
  353. },
  354. {
  355. "type": "RED_ROSE",
  356. "data": 1,
  357. "inclinationsConditions": [
  358. {
  359. "minInclination": 0.0,
  360. "maxInclination": 1.7
  361. }
  362. ],
  363. "chance": 0.001
  364. },
  365. {
  366. "type": "RED_ROSE",
  367. "data": 2,
  368. "inclinationsConditions": [
  369. {
  370. "minInclination": 0.0,
  371. "maxInclination": 1.7
  372. }
  373. ],
  374. "chance": 0.001
  375. },
  376. {
  377. "type": "RED_ROSE",
  378. "data": 3,
  379. "inclinationsConditions": [
  380. {
  381. "minInclination": 0.0,
  382. "maxInclination": 1.7
  383. }
  384. ],
  385. "chance": 0.001
  386. },
  387. {
  388. "type": "RED_ROSE",
  389. "data": 4,
  390. "inclinationsConditions": [
  391. {
  392. "minInclination": 0.0,
  393. "maxInclination": 1.7
  394. }
  395. ],
  396. "chance": 0.001
  397. },
  398. {
  399. "type": "RED_ROSE",
  400. "data": 5,
  401. "inclinationsConditions": [
  402. {
  403. "minInclination": 0.0,
  404. "maxInclination": 1.7
  405. }
  406. ],
  407. "chance": 0.001
  408. },
  409. {
  410. "type": "RED_ROSE",
  411. "data": 6,
  412. "inclinationsConditions": [
  413. {
  414. "minInclination": 0.0,
  415. "maxInclination": 1.7
  416. }
  417. ],
  418. "chance": 0.001
  419. },
  420. {
  421. "type": "RED_ROSE",
  422. "data": 7,
  423. "inclinationsConditions": [
  424. {
  425. "minInclination": 0.0,
  426. "maxInclination": 1.7
  427. }
  428. ],
  429. "chance": 0.001
  430. },
  431. {
  432. "type": "RED_ROSE",
  433. "data": 8,
  434. "inclinationsConditions": [
  435. {
  436. "minInclination": 0.0,
  437. "maxInclination": 1.7
  438. }
  439. ],
  440. "chance": 0.001
  441. }
  442. ]
  443. ],
  444. "riverBlocks": [
  445. [
  446. {
  447. "type": "SAND",
  448. "data": 0,
  449. "heightConditions": [
  450. {
  451. "minHeight": 0,
  452. "maxHeight": 70
  453. }
  454. ],
  455. "chance": 1.0
  456. }
  457. ]
  458. ],
  459. "leavesBlock": {
  460. "type": "LEAVES",
  461. "data": 0,
  462. "inclinationsConditions": [
  463. {
  464. "minInclination": 0.44999998807907104,
  465. "maxInclination": 0.6000000238418579
  466. }
  467. ],
  468. "chance": 0.0
  469. }
  470. },
  471. "customTrees": [],
  472. "customStructures": [],
  473. "maxEWGObjectsPerChunk": 4,
  474. "xNoiseModifier": 1.2,
  475. "yNoiseModifier": 0.7,
  476. "zNoiseModifier": 1.2,
  477. "lakeDepth": 0.0,
  478. "baseHeight": 67,
  479. "nativeBiomes": [
  480. {
  481. "nativeBiome": "SAVANNA",
  482. "chance": 1.0
  483. }
  484. ],
  485. "groundBlockSettings": {
  486. "layers": [
  487. {
  488. "maxAmplitude": 10,
  489. "minAmplitude": 5,
  490. "xScale": 30,
  491. "zScale": 30,
  492. "minWidth": 4,
  493. "maxWidth": 5,
  494. "groundMaterials": [
  495. {
  496. "material": "DIRT",
  497. "data": 0,
  498. "chance": 1.0
  499. }
  500. ]
  501. },
  502. {
  503. "maxAmplitude": 10,
  504. "minAmplitude": 5,
  505. "xScale": 30,
  506. "zScale": 30,
  507. "minWidth": 13,
  508. "maxWidth": 14,
  509. "groundMaterials": [
  510. {
  511. "material": "COBBLESTONE",
  512. "data": 0,
  513. "chance": 1.0
  514. }
  515. ]
  516. }
  517. ],
  518. "repeat": true
  519. },
  520. "groundMaterials": [
  521. {
  522. "material": "STONE",
  523. "data": 0,
  524. "chance": 1.0
  525. }
  526. ]
  527. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement