Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 0.5,
  4. "biomeType": "TUNDRA",
  5. "useDungeons": true,
  6. "dungeonChance": 8,
  7. "useMineShafts": true,
  8. "useStrongholds": true,
  9. "useVillages": false,
  10. "useTemples": false,
  11. "useNetherFortress": false,
  12. "useCaves": true,
  13. "useMonuments": false,
  14. "useRavines": false,
  15. "useWitchHuts": false,
  16. "usePyramids": false,
  17. "useJungleTemples": false,
  18. "useIgloos": false,
  19. "useFossils": false,
  20. "useWaterLakes": false,
  21. "useLavaLakes": false,
  22. "useRivers": false,
  23. "useNativePainting": false,
  24. "useNativeStructure": false,
  25. "fossilChance": 64,
  26. "lavaLakeChance": 100,
  27. "waterLakeChance": 100,
  28. "ores": [
  29. {
  30. "type": "DIRT",
  31. "data": 0,
  32. "size": 33,
  33. "count": 10,
  34. "minHeight": 0,
  35. "maxHeight": 256
  36. },
  37. {
  38. "type": "GRAVEL",
  39. "data": 0,
  40. "size": 33,
  41. "count": 8,
  42. "minHeight": 0,
  43. "maxHeight": 256
  44. },
  45. {
  46. "type": "STONE",
  47. "data": 1,
  48. "size": 33,
  49. "count": 10,
  50. "minHeight": 0,
  51. "maxHeight": 80
  52. },
  53. {
  54. "type": "STONE",
  55. "data": 3,
  56. "size": 33,
  57. "count": 10,
  58. "minHeight": 0,
  59. "maxHeight": 80
  60. },
  61. {
  62. "type": "STONE",
  63. "data": 5,
  64. "size": 33,
  65. "count": 10,
  66. "minHeight": 0,
  67. "maxHeight": 80
  68. },
  69. {
  70. "type": "COAL_ORE",
  71. "data": 0,
  72. "size": 17,
  73. "count": 20,
  74. "minHeight": 0,
  75. "maxHeight": 128
  76. },
  77. {
  78. "type": "IRON_ORE",
  79. "data": 0,
  80. "size": 9,
  81. "count": 20,
  82. "minHeight": 0,
  83. "maxHeight": 64
  84. },
  85. {
  86. "type": "GOLD_ORE",
  87. "data": 0,
  88. "size": 9,
  89. "count": 2,
  90. "minHeight": 0,
  91. "maxHeight": 32
  92. },
  93. {
  94. "type": "REDSTONE_ORE",
  95. "data": 0,
  96. "size": 8,
  97. "count": 8,
  98. "minHeight": 0,
  99. "maxHeight": 16
  100. },
  101. {
  102. "type": "DIAMOND_ORE",
  103. "data": 0,
  104. "size": 8,
  105. "count": 1,
  106. "minHeight": 0,
  107. "maxHeight": 16
  108. },
  109. {
  110. "type": "LAPIS_ORE",
  111. "data": 0,
  112. "size": 7,
  113. "count": 1,
  114. "minHeight": 0,
  115. "maxHeight": 32
  116. },
  117. {
  118. "type": "EMERALD_ORE",
  119. "data": 0,
  120. "size": 4,
  121. "count": 2,
  122. "minHeight": 4,
  123. "maxHeight": 32
  124. }
  125. ],
  126. "customTerrain": {
  127. "noiseLayers": [
  128. {
  129. "xDensity": 500.0,
  130. "yDensity": 500.0,
  131. "multiplier": {
  132. "baseMultiplier": 30.0,
  133. "biomeModifier": 1.0,
  134. "riverModifier": 1.0,
  135. "baseModifiers": [
  136. {
  137. "referenceLayer": -1,
  138. "start": 1.0E-9,
  139. "stop": 0.0,
  140. "finalCoefficient": 0.5
  141. }
  142. ]
  143. }
  144. },
  145. {
  146. "xDensity": 1000.0,
  147. "yDensity": 900.0,
  148. "multiplier": {
  149. "baseMultiplier": 20.0,
  150. "biomeModifier": 0.8,
  151. "riverModifier": 0.8,
  152. "baseModifiers": [
  153. {
  154. "referenceLayer": -1,
  155. "start": 35.0,
  156. "stop": 0.0,
  157. "finalCoefficient": 0.2
  158. }
  159. ]
  160. }
  161. },
  162. {
  163. "xDensity": 100.0,
  164. "yDensity": 100.0,
  165. "multiplier": {
  166. "baseMultiplier": 30.0,
  167. "biomeModifier": 0.8,
  168. "riverModifier": 0.8,
  169. "baseModifiers": [
  170. {
  171. "referenceLayer": -1,
  172. "start": 35.0,
  173. "stop": 0.0,
  174. "finalCoefficient": 0.2
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "xDensity": 1000.0,
  181. "yDensity": 1000.0,
  182. "multiplier": {
  183. "baseMultiplier": 10.0,
  184. "biomeModifier": 0.8,
  185. "riverModifier": 0.8,
  186. "baseModifiers": [
  187. {
  188. "referenceLayer": -1,
  189. "start": 35.0,
  190. "stop": 0.0,
  191. "finalCoefficient": 0.1
  192. }
  193. ]
  194. }
  195. }
  196. ]
  197. },
  198. "terrainSettings": {
  199. "subTerrains": [
  200. {
  201. "provider": "CUSTOM_EWG",
  202. "name": "MUTATED_TAIGA_COLD",
  203. "xModifier": 10.0,
  204. "yModifer": 0.2,
  205. "zModifer": 10.0,
  206. "yOffset": 0
  207. }
  208. ]
  209. },
  210. "overlaySettings": {
  211. "spawnLillypads": false,
  212. "spawnCactus": false,
  213. "spawnSnowLayers": true,
  214. "spawnIceOnWater": true,
  215. "minRiver": 2.0,
  216. "groundDepth": 6,
  217. "surfaceDepth": 1,
  218. "surfaceBlocks": [
  219. [
  220. [
  221. {
  222. "type": "SNOW_BLOCK",
  223. "data": 0,
  224. "inclinationsConditions": [
  225. {
  226. "minInclination": 0.0,
  227. "maxInclination": 99.0
  228. }
  229. ]
  230. },
  231. 0.6
  232. ]
  233. ],
  234. [
  235. [
  236. {
  237. "type": "SNOW_BLOCK",
  238. "data": 0,
  239. "heightConditions": [
  240. {
  241. "minHeight": 64,
  242. "maxHeight": 67
  243. }
  244. ],
  245. "inclinationsConditions": [
  246. {
  247. "minInclination": 0.0,
  248. "maxInclination": 99.0
  249. }
  250. ]
  251. },
  252. 0.8
  253. ]
  254. ],
  255. [
  256. [
  257. {
  258. "type": "SNOW_BLOCK",
  259. "data": 0,
  260. "heightConditions": [
  261. {
  262. "minHeight": 67,
  263. "maxHeight": 75
  264. }
  265. ],
  266. "inclinationsConditions": [
  267. {
  268. "minInclination": 0.0,
  269. "maxInclination": 2.0
  270. }
  271. ]
  272. },
  273. 0.6
  274. ]
  275. ],
  276. [
  277. [
  278. {
  279. "type": "SNOW_BLOCK",
  280. "data": 0,
  281. "inclinationsConditions": [
  282. {
  283. "minInclination": 0.0,
  284. "maxInclination": 7.0
  285. }
  286. ]
  287. },
  288. 0.6
  289. ]
  290. ],
  291. [
  292. [
  293. {
  294. "type": "SNOW_BLOCK",
  295. "data": 0,
  296. "inclinationsConditions": [
  297. {
  298. "minInclination": 0.0,
  299. "maxInclination": 99.0
  300. }
  301. ]
  302. },
  303. 0.9
  304. ]
  305. ],
  306. [
  307. [
  308. {
  309. "type": "SNOW_BLOCK",
  310. "data": 0,
  311. "inclinationsConditions": [
  312. {
  313. "minInclination": 5.0,
  314. "maxInclination": 99.0
  315. }
  316. ]
  317. },
  318. 1.0
  319. ]
  320. ]
  321. ],
  322. "oceanBlocks": [
  323. [
  324. [
  325. {
  326. "type": "ICE",
  327. "data": 0,
  328. "heightConditions": [
  329. {
  330. "minHeight": 62,
  331. "maxHeight": 62
  332. }
  333. ]
  334. },
  335. 0.1
  336. ],
  337. [
  338. {
  339. "type": "PACKED_ICE",
  340. "data": 0,
  341. "heightConditions": [
  342. {
  343. "minHeight": 62,
  344. "maxHeight": 62
  345. }
  346. ]
  347. },
  348. 0.2
  349. ]
  350. ]
  351. ],
  352. "groundBlocks": [
  353. {},
  354. {},
  355. {},
  356. {},
  357. [
  358. [
  359. {
  360. "type": "STONE",
  361. "data": 0
  362. },
  363. 0.8
  364. ]
  365. ]
  366. ],
  367. "beachBlocks": [
  368. [
  369. [
  370. {
  371. "type": "SAND",
  372. "data": 0,
  373. "heightConditions": [
  374. {
  375. "minHeight": 0,
  376. "maxHeight": 53
  377. }
  378. ]
  379. },
  380. 1.0
  381. ]
  382. ],
  383. [
  384. [
  385. {
  386. "type": "SAND",
  387. "data": 0,
  388. "inclinationsConditions": [
  389. {
  390. "minInclination": 0.0,
  391. "maxInclination": 0.5
  392. }
  393. ]
  394. },
  395. 1.0
  396. ]
  397. ]
  398. ],
  399. "slabBlocks": [
  400. {},
  401. {},
  402. {},
  403. {},
  404. [
  405. [
  406. {
  407. "type": "SNOW_BLOCK",
  408. "data": 3
  409. },
  410. 0.0
  411. ]
  412. ]
  413. ],
  414. "stairBlocks": [],
  415. "plantBlocks": [
  416. {},
  417. {},
  418. [
  419. [
  420. {
  421. "type": "SUGAR_CANE_BLOCK",
  422. "data": 0,
  423. "heightConditions": [
  424. {
  425. "minHeight": 54,
  426. "maxHeight": 54
  427. }
  428. ]
  429. },
  430. 0.1
  431. ],
  432. [
  433. {
  434. "type": "LONG_GRASS",
  435. "data": 1,
  436. "inclinationsConditions": [
  437. {
  438. "minInclination": 0.0,
  439. "maxInclination": 9.7
  440. }
  441. ]
  442. },
  443. 0.9
  444. ],
  445. [
  446. {
  447. "type": "DOUBLE_PLANT",
  448. "data": 0,
  449. "inclinationsConditions": [
  450. {
  451. "minInclination": 0.0,
  452. "maxInclination": 1.7
  453. }
  454. ]
  455. },
  456. 0.001
  457. ],
  458. [
  459. {
  460. "type": "DOUBLE_PLANT",
  461. "data": 1,
  462. "inclinationsConditions": [
  463. {
  464. "minInclination": 0.0,
  465. "maxInclination": 1.7
  466. }
  467. ]
  468. },
  469. 0.001
  470. ],
  471. [
  472. {
  473. "type": "DOUBLE_PLANT",
  474. "data": 2,
  475. "inclinationsConditions": [
  476. {
  477. "minInclination": 0.0,
  478. "maxInclination": 1.7
  479. }
  480. ]
  481. },
  482. 0.001
  483. ],
  484. [
  485. {
  486. "type": "DOUBLE_PLANT",
  487. "data": 3,
  488. "inclinationsConditions": [
  489. {
  490. "minInclination": 0.0,
  491. "maxInclination": 1.7
  492. }
  493. ]
  494. },
  495. 0.001
  496. ],
  497. [
  498. {
  499. "type": "DOUBLE_PLANT",
  500. "data": 4,
  501. "inclinationsConditions": [
  502. {
  503. "minInclination": 0.0,
  504. "maxInclination": 1.7
  505. }
  506. ]
  507. },
  508. 0.001
  509. ],
  510. [
  511. {
  512. "type": "DOUBLE_PLANT",
  513. "data": 5,
  514. "inclinationsConditions": [
  515. {
  516. "minInclination": 0.0,
  517. "maxInclination": 1.7
  518. }
  519. ]
  520. },
  521. 0.001
  522. ],
  523. [
  524. {
  525. "type": "RED_ROSE",
  526. "data": 0,
  527. "inclinationsConditions": [
  528. {
  529. "minInclination": 0.0,
  530. "maxInclination": 1.7
  531. }
  532. ]
  533. },
  534. 0.001
  535. ],
  536. [
  537. {
  538. "type": "YELLOW_FLOWER",
  539. "data": 0,
  540. "inclinationsConditions": [
  541. {
  542. "minInclination": 0.0,
  543. "maxInclination": 1.7
  544. }
  545. ]
  546. },
  547. 0.001
  548. ],
  549. [
  550. {
  551. "type": "RED_ROSE",
  552. "data": 1,
  553. "inclinationsConditions": [
  554. {
  555. "minInclination": 0.0,
  556. "maxInclination": 1.7
  557. }
  558. ]
  559. },
  560. 0.001
  561. ],
  562. [
  563. {
  564. "type": "RED_ROSE",
  565. "data": 2,
  566. "inclinationsConditions": [
  567. {
  568. "minInclination": 0.0,
  569. "maxInclination": 1.7
  570. }
  571. ]
  572. },
  573. 0.001
  574. ],
  575. [
  576. {
  577. "type": "RED_ROSE",
  578. "data": 3,
  579. "inclinationsConditions": [
  580. {
  581. "minInclination": 0.0,
  582. "maxInclination": 1.7
  583. }
  584. ]
  585. },
  586. 0.001
  587. ],
  588. [
  589. {
  590. "type": "RED_ROSE",
  591. "data": 4,
  592. "inclinationsConditions": [
  593. {
  594. "minInclination": 0.0,
  595. "maxInclination": 1.7
  596. }
  597. ]
  598. },
  599. 0.001
  600. ],
  601. [
  602. {
  603. "type": "RED_ROSE",
  604. "data": 5,
  605. "inclinationsConditions": [
  606. {
  607. "minInclination": 0.0,
  608. "maxInclination": 1.7
  609. }
  610. ]
  611. },
  612. 0.001
  613. ],
  614. [
  615. {
  616. "type": "RED_ROSE",
  617. "data": 6,
  618. "inclinationsConditions": [
  619. {
  620. "minInclination": 0.0,
  621. "maxInclination": 1.7
  622. }
  623. ]
  624. },
  625. 0.001
  626. ],
  627. [
  628. {
  629. "type": "RED_ROSE",
  630. "data": 7,
  631. "inclinationsConditions": [
  632. {
  633. "minInclination": 0.0,
  634. "maxInclination": 1.7
  635. }
  636. ]
  637. },
  638. 0.001
  639. ],
  640. [
  641. {
  642. "type": "RED_ROSE",
  643. "data": 8,
  644. "inclinationsConditions": [
  645. {
  646. "minInclination": 0.0,
  647. "maxInclination": 1.7
  648. }
  649. ]
  650. },
  651. 0.001
  652. ]
  653. ],
  654. {},
  655. [
  656. [
  657. {
  658. "type": "DOUBLE_PLANT",
  659. "data": 0
  660. },
  661. 0.001953125
  662. ],
  663. [
  664. {
  665. "type": "DOUBLE_PLANT",
  666. "data": 1
  667. },
  668. 0.001953125
  669. ],
  670. [
  671. {
  672. "type": "DOUBLE_PLANT",
  673. "data": 2
  674. },
  675. 0.001953125
  676. ],
  677. [
  678. {
  679. "type": "DOUBLE_PLANT",
  680. "data": 3
  681. },
  682. 0.001953125
  683. ],
  684. [
  685. {
  686. "type": "DOUBLE_PLANT",
  687. "data": 4
  688. },
  689. 0.001953125
  690. ],
  691. [
  692. {
  693. "type": "RED_ROSE",
  694. "data": 0
  695. },
  696. 0.001953125
  697. ],
  698. [
  699. {
  700. "type": "RED_ROSE",
  701. "data": 1
  702. },
  703. 0.001953125
  704. ],
  705. [
  706. {
  707. "type": "RED_ROSE",
  708. "data": 2
  709. },
  710. 0.001953125
  711. ],
  712. [
  713. {
  714. "type": "RED_ROSE",
  715. "data": 3
  716. },
  717. 0.001953125
  718. ],
  719. [
  720. {
  721. "type": "RED_ROSE",
  722. "data": 4
  723. },
  724. 0.001953125
  725. ],
  726. [
  727. {
  728. "type": "RED_ROSE",
  729. "data": 5
  730. },
  731. 0.001953125
  732. ],
  733. [
  734. {
  735. "type": "RED_ROSE",
  736. "data": 6
  737. },
  738. 0.001953125
  739. ],
  740. [
  741. {
  742. "type": "RED_ROSE",
  743. "data": 7
  744. },
  745. 0.001953125
  746. ],
  747. [
  748. {
  749. "type": "RED_ROSE",
  750. "data": 8
  751. },
  752. 0.001953125
  753. ]
  754. ]
  755. ],
  756. "riverBlocks": [],
  757. "leavesBlock": {
  758. "type": "LEAVES",
  759. "data": 0,
  760. "inclinationsConditions": [
  761. {
  762. "minInclination": 0.9,
  763. "maxInclination": 0.91
  764. }
  765. ]
  766. }
  767. },
  768. "customTrees": [
  769. {
  770. "name": "TREES_pine_medium",
  771. "density": 0.002,
  772. "size": "MEDIUM",
  773. "type": "TREES",
  774. "blocksRequiredUnderneath": [
  775. "SNOW_BLOCK"
  776. ],
  777. "blacklistedDecoBlocks": [],
  778. "spawnOnGround": true,
  779. "overrideExsistingBlocks": false,
  780. "allowRotation": true,
  781. "applyPhysics": false,
  782. "applyAir": false,
  783. "fixFlyingRoots": false,
  784. "replaceAir": true,
  785. "minY": 62,
  786. "maxY": 130,
  787. "maxSlope": 0.7,
  788. "minSlope": 0.0,
  789. "snapToXGrid": -1,
  790. "snapToYGrid": -1,
  791. "gridXOffset": 0,
  792. "gridYOffset": 0,
  793. "anchorYOffset": -2
  794. },
  795. {
  796. "name": "TREES_pine_normal",
  797. "density": 0.002,
  798. "size": "MEDIUM",
  799. "type": "TREES",
  800. "blocksRequiredUnderneath": [
  801. "SNOW_BLOCK"
  802. ],
  803. "blacklistedDecoBlocks": [],
  804. "spawnOnGround": true,
  805. "overrideExsistingBlocks": false,
  806. "allowRotation": true,
  807. "applyPhysics": false,
  808. "applyAir": false,
  809. "fixFlyingRoots": false,
  810. "replaceAir": true,
  811. "minY": 62,
  812. "maxY": 130,
  813. "maxSlope": 0.7,
  814. "minSlope": 0.0,
  815. "snapToXGrid": -1,
  816. "snapToYGrid": -1,
  817. "gridXOffset": 0,
  818. "gridYOffset": 0,
  819. "anchorYOffset": -2
  820. },
  821. {
  822. "name": "TREES_pine_normal_2",
  823. "density": 0.002,
  824. "size": "MEDIUM",
  825. "type": "TREES",
  826. "blocksRequiredUnderneath": [
  827. "SNOW_BLOCK"
  828. ],
  829. "blacklistedDecoBlocks": [],
  830. "spawnOnGround": true,
  831. "overrideExsistingBlocks": false,
  832. "allowRotation": true,
  833. "applyPhysics": false,
  834. "applyAir": false,
  835. "fixFlyingRoots": false,
  836. "replaceAir": true,
  837. "minY": 62,
  838. "maxY": 130,
  839. "maxSlope": 0.7,
  840. "minSlope": 0.0,
  841. "snapToXGrid": -1,
  842. "snapToYGrid": -1,
  843. "gridXOffset": 0,
  844. "gridYOffset": 0,
  845. "anchorYOffset": -2
  846. },
  847. {
  848. "name": "TREES_pine_small",
  849. "density": 0.002,
  850. "size": "MEDIUM",
  851. "type": "TREES",
  852. "blocksRequiredUnderneath": [
  853. "SNOW_BLOCK"
  854. ],
  855. "blacklistedDecoBlocks": [],
  856. "spawnOnGround": true,
  857. "overrideExsistingBlocks": false,
  858. "allowRotation": true,
  859. "applyPhysics": false,
  860. "applyAir": false,
  861. "fixFlyingRoots": false,
  862. "replaceAir": true,
  863. "minY": 62,
  864. "maxY": 130,
  865. "maxSlope": 0.7,
  866. "minSlope": 0.0,
  867. "snapToXGrid": -1,
  868. "snapToYGrid": -1,
  869. "gridXOffset": 0,
  870. "gridYOffset": 0,
  871. "anchorYOffset": -2
  872. },
  873. {
  874. "name": "TREES_pine_small_2",
  875. "density": 0.002,
  876. "size": "MEDIUM",
  877. "type": "TREES",
  878. "blocksRequiredUnderneath": [
  879. "SNOW_BLOCK"
  880. ],
  881. "blacklistedDecoBlocks": [],
  882. "spawnOnGround": true,
  883. "overrideExsistingBlocks": false,
  884. "allowRotation": true,
  885. "applyPhysics": false,
  886. "applyAir": false,
  887. "fixFlyingRoots": false,
  888. "replaceAir": true,
  889. "minY": 62,
  890. "maxY": 130,
  891. "maxSlope": 0.7,
  892. "minSlope": 0.0,
  893. "snapToXGrid": -1,
  894. "snapToYGrid": -1,
  895. "gridXOffset": 0,
  896. "gridYOffset": 0,
  897. "anchorYOffset": -2
  898. },
  899. {
  900. "name": "TREES_pine_small_3",
  901. "density": 0.002,
  902. "size": "MEDIUM",
  903. "type": "TREES",
  904. "blocksRequiredUnderneath": [
  905. "SNOW_BLOCK"
  906. ],
  907. "blacklistedDecoBlocks": [],
  908. "spawnOnGround": true,
  909. "overrideExsistingBlocks": false,
  910. "allowRotation": true,
  911. "applyPhysics": false,
  912. "applyAir": false,
  913. "fixFlyingRoots": false,
  914. "replaceAir": true,
  915. "minY": 62,
  916. "maxY": 85,
  917. "maxSlope": 0.7,
  918. "minSlope": 0.0,
  919. "snapToXGrid": -1,
  920. "snapToYGrid": -1,
  921. "gridXOffset": 0,
  922. "gridYOffset": 0,
  923. "anchorYOffset": -2
  924. },
  925. {
  926. "name": "TREES_pine_tiny",
  927. "density": 0.002,
  928. "size": "MEDIUM",
  929. "type": "TREES",
  930. "blocksRequiredUnderneath": [
  931. "SNOW_BLOCK"
  932. ],
  933. "blacklistedDecoBlocks": [],
  934. "spawnOnGround": true,
  935. "overrideExsistingBlocks": false,
  936. "allowRotation": true,
  937. "applyPhysics": false,
  938. "applyAir": false,
  939. "fixFlyingRoots": false,
  940. "replaceAir": true,
  941. "minY": 62,
  942. "maxY": 85,
  943. "maxSlope": 1.7,
  944. "minSlope": 0.0,
  945. "snapToXGrid": -1,
  946. "snapToYGrid": -1,
  947. "gridXOffset": 0,
  948. "gridYOffset": 0,
  949. "anchorYOffset": 0
  950. },
  951. {
  952. "name": "TREES_pine_tiny_2",
  953. "density": 0.002,
  954. "size": "MEDIUM",
  955. "type": "TREES",
  956. "blocksRequiredUnderneath": [
  957. "SNOW_BLOCK"
  958. ],
  959. "blacklistedDecoBlocks": [],
  960. "spawnOnGround": true,
  961. "overrideExsistingBlocks": false,
  962. "allowRotation": true,
  963. "applyPhysics": false,
  964. "applyAir": false,
  965. "fixFlyingRoots": false,
  966. "replaceAir": true,
  967. "minY": 62,
  968. "maxY": 85,
  969. "maxSlope": 1.7,
  970. "minSlope": 0.0,
  971. "snapToXGrid": -1,
  972. "snapToYGrid": -1,
  973. "gridXOffset": 0,
  974. "gridYOffset": 0,
  975. "anchorYOffset": 0
  976. }
  977. ],
  978. "customStructures": [],
  979. "maxEWGObjectsPerChunk": 2,
  980. "xNoiseModifier": 1.2,
  981. "yNoiseModifier": 0.8,
  982. "zNoiseModifier": 1.2,
  983. "lakeDepth": 0.0,
  984. "baseHeight": 80,
  985. "nativeBiomes": [
  986. {
  987. "nativeBiome": "MUTATED_TAIGA_COLD",
  988. "chance": 1.0
  989. }
  990. ],
  991. "entitySettings": {},
  992. "groundMaterials": [
  993. {
  994. "material": "STONE",
  995. "data": 0,
  996. "chance": 1.0
  997. }
  998. ]
  999. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement