Advertisement
TehNeon

EpicWorldGenerator - Settings

Sep 16th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 452.39 KB | None | 0 0
  1. {
  2. "worldSettings": {
  3. "pluginVersion": "70.0",
  4. "useLavaOceans": false,
  5. "useFastOres": false,
  6. "useOpenSimplexNoise": true,
  7. "useFastRandomAlgorithm": true,
  8. "overrideSaplings": true,
  9. "roughFading": true,
  10. "flatBedrock": false,
  11. "seaLevel": 62,
  12. "bedrockLevel": 1,
  13. "maxCaveHeight": 120,
  14. "minCaveHeight": 8,
  15. "globalTreeModifier": 0.5,
  16. "mineshaftChance": 0.01,
  17. "biomeTypeSize": 700.0,
  18. "biomeSize": 400.0,
  19. "worldSize": -1,
  20. "worldCenterX": 0,
  21. "worldCenterZ": 0,
  22. "flatAreas": [
  23. {
  24. "radius": 110,
  25. "xLocation": 0,
  26. "zLocation": 0,
  27. "baseLevel": 75,
  28. "outerRadius": 40
  29. }
  30. ],
  31. "biomeTypes": {
  32. "DESERT": {
  33. "enabled": true,
  34. "percentage": 0.14285714285714285
  35. },
  36. "AQUATIC": {
  37. "enabled": true,
  38. "percentage": 0.07142857142857142
  39. },
  40. "GRASSLAND": {
  41. "enabled": true,
  42. "percentage": 0.2857142857142857
  43. },
  44. "FOREST": {
  45. "enabled": true,
  46. "percentage": 0.46
  47. },
  48. "TUNDRA": {
  49. "enabled": false,
  50. "percentage": 0.04
  51. }
  52. }
  53. },
  54. "ewgBiomes": {
  55. "Tropical Forest": {
  56. "enabled": true,
  57. "biomeType": "FOREST",
  58. "useDungeons": true,
  59. "dungeonChance": 8,
  60. "useMineShafts": true,
  61. "useStrongholds": true,
  62. "useVillages": true,
  63. "useTemples": false,
  64. "useNetherFortress": false,
  65. "useCaves": true,
  66. "useMonuments": false,
  67. "useRavines": true,
  68. "useWitchHuts": false,
  69. "usePyramids": false,
  70. "useJungleTemples": false,
  71. "useIgloos": false,
  72. "useFossils": false,
  73. "useWaterLakes": true,
  74. "useLavaLakes": false,
  75. "useRivers": false,
  76. "useNativePainting": false,
  77. "useNativeStructure": false,
  78. "fossilChance": 64,
  79. "lavaLakeChance": 80,
  80. "waterLakeChance": 4,
  81. "ores": [
  82. {
  83. "type": "DIRT",
  84. "data": 0,
  85. "size": 33,
  86. "count": 10,
  87. "minHeight": 0,
  88. "maxHeight": 256
  89. },
  90. {
  91. "type": "GRAVEL",
  92. "data": 0,
  93. "size": 33,
  94. "count": 8,
  95. "minHeight": 0,
  96. "maxHeight": 256
  97. },
  98. {
  99. "type": "STONE",
  100. "data": 1,
  101. "size": 33,
  102. "count": 10,
  103. "minHeight": 0,
  104. "maxHeight": 80
  105. },
  106. {
  107. "type": "STONE",
  108. "data": 3,
  109. "size": 33,
  110. "count": 10,
  111. "minHeight": 0,
  112. "maxHeight": 80
  113. },
  114. {
  115. "type": "STONE",
  116. "data": 5,
  117. "size": 33,
  118. "count": 10,
  119. "minHeight": 0,
  120. "maxHeight": 80
  121. },
  122. {
  123. "type": "COAL_ORE",
  124. "data": 0,
  125. "size": 17,
  126. "count": 20,
  127. "minHeight": 0,
  128. "maxHeight": 128
  129. },
  130. {
  131. "type": "IRON_ORE",
  132. "data": 0,
  133. "size": 9,
  134. "count": 20,
  135. "minHeight": 0,
  136. "maxHeight": 64
  137. },
  138. {
  139. "type": "GOLD_ORE",
  140. "data": 0,
  141. "size": 9,
  142. "count": 2,
  143. "minHeight": 0,
  144. "maxHeight": 32
  145. },
  146. {
  147. "type": "REDSTONE_ORE",
  148. "data": 0,
  149. "size": 8,
  150. "count": 8,
  151. "minHeight": 0,
  152. "maxHeight": 16
  153. },
  154. {
  155. "type": "DIAMOND_ORE",
  156. "data": 0,
  157. "size": 8,
  158. "count": 1,
  159. "minHeight": 0,
  160. "maxHeight": 16
  161. },
  162. {
  163. "type": "LAPIS_ORE",
  164. "data": 0,
  165. "size": 7,
  166. "count": 1,
  167. "minHeight": 0,
  168. "maxHeight": 32
  169. },
  170. {
  171. "type": "EMERALD_ORE",
  172. "data": 0,
  173. "size": 4,
  174. "count": 2,
  175. "minHeight": 4,
  176. "maxHeight": 32
  177. }
  178. ],
  179. "terrainSettings": {
  180. "subTerrains": [
  181. {
  182. "provider": "EWG",
  183. "name": "Tropical Forest",
  184. "xModifier": 1.0,
  185. "yModifer": 1.0,
  186. "zModifer": 1.0,
  187. "yOffset": 0
  188. }
  189. ]
  190. },
  191. "overlaySettings": {
  192. "spawnLillypads": true,
  193. "spawnCactus": false,
  194. "spawnSnowLayers": false,
  195. "spawnIceOnWater": false,
  196. "minRiver": 2.0,
  197. "groundDepth": 16,
  198. "surfaceDepth": 4,
  199. "surfaceBlocks": [
  200. [
  201. [
  202. {
  203. "type": "STAINED_CLAY",
  204. "data": 9,
  205. "inclinationsConditions": [
  206. {
  207. "minInclination": 2.3,
  208. "maxInclination": 99.0
  209. }
  210. ]
  211. },
  212. 1.0
  213. ],
  214. [
  215. {
  216. "type": "DIRT",
  217. "data": 0,
  218. "heightConditions": [
  219. {
  220. "minHeight": 60,
  221. "maxHeight": 255
  222. }
  223. ],
  224. "relativeAltitudeConditions": [
  225. {
  226. "minRelativeHeight": 1,
  227. "maxRelativeHeight": 3
  228. }
  229. ]
  230. },
  231. 1.0
  232. ]
  233. ],
  234. [
  235. [
  236. {
  237. "type": "STONE",
  238. "data": 0,
  239. "inclinationsConditions": [
  240. {
  241. "minInclination": 1.3,
  242. "maxInclination": 1.7
  243. }
  244. ]
  245. },
  246. 0.4
  247. ],
  248. [
  249. {
  250. "type": "COBBLESTONE",
  251. "data": 0,
  252. "inclinationsConditions": [
  253. {
  254. "minInclination": 1.3,
  255. "maxInclination": 1.7
  256. }
  257. ]
  258. },
  259. 0.3
  260. ],
  261. [
  262. {
  263. "type": "STONE",
  264. "data": 5,
  265. "inclinationsConditions": [
  266. {
  267. "minInclination": 1.3,
  268. "maxInclination": 1.7
  269. }
  270. ]
  271. },
  272. 0.3
  273. ]
  274. ],
  275. [
  276. [
  277. {
  278. "type": "GRASS",
  279. "data": 0
  280. },
  281. 1.0
  282. ]
  283. ],
  284. {},
  285. [
  286. [
  287. {
  288. "type": "GRASS",
  289. "data": 0
  290. },
  291. 1.0
  292. ]
  293. ]
  294. ],
  295. "oceanBlocks": [],
  296. "groundBlocks": [
  297. {},
  298. {},
  299. {},
  300. {},
  301. [
  302. [
  303. {
  304. "type": "STONE",
  305. "data": 0
  306. },
  307. 0.4
  308. ],
  309. [
  310. {
  311. "type": "STONE",
  312. "data": 5
  313. },
  314. 0.3
  315. ],
  316. [
  317. {
  318. "type": "COBBLESTONE",
  319. "data": 0
  320. },
  321. 0.3
  322. ]
  323. ]
  324. ],
  325. "beachBlocks": [
  326. [
  327. [
  328. {
  329. "type": "DIRT",
  330. "data": 0,
  331. "heightConditions": [
  332. {
  333. "minHeight": 0,
  334. "maxHeight": 53
  335. }
  336. ]
  337. },
  338. 1.0
  339. ]
  340. ],
  341. [
  342. [
  343. {
  344. "type": "SAND",
  345. "data": 0,
  346. "inclinationsConditions": [
  347. {
  348. "minInclination": 0.0,
  349. "maxInclination": 0.5
  350. }
  351. ]
  352. },
  353. 1.0
  354. ]
  355. ]
  356. ],
  357. "slabBlocks": [],
  358. "stairBlocks": [],
  359. "plantBlocks": [
  360. {},
  361. {},
  362. [
  363. [
  364. {
  365. "type": "SUGAR_CANE_BLOCK",
  366. "data": 0,
  367. "heightConditions": [
  368. {
  369. "minHeight": 54,
  370. "maxHeight": 54
  371. }
  372. ]
  373. },
  374. 0.1
  375. ],
  376. [
  377. {
  378. "type": "LONG_GRASS",
  379. "data": 1,
  380. "inclinationsConditions": [
  381. {
  382. "minInclination": 0.0,
  383. "maxInclination": 1.7
  384. }
  385. ]
  386. },
  387. 0.25
  388. ],
  389. [
  390. {
  391. "type": "DOUBLE_PLANT",
  392. "data": 0,
  393. "inclinationsConditions": [
  394. {
  395. "minInclination": 0.0,
  396. "maxInclination": 1.7
  397. }
  398. ]
  399. },
  400. 0.001
  401. ],
  402. [
  403. {
  404. "type": "DOUBLE_PLANT",
  405. "data": 1,
  406. "inclinationsConditions": [
  407. {
  408. "minInclination": 0.0,
  409. "maxInclination": 1.7
  410. }
  411. ]
  412. },
  413. 0.001
  414. ],
  415. [
  416. {
  417. "type": "DOUBLE_PLANT",
  418. "data": 2,
  419. "inclinationsConditions": [
  420. {
  421. "minInclination": 0.0,
  422. "maxInclination": 1.7
  423. }
  424. ]
  425. },
  426. 0.001
  427. ],
  428. [
  429. {
  430. "type": "DOUBLE_PLANT",
  431. "data": 3,
  432. "inclinationsConditions": [
  433. {
  434. "minInclination": 0.0,
  435. "maxInclination": 1.7
  436. }
  437. ]
  438. },
  439. 0.001
  440. ],
  441. [
  442. {
  443. "type": "DOUBLE_PLANT",
  444. "data": 4,
  445. "inclinationsConditions": [
  446. {
  447. "minInclination": 0.0,
  448. "maxInclination": 1.7
  449. }
  450. ]
  451. },
  452. 0.001
  453. ],
  454. [
  455. {
  456. "type": "DOUBLE_PLANT",
  457. "data": 5,
  458. "inclinationsConditions": [
  459. {
  460. "minInclination": 0.0,
  461. "maxInclination": 1.7
  462. }
  463. ]
  464. },
  465. 0.001
  466. ],
  467. [
  468. {
  469. "type": "RED_ROSE",
  470. "data": 0,
  471. "inclinationsConditions": [
  472. {
  473. "minInclination": 0.0,
  474. "maxInclination": 1.7
  475. }
  476. ]
  477. },
  478. 0.001
  479. ],
  480. [
  481. {
  482. "type": "YELLOW_FLOWER",
  483. "data": 0,
  484. "inclinationsConditions": [
  485. {
  486. "minInclination": 0.0,
  487. "maxInclination": 1.7
  488. }
  489. ]
  490. },
  491. 0.001
  492. ],
  493. [
  494. {
  495. "type": "RED_ROSE",
  496. "data": 1,
  497. "inclinationsConditions": [
  498. {
  499. "minInclination": 0.0,
  500. "maxInclination": 1.7
  501. }
  502. ]
  503. },
  504. 0.001
  505. ],
  506. [
  507. {
  508. "type": "RED_ROSE",
  509. "data": 2,
  510. "inclinationsConditions": [
  511. {
  512. "minInclination": 0.0,
  513. "maxInclination": 1.7
  514. }
  515. ]
  516. },
  517. 0.001
  518. ],
  519. [
  520. {
  521. "type": "RED_ROSE",
  522. "data": 3,
  523. "inclinationsConditions": [
  524. {
  525. "minInclination": 0.0,
  526. "maxInclination": 1.7
  527. }
  528. ]
  529. },
  530. 0.001
  531. ],
  532. [
  533. {
  534. "type": "RED_ROSE",
  535. "data": 4,
  536. "inclinationsConditions": [
  537. {
  538. "minInclination": 0.0,
  539. "maxInclination": 1.7
  540. }
  541. ]
  542. },
  543. 0.001
  544. ],
  545. [
  546. {
  547. "type": "RED_ROSE",
  548. "data": 5,
  549. "inclinationsConditions": [
  550. {
  551. "minInclination": 0.0,
  552. "maxInclination": 1.7
  553. }
  554. ]
  555. },
  556. 0.001
  557. ],
  558. [
  559. {
  560. "type": "RED_ROSE",
  561. "data": 6,
  562. "inclinationsConditions": [
  563. {
  564. "minInclination": 0.0,
  565. "maxInclination": 1.7
  566. }
  567. ]
  568. },
  569. 0.001
  570. ],
  571. [
  572. {
  573. "type": "RED_ROSE",
  574. "data": 7,
  575. "inclinationsConditions": [
  576. {
  577. "minInclination": 0.0,
  578. "maxInclination": 1.7
  579. }
  580. ]
  581. },
  582. 0.001
  583. ],
  584. [
  585. {
  586. "type": "RED_ROSE",
  587. "data": 8,
  588. "inclinationsConditions": [
  589. {
  590. "minInclination": 0.0,
  591. "maxInclination": 1.7
  592. }
  593. ]
  594. },
  595. 0.001
  596. ],
  597. [
  598. {
  599. "type": "SUGAR_CANE_BLOCK",
  600. "data": 0,
  601. "heightConditions": [
  602. {
  603. "minHeight": 54,
  604. "maxHeight": 54
  605. }
  606. ]
  607. },
  608. 0.1
  609. ],
  610. [
  611. {
  612. "type": "LONG_GRASS",
  613. "data": 1,
  614. "inclinationsConditions": [
  615. {
  616. "minInclination": 0.0,
  617. "maxInclination": 1.7
  618. }
  619. ]
  620. },
  621. 0.25
  622. ],
  623. [
  624. {
  625. "type": "DOUBLE_PLANT",
  626. "data": 0,
  627. "inclinationsConditions": [
  628. {
  629. "minInclination": 0.0,
  630. "maxInclination": 1.7
  631. }
  632. ]
  633. },
  634. 0.001
  635. ],
  636. [
  637. {
  638. "type": "DOUBLE_PLANT",
  639. "data": 1,
  640. "inclinationsConditions": [
  641. {
  642. "minInclination": 0.0,
  643. "maxInclination": 1.7
  644. }
  645. ]
  646. },
  647. 0.001
  648. ],
  649. [
  650. {
  651. "type": "DOUBLE_PLANT",
  652. "data": 2,
  653. "inclinationsConditions": [
  654. {
  655. "minInclination": 0.0,
  656. "maxInclination": 1.7
  657. }
  658. ]
  659. },
  660. 0.001
  661. ],
  662. [
  663. {
  664. "type": "DOUBLE_PLANT",
  665. "data": 3,
  666. "inclinationsConditions": [
  667. {
  668. "minInclination": 0.0,
  669. "maxInclination": 1.7
  670. }
  671. ]
  672. },
  673. 0.001
  674. ],
  675. [
  676. {
  677. "type": "DOUBLE_PLANT",
  678. "data": 4,
  679. "inclinationsConditions": [
  680. {
  681. "minInclination": 0.0,
  682. "maxInclination": 1.7
  683. }
  684. ]
  685. },
  686. 0.001
  687. ],
  688. [
  689. {
  690. "type": "DOUBLE_PLANT",
  691. "data": 5,
  692. "inclinationsConditions": [
  693. {
  694. "minInclination": 0.0,
  695. "maxInclination": 1.7
  696. }
  697. ]
  698. },
  699. 0.001
  700. ],
  701. [
  702. {
  703. "type": "RED_ROSE",
  704. "data": 0,
  705. "inclinationsConditions": [
  706. {
  707. "minInclination": 0.0,
  708. "maxInclination": 1.7
  709. }
  710. ]
  711. },
  712. 0.001
  713. ],
  714. [
  715. {
  716. "type": "YELLOW_FLOWER",
  717. "data": 0,
  718. "inclinationsConditions": [
  719. {
  720. "minInclination": 0.0,
  721. "maxInclination": 1.7
  722. }
  723. ]
  724. },
  725. 0.001
  726. ],
  727. [
  728. {
  729. "type": "RED_ROSE",
  730. "data": 1,
  731. "inclinationsConditions": [
  732. {
  733. "minInclination": 0.0,
  734. "maxInclination": 1.7
  735. }
  736. ]
  737. },
  738. 0.001
  739. ],
  740. [
  741. {
  742. "type": "RED_ROSE",
  743. "data": 2,
  744. "inclinationsConditions": [
  745. {
  746. "minInclination": 0.0,
  747. "maxInclination": 1.7
  748. }
  749. ]
  750. },
  751. 0.001
  752. ],
  753. [
  754. {
  755. "type": "RED_ROSE",
  756. "data": 3,
  757. "inclinationsConditions": [
  758. {
  759. "minInclination": 0.0,
  760. "maxInclination": 1.7
  761. }
  762. ]
  763. },
  764. 0.001
  765. ],
  766. [
  767. {
  768. "type": "RED_ROSE",
  769. "data": 4,
  770. "inclinationsConditions": [
  771. {
  772. "minInclination": 0.0,
  773. "maxInclination": 1.7
  774. }
  775. ]
  776. },
  777. 0.001
  778. ],
  779. [
  780. {
  781. "type": "RED_ROSE",
  782. "data": 5,
  783. "inclinationsConditions": [
  784. {
  785. "minInclination": 0.0,
  786. "maxInclination": 1.7
  787. }
  788. ]
  789. },
  790. 0.001
  791. ],
  792. [
  793. {
  794. "type": "RED_ROSE",
  795. "data": 6,
  796. "inclinationsConditions": [
  797. {
  798. "minInclination": 0.0,
  799. "maxInclination": 1.7
  800. }
  801. ]
  802. },
  803. 0.001
  804. ],
  805. [
  806. {
  807. "type": "RED_ROSE",
  808. "data": 7,
  809. "inclinationsConditions": [
  810. {
  811. "minInclination": 0.0,
  812. "maxInclination": 1.7
  813. }
  814. ]
  815. },
  816. 0.001
  817. ],
  818. [
  819. {
  820. "type": "RED_ROSE",
  821. "data": 8,
  822. "inclinationsConditions": [
  823. {
  824. "minInclination": 0.0,
  825. "maxInclination": 1.7
  826. }
  827. ]
  828. },
  829. 0.001
  830. ]
  831. ]
  832. ],
  833. "riverBlocks": [],
  834. "leavesBlock": {
  835. "type": "LEAVES",
  836. "data": 0,
  837. "inclinationsConditions": [
  838. {
  839. "minInclination": 0.30000001192092896,
  840. "maxInclination": 0.6000000238418579
  841. }
  842. ]
  843. }
  844. },
  845. "customTrees": [
  846. {
  847. "name": "TREES_tropicalForest_medium_1",
  848. "density": 0.0058823529411764705,
  849. "size": "MEDIUM",
  850. "type": "TREES",
  851. "blocksRequiredUnderneath": [
  852. "GRASS"
  853. ],
  854. "blacklistedDecoBlocks": [],
  855. "spawnOnGround": true,
  856. "overrideExsistingBlocks": false,
  857. "allowRotation": true,
  858. "applyPhysics": true,
  859. "applyAir": false,
  860. "fixFlyingRoots": true,
  861. "replaceAir": true,
  862. "minY": 62,
  863. "maxY": 120,
  864. "maxSlope": 0.7,
  865. "minSlope": 0.0,
  866. "snapToXGrid": -1,
  867. "snapToYGrid": -1,
  868. "gridXOffset": 0,
  869. "gridYOffset": 0,
  870. "anchorYOffset": 0
  871. },
  872. {
  873. "name": "TREES_tropicalForest_medium_2",
  874. "density": 0.0058823529411764705,
  875. "size": "MEDIUM",
  876. "type": "TREES",
  877. "blocksRequiredUnderneath": [
  878. "GRASS"
  879. ],
  880. "blacklistedDecoBlocks": [],
  881. "spawnOnGround": true,
  882. "overrideExsistingBlocks": false,
  883. "allowRotation": true,
  884. "applyPhysics": true,
  885. "applyAir": false,
  886. "fixFlyingRoots": true,
  887. "replaceAir": true,
  888. "minY": 62,
  889. "maxY": 120,
  890. "maxSlope": 0.7,
  891. "minSlope": 0.0,
  892. "snapToXGrid": -1,
  893. "snapToYGrid": -1,
  894. "gridXOffset": 0,
  895. "gridYOffset": 0,
  896. "anchorYOffset": 0
  897. },
  898. {
  899. "name": "TREES_tropicalForest_medium_3",
  900. "density": 0.0058823529411764705,
  901. "size": "MEDIUM",
  902. "type": "TREES",
  903. "blocksRequiredUnderneath": [
  904. "GRASS"
  905. ],
  906. "blacklistedDecoBlocks": [],
  907. "spawnOnGround": true,
  908. "overrideExsistingBlocks": false,
  909. "allowRotation": true,
  910. "applyPhysics": true,
  911. "applyAir": false,
  912. "fixFlyingRoots": true,
  913. "replaceAir": true,
  914. "minY": 62,
  915. "maxY": 120,
  916. "maxSlope": 0.7,
  917. "minSlope": 0.0,
  918. "snapToXGrid": -1,
  919. "snapToYGrid": -1,
  920. "gridXOffset": 0,
  921. "gridYOffset": 0,
  922. "anchorYOffset": 0
  923. },
  924. {
  925. "name": "TREES_tropicalForest_medium_4",
  926. "density": 0.0058823529411764705,
  927. "size": "MEDIUM",
  928. "type": "TREES",
  929. "blocksRequiredUnderneath": [
  930. "GRASS"
  931. ],
  932. "blacklistedDecoBlocks": [],
  933. "spawnOnGround": true,
  934. "overrideExsistingBlocks": false,
  935. "allowRotation": true,
  936. "applyPhysics": true,
  937. "applyAir": false,
  938. "fixFlyingRoots": true,
  939. "replaceAir": true,
  940. "minY": 62,
  941. "maxY": 120,
  942. "maxSlope": 0.7,
  943. "minSlope": 0.0,
  944. "snapToXGrid": -1,
  945. "snapToYGrid": -1,
  946. "gridXOffset": 0,
  947. "gridYOffset": 0,
  948. "anchorYOffset": 0
  949. },
  950. {
  951. "name": "TREES_tropicalForest_small_1",
  952. "density": 0.0058823529411764705,
  953. "size": "MEDIUM",
  954. "type": "TREES",
  955. "blocksRequiredUnderneath": [
  956. "GRASS"
  957. ],
  958. "blacklistedDecoBlocks": [],
  959. "spawnOnGround": true,
  960. "overrideExsistingBlocks": false,
  961. "allowRotation": true,
  962. "applyPhysics": true,
  963. "applyAir": false,
  964. "fixFlyingRoots": true,
  965. "replaceAir": true,
  966. "minY": 62,
  967. "maxY": 120,
  968. "maxSlope": 0.7,
  969. "minSlope": 0.0,
  970. "snapToXGrid": -1,
  971. "snapToYGrid": -1,
  972. "gridXOffset": 0,
  973. "gridYOffset": 0,
  974. "anchorYOffset": 0
  975. }
  976. ],
  977. "customStructures": [],
  978. "maxEWGObjectsPerChunk": 4,
  979. "xNoiseModifier": 1.2,
  980. "yNoiseModifier": 0.8,
  981. "zNoiseModifier": 1.2,
  982. "lakeDepth": 0.0,
  983. "baseHeight": 67,
  984. "nativeBiomes": [
  985. {
  986. "nativeBiome": "PLAINS",
  987. "chance": 0.7
  988. },
  989. {
  990. "nativeBiome": "MESA",
  991. "chance": 0.15
  992. },
  993. {
  994. "nativeBiome": "JUNGLE",
  995. "chance": 0.15
  996. }
  997. ],
  998. "entitySettings": {},
  999. "groundMaterials": [
  1000. {
  1001. "material": "STONE",
  1002. "data": 0,
  1003. "chance": 1.0
  1004. }
  1005. ]
  1006. },
  1007. "Mesa": {
  1008. "enabled": true,
  1009. "biomeType": "DESERT",
  1010. "useDungeons": true,
  1011. "dungeonChance": 8,
  1012. "useMineShafts": true,
  1013. "useStrongholds": true,
  1014. "useVillages": true,
  1015. "useTemples": false,
  1016. "useNetherFortress": false,
  1017. "useCaves": true,
  1018. "useMonuments": false,
  1019. "useRavines": true,
  1020. "useWitchHuts": false,
  1021. "usePyramids": false,
  1022. "useJungleTemples": false,
  1023. "useIgloos": false,
  1024. "useFossils": false,
  1025. "useWaterLakes": true,
  1026. "useLavaLakes": true,
  1027. "useRivers": true,
  1028. "useNativePainting": false,
  1029. "useNativeStructure": false,
  1030. "fossilChance": 64,
  1031. "lavaLakeChance": 60,
  1032. "waterLakeChance": 20,
  1033. "ores": [
  1034. {
  1035. "type": "DIRT",
  1036. "data": 0,
  1037. "size": 33,
  1038. "count": 10,
  1039. "minHeight": 0,
  1040. "maxHeight": 256
  1041. },
  1042. {
  1043. "type": "GRAVEL",
  1044. "data": 0,
  1045. "size": 33,
  1046. "count": 8,
  1047. "minHeight": 0,
  1048. "maxHeight": 256
  1049. },
  1050. {
  1051. "type": "STONE",
  1052. "data": 1,
  1053. "size": 33,
  1054. "count": 10,
  1055. "minHeight": 0,
  1056. "maxHeight": 80
  1057. },
  1058. {
  1059. "type": "STONE",
  1060. "data": 3,
  1061. "size": 33,
  1062. "count": 10,
  1063. "minHeight": 0,
  1064. "maxHeight": 80
  1065. },
  1066. {
  1067. "type": "STONE",
  1068. "data": 5,
  1069. "size": 33,
  1070. "count": 10,
  1071. "minHeight": 0,
  1072. "maxHeight": 80
  1073. },
  1074. {
  1075. "type": "COAL_ORE",
  1076. "data": 0,
  1077. "size": 17,
  1078. "count": 20,
  1079. "minHeight": 0,
  1080. "maxHeight": 128
  1081. },
  1082. {
  1083. "type": "IRON_ORE",
  1084. "data": 0,
  1085. "size": 9,
  1086. "count": 20,
  1087. "minHeight": 0,
  1088. "maxHeight": 64
  1089. },
  1090. {
  1091. "type": "GOLD_ORE",
  1092. "data": 0,
  1093. "size": 9,
  1094. "count": 2,
  1095. "minHeight": 0,
  1096. "maxHeight": 32
  1097. },
  1098. {
  1099. "type": "REDSTONE_ORE",
  1100. "data": 0,
  1101. "size": 8,
  1102. "count": 8,
  1103. "minHeight": 0,
  1104. "maxHeight": 16
  1105. },
  1106. {
  1107. "type": "DIAMOND_ORE",
  1108. "data": 0,
  1109. "size": 8,
  1110. "count": 1,
  1111. "minHeight": 0,
  1112. "maxHeight": 16
  1113. },
  1114. {
  1115. "type": "LAPIS_ORE",
  1116. "data": 0,
  1117. "size": 7,
  1118. "count": 1,
  1119. "minHeight": 0,
  1120. "maxHeight": 32
  1121. },
  1122. {
  1123. "type": "EMERALD_ORE",
  1124. "data": 0,
  1125. "size": 4,
  1126. "count": 2,
  1127. "minHeight": 4,
  1128. "maxHeight": 32
  1129. }
  1130. ],
  1131. "terrainSettings": {
  1132. "subTerrains": [
  1133. {
  1134. "provider": "EWG",
  1135. "name": "Mesa",
  1136. "xModifier": 1.0,
  1137. "yModifer": 1.0,
  1138. "zModifer": 1.0,
  1139. "yOffset": 0
  1140. }
  1141. ]
  1142. },
  1143. "overlaySettings": {
  1144. "spawnLillypads": false,
  1145. "spawnCactus": true,
  1146. "spawnSnowLayers": false,
  1147. "spawnIceOnWater": false,
  1148. "minRiver": 2.0,
  1149. "groundDepth": 3,
  1150. "surfaceDepth": 12,
  1151. "surfaceBlocks": [
  1152. [
  1153. [
  1154. {
  1155. "type": "SAND",
  1156. "data": 1,
  1157. "heightConditions": [
  1158. {
  1159. "minHeight": 80,
  1160. "maxHeight": 256
  1161. }
  1162. ],
  1163. "inclinationsConditions": [
  1164. {
  1165. "minInclination": 0.0,
  1166. "maxInclination": 0.5
  1167. }
  1168. ]
  1169. },
  1170. 0.6
  1171. ]
  1172. ],
  1173. [
  1174. [
  1175. {
  1176. "type": "STAINED_CLAY",
  1177. "data": 6,
  1178. "heightConditions": [
  1179. {
  1180. "minHeight": 80,
  1181. "maxHeight": 81
  1182. }
  1183. ]
  1184. },
  1185. 0.8
  1186. ],
  1187. [
  1188. {
  1189. "type": "STAINED_CLAY",
  1190. "data": 7,
  1191. "heightConditions": [
  1192. {
  1193. "minHeight": 84,
  1194. "maxHeight": 85
  1195. }
  1196. ]
  1197. },
  1198. 0.8
  1199. ],
  1200. [
  1201. {
  1202. "type": "STAINED_CLAY",
  1203. "data": 8,
  1204. "heightConditions": [
  1205. {
  1206. "minHeight": 88,
  1207. "maxHeight": 89
  1208. }
  1209. ]
  1210. },
  1211. 0.8
  1212. ],
  1213. [
  1214. {
  1215. "type": "STAINED_CLAY",
  1216. "data": 9,
  1217. "heightConditions": [
  1218. {
  1219. "minHeight": 92,
  1220. "maxHeight": 57
  1221. }
  1222. ]
  1223. },
  1224. 0.8
  1225. ],
  1226. [
  1227. {
  1228. "type": "STAINED_CLAY",
  1229. "data": 10,
  1230. "heightConditions": [
  1231. {
  1232. "minHeight": 96,
  1233. "maxHeight": 97
  1234. }
  1235. ]
  1236. },
  1237. 0.8
  1238. ],
  1239. [
  1240. {
  1241. "type": "STAINED_CLAY",
  1242. "data": 1,
  1243. "heightConditions": [
  1244. {
  1245. "minHeight": 100,
  1246. "maxHeight": 101
  1247. }
  1248. ]
  1249. },
  1250. 0.8
  1251. ],
  1252. [
  1253. {
  1254. "type": "STAINED_CLAY",
  1255. "data": 15,
  1256. "heightConditions": [
  1257. {
  1258. "minHeight": 108,
  1259. "maxHeight": 109
  1260. }
  1261. ]
  1262. },
  1263. 0.8
  1264. ],
  1265. [
  1266. {
  1267. "type": "STAINED_CLAY",
  1268. "data": 4,
  1269. "heightConditions": [
  1270. {
  1271. "minHeight": 112,
  1272. "maxHeight": 113
  1273. }
  1274. ]
  1275. },
  1276. 0.8
  1277. ],
  1278. [
  1279. {
  1280. "type": "STAINED_CLAY",
  1281. "data": 8,
  1282. "heightConditions": [
  1283. {
  1284. "minHeight": 118,
  1285. "maxHeight": 119
  1286. }
  1287. ]
  1288. },
  1289. 0.8
  1290. ]
  1291. ],
  1292. [
  1293. [
  1294. {
  1295. "type": "HARD_CLAY",
  1296. "data": 0,
  1297. "heightConditions": [
  1298. {
  1299. "minHeight": 0,
  1300. "maxHeight": 80,
  1301. "domaininationLevelMap": {
  1302. "0.0": 1.0,
  1303. "65.0": 0.8,
  1304. "70.0": 0.5,
  1305. "75.0": 0.25,
  1306. "80.0": 0.05
  1307. }
  1308. }
  1309. ]
  1310. },
  1311. 1.0
  1312. ]
  1313. ],
  1314. [
  1315. [
  1316. {
  1317. "type": "STAINED_CLAY",
  1318. "data": 1
  1319. },
  1320. 0.7
  1321. ],
  1322. [
  1323. {
  1324. "type": "HARD_CLAY",
  1325. "data": 0
  1326. },
  1327. 0.3
  1328. ]
  1329. ]
  1330. ],
  1331. "oceanBlocks": [],
  1332. "groundBlocks": [
  1333. {},
  1334. {},
  1335. {},
  1336. {},
  1337. [
  1338. [
  1339. {
  1340. "type": "SANDSTONE",
  1341. "data": 0
  1342. },
  1343. 1.0
  1344. ]
  1345. ]
  1346. ],
  1347. "beachBlocks": [
  1348. {},
  1349. {},
  1350. {},
  1351. {},
  1352. [
  1353. [
  1354. {
  1355. "type": "DIRT",
  1356. "data": 0
  1357. },
  1358. 1.0
  1359. ]
  1360. ]
  1361. ],
  1362. "slabBlocks": [
  1363. [
  1364. [
  1365. {
  1366. "type": "STONE_SLAB2",
  1367. "data": 1,
  1368. "heightConditions": [
  1369. {
  1370. "minHeight": 90,
  1371. "maxHeight": 256
  1372. }
  1373. ]
  1374. },
  1375. 1.0
  1376. ]
  1377. ]
  1378. ],
  1379. "stairBlocks": [
  1380. {},
  1381. {},
  1382. {},
  1383. {},
  1384. [
  1385. [
  1386. {
  1387. "type": "RED_SANDSTONE_STAIRS",
  1388. "data": 0
  1389. },
  1390. 1.0
  1391. ]
  1392. ]
  1393. ],
  1394. "plantBlocks": [],
  1395. "riverBlocks": []
  1396. },
  1397. "customTrees": [
  1398. {
  1399. "name": "TREES_dead_big",
  1400. "density": 4.5454545454545455E-4,
  1401. "size": "MEDIUM",
  1402. "type": "TREES",
  1403. "blocksRequiredUnderneath": [
  1404. "GRASS"
  1405. ],
  1406. "blacklistedDecoBlocks": [],
  1407. "spawnOnGround": true,
  1408. "overrideExsistingBlocks": false,
  1409. "allowRotation": true,
  1410. "applyPhysics": true,
  1411. "applyAir": false,
  1412. "fixFlyingRoots": true,
  1413. "replaceAir": true,
  1414. "minY": 50,
  1415. "maxY": 86,
  1416. "maxSlope": 0.7,
  1417. "minSlope": 0.0,
  1418. "snapToXGrid": -1,
  1419. "snapToYGrid": -1,
  1420. "gridXOffset": 0,
  1421. "gridYOffset": 0,
  1422. "anchorYOffset": 0
  1423. },
  1424. {
  1425. "name": "TREES_dead_huge",
  1426. "density": 4.5454545454545455E-4,
  1427. "size": "MEDIUM",
  1428. "type": "TREES",
  1429. "blocksRequiredUnderneath": [
  1430. "GRASS"
  1431. ],
  1432. "blacklistedDecoBlocks": [],
  1433. "spawnOnGround": true,
  1434. "overrideExsistingBlocks": false,
  1435. "allowRotation": true,
  1436. "applyPhysics": true,
  1437. "applyAir": false,
  1438. "fixFlyingRoots": true,
  1439. "replaceAir": true,
  1440. "minY": 50,
  1441. "maxY": 86,
  1442. "maxSlope": 0.7,
  1443. "minSlope": 0.0,
  1444. "snapToXGrid": -1,
  1445. "snapToYGrid": -1,
  1446. "gridXOffset": 0,
  1447. "gridYOffset": 0,
  1448. "anchorYOffset": 0
  1449. },
  1450. {
  1451. "name": "TREES_dead_medium",
  1452. "density": 4.5454545454545455E-4,
  1453. "size": "MEDIUM",
  1454. "type": "TREES",
  1455. "blocksRequiredUnderneath": [
  1456. "GRASS"
  1457. ],
  1458. "blacklistedDecoBlocks": [],
  1459. "spawnOnGround": true,
  1460. "overrideExsistingBlocks": false,
  1461. "allowRotation": true,
  1462. "applyPhysics": true,
  1463. "applyAir": false,
  1464. "fixFlyingRoots": true,
  1465. "replaceAir": true,
  1466. "minY": 50,
  1467. "maxY": 86,
  1468. "maxSlope": 0.7,
  1469. "minSlope": 0.0,
  1470. "snapToXGrid": -1,
  1471. "snapToYGrid": -1,
  1472. "gridXOffset": 0,
  1473. "gridYOffset": 0,
  1474. "anchorYOffset": 0
  1475. },
  1476. {
  1477. "name": "TREES_dead_medium_2",
  1478. "density": 4.5454545454545455E-4,
  1479. "size": "MEDIUM",
  1480. "type": "TREES",
  1481. "blocksRequiredUnderneath": [
  1482. "GRASS"
  1483. ],
  1484. "blacklistedDecoBlocks": [],
  1485. "spawnOnGround": true,
  1486. "overrideExsistingBlocks": false,
  1487. "allowRotation": true,
  1488. "applyPhysics": true,
  1489. "applyAir": false,
  1490. "fixFlyingRoots": true,
  1491. "replaceAir": true,
  1492. "minY": 50,
  1493. "maxY": 86,
  1494. "maxSlope": 0.7,
  1495. "minSlope": 0.0,
  1496. "snapToXGrid": -1,
  1497. "snapToYGrid": -1,
  1498. "gridXOffset": 0,
  1499. "gridYOffset": 0,
  1500. "anchorYOffset": 0
  1501. },
  1502. {
  1503. "name": "TREES_dead_normal",
  1504. "density": 4.5454545454545455E-4,
  1505. "size": "MEDIUM",
  1506. "type": "TREES",
  1507. "blocksRequiredUnderneath": [
  1508. "GRASS"
  1509. ],
  1510. "blacklistedDecoBlocks": [],
  1511. "spawnOnGround": true,
  1512. "overrideExsistingBlocks": false,
  1513. "allowRotation": true,
  1514. "applyPhysics": true,
  1515. "applyAir": false,
  1516. "fixFlyingRoots": true,
  1517. "replaceAir": true,
  1518. "minY": 50,
  1519. "maxY": 86,
  1520. "maxSlope": 0.7,
  1521. "minSlope": 0.0,
  1522. "snapToXGrid": -1,
  1523. "snapToYGrid": -1,
  1524. "gridXOffset": 0,
  1525. "gridYOffset": 0,
  1526. "anchorYOffset": 0
  1527. },
  1528. {
  1529. "name": "TREES_dead_normal_2",
  1530. "density": 4.5454545454545455E-4,
  1531. "size": "MEDIUM",
  1532. "type": "TREES",
  1533. "blocksRequiredUnderneath": [
  1534. "GRASS"
  1535. ],
  1536. "blacklistedDecoBlocks": [],
  1537. "spawnOnGround": true,
  1538. "overrideExsistingBlocks": false,
  1539. "allowRotation": true,
  1540. "applyPhysics": true,
  1541. "applyAir": false,
  1542. "fixFlyingRoots": true,
  1543. "replaceAir": true,
  1544. "minY": 50,
  1545. "maxY": 86,
  1546. "maxSlope": 0.7,
  1547. "minSlope": 0.0,
  1548. "snapToXGrid": -1,
  1549. "snapToYGrid": -1,
  1550. "gridXOffset": 0,
  1551. "gridYOffset": 0,
  1552. "anchorYOffset": 0
  1553. }
  1554. ],
  1555. "customStructures": [],
  1556. "maxEWGObjectsPerChunk": 4,
  1557. "xNoiseModifier": 1.2,
  1558. "yNoiseModifier": 0.8,
  1559. "zNoiseModifier": 1.2,
  1560. "lakeDepth": 0.0,
  1561. "baseHeight": 50,
  1562. "nativeBiomes": [
  1563. {
  1564. "nativeBiome": "JUNGLE",
  1565. "chance": 1.0
  1566. }
  1567. ],
  1568. "entitySettings": {},
  1569. "groundMaterials": [
  1570. {
  1571. "material": "STONE",
  1572. "data": 0,
  1573. "chance": 1.0
  1574. }
  1575. ]
  1576. },
  1577. "Stone Forest": {
  1578. "enabled": true,
  1579. "biomeType": "GRASSLAND",
  1580. "useDungeons": true,
  1581. "dungeonChance": 8,
  1582. "useMineShafts": true,
  1583. "useStrongholds": true,
  1584. "useVillages": true,
  1585. "useTemples": false,
  1586. "useNetherFortress": false,
  1587. "useCaves": true,
  1588. "useMonuments": false,
  1589. "useRavines": true,
  1590. "useWitchHuts": false,
  1591. "usePyramids": false,
  1592. "useJungleTemples": false,
  1593. "useIgloos": false,
  1594. "useFossils": false,
  1595. "useWaterLakes": true,
  1596. "useLavaLakes": false,
  1597. "useRivers": false,
  1598. "useNativePainting": false,
  1599. "useNativeStructure": false,
  1600. "fossilChance": 64,
  1601. "lavaLakeChance": 80,
  1602. "waterLakeChance": 4,
  1603. "ores": [
  1604. {
  1605. "type": "DIRT",
  1606. "data": 0,
  1607. "size": 33,
  1608. "count": 10,
  1609. "minHeight": 0,
  1610. "maxHeight": 256
  1611. },
  1612. {
  1613. "type": "GRAVEL",
  1614. "data": 0,
  1615. "size": 33,
  1616. "count": 8,
  1617. "minHeight": 0,
  1618. "maxHeight": 256
  1619. },
  1620. {
  1621. "type": "STONE",
  1622. "data": 1,
  1623. "size": 33,
  1624. "count": 10,
  1625. "minHeight": 0,
  1626. "maxHeight": 80
  1627. },
  1628. {
  1629. "type": "STONE",
  1630. "data": 3,
  1631. "size": 33,
  1632. "count": 10,
  1633. "minHeight": 0,
  1634. "maxHeight": 80
  1635. },
  1636. {
  1637. "type": "STONE",
  1638. "data": 5,
  1639. "size": 33,
  1640. "count": 10,
  1641. "minHeight": 0,
  1642. "maxHeight": 80
  1643. },
  1644. {
  1645. "type": "COAL_ORE",
  1646. "data": 0,
  1647. "size": 17,
  1648. "count": 20,
  1649. "minHeight": 0,
  1650. "maxHeight": 128
  1651. },
  1652. {
  1653. "type": "IRON_ORE",
  1654. "data": 0,
  1655. "size": 9,
  1656. "count": 20,
  1657. "minHeight": 0,
  1658. "maxHeight": 64
  1659. },
  1660. {
  1661. "type": "GOLD_ORE",
  1662. "data": 0,
  1663. "size": 9,
  1664. "count": 2,
  1665. "minHeight": 0,
  1666. "maxHeight": 32
  1667. },
  1668. {
  1669. "type": "REDSTONE_ORE",
  1670. "data": 0,
  1671. "size": 8,
  1672. "count": 8,
  1673. "minHeight": 0,
  1674. "maxHeight": 16
  1675. },
  1676. {
  1677. "type": "DIAMOND_ORE",
  1678. "data": 0,
  1679. "size": 8,
  1680. "count": 1,
  1681. "minHeight": 0,
  1682. "maxHeight": 16
  1683. },
  1684. {
  1685. "type": "LAPIS_ORE",
  1686. "data": 0,
  1687. "size": 7,
  1688. "count": 1,
  1689. "minHeight": 0,
  1690. "maxHeight": 32
  1691. },
  1692. {
  1693. "type": "EMERALD_ORE",
  1694. "data": 0,
  1695. "size": 4,
  1696. "count": 2,
  1697. "minHeight": 4,
  1698. "maxHeight": 32
  1699. }
  1700. ],
  1701. "terrainSettings": {
  1702. "subTerrains": [
  1703. {
  1704. "provider": "EWG",
  1705. "name": "Stone Forest",
  1706. "xModifier": 1.0,
  1707. "yModifer": 1.0,
  1708. "zModifer": 1.0,
  1709. "yOffset": 0
  1710. }
  1711. ]
  1712. },
  1713. "overlaySettings": {
  1714. "spawnLillypads": false,
  1715. "spawnCactus": false,
  1716. "spawnSnowLayers": false,
  1717. "spawnIceOnWater": false,
  1718. "minRiver": 2.0,
  1719. "groundDepth": 8,
  1720. "surfaceDepth": 1,
  1721. "surfaceBlocks": [
  1722. [
  1723. [
  1724. {
  1725. "type": "GRASS",
  1726. "data": 0,
  1727. "inclinationsConditions": [
  1728. {
  1729. "minInclination": 0.0,
  1730. "maxInclination": 0.8
  1731. }
  1732. ]
  1733. },
  1734. 1.0
  1735. ]
  1736. ],
  1737. [
  1738. [
  1739. {
  1740. "type": "MOSSY_COBBLESTONE",
  1741. "data": 0,
  1742. "inclinationsConditions": [
  1743. {
  1744. "minInclination": 0.8,
  1745. "maxInclination": 99.0
  1746. }
  1747. ]
  1748. },
  1749. 0.1
  1750. ],
  1751. [
  1752. {
  1753. "type": "STONE",
  1754. "data": 0,
  1755. "inclinationsConditions": [
  1756. {
  1757. "minInclination": 0.8,
  1758. "maxInclination": 99.0
  1759. }
  1760. ]
  1761. },
  1762. 0.6
  1763. ],
  1764. [
  1765. {
  1766. "type": "STONE",
  1767. "data": 5,
  1768. "inclinationsConditions": [
  1769. {
  1770. "minInclination": 0.8,
  1771. "maxInclination": 99.0
  1772. }
  1773. ]
  1774. },
  1775. 0.1
  1776. ],
  1777. [
  1778. {
  1779. "type": "COBBLESTONE",
  1780. "data": 0,
  1781. "inclinationsConditions": [
  1782. {
  1783. "minInclination": 0.8,
  1784. "maxInclination": 99.0
  1785. }
  1786. ]
  1787. },
  1788. 0.2
  1789. ]
  1790. ]
  1791. ],
  1792. "oceanBlocks": [],
  1793. "groundBlocks": [
  1794. [
  1795. [
  1796. {
  1797. "type": "STONE",
  1798. "data": 0
  1799. },
  1800. 0.8
  1801. ],
  1802. [
  1803. {
  1804. "type": "COBBLESTONE",
  1805. "data": 0
  1806. },
  1807. 0.2
  1808. ]
  1809. ]
  1810. ],
  1811. "beachBlocks": [
  1812. [
  1813. [
  1814. {
  1815. "type": "DIRT",
  1816. "data": 0,
  1817. "heightConditions": [
  1818. {
  1819. "minHeight": 0,
  1820. "maxHeight": 53
  1821. }
  1822. ]
  1823. },
  1824. 1.0
  1825. ]
  1826. ],
  1827. [
  1828. [
  1829. {
  1830. "type": "SAND",
  1831. "data": 0,
  1832. "inclinationsConditions": [
  1833. {
  1834. "minInclination": 0.0,
  1835. "maxInclination": 0.5
  1836. }
  1837. ]
  1838. },
  1839. 1.0
  1840. ]
  1841. ]
  1842. ],
  1843. "slabBlocks": [
  1844. [
  1845. [
  1846. {
  1847. "type": "STEP",
  1848. "data": 3,
  1849. "inclinationsConditions": [
  1850. {
  1851. "minInclination": 0.8,
  1852. "maxInclination": 99.0
  1853. }
  1854. ]
  1855. },
  1856. 1.0
  1857. ]
  1858. ]
  1859. ],
  1860. "stairBlocks": [
  1861. [
  1862. [
  1863. {
  1864. "type": "COBBLESTONE_STAIRS",
  1865. "data": 3
  1866. },
  1867. 1.0
  1868. ]
  1869. ]
  1870. ],
  1871. "plantBlocks": [
  1872. {},
  1873. {},
  1874. [
  1875. [
  1876. {
  1877. "type": "SUGAR_CANE_BLOCK",
  1878. "data": 0,
  1879. "heightConditions": [
  1880. {
  1881. "minHeight": 54,
  1882. "maxHeight": 54
  1883. }
  1884. ]
  1885. },
  1886. 0.1
  1887. ],
  1888. [
  1889. {
  1890. "type": "LONG_GRASS",
  1891. "data": 1,
  1892. "inclinationsConditions": [
  1893. {
  1894. "minInclination": 0.0,
  1895. "maxInclination": 1.7
  1896. }
  1897. ]
  1898. },
  1899. 0.25
  1900. ],
  1901. [
  1902. {
  1903. "type": "DOUBLE_PLANT",
  1904. "data": 0,
  1905. "inclinationsConditions": [
  1906. {
  1907. "minInclination": 0.0,
  1908. "maxInclination": 1.7
  1909. }
  1910. ]
  1911. },
  1912. 0.001
  1913. ],
  1914. [
  1915. {
  1916. "type": "DOUBLE_PLANT",
  1917. "data": 1,
  1918. "inclinationsConditions": [
  1919. {
  1920. "minInclination": 0.0,
  1921. "maxInclination": 1.7
  1922. }
  1923. ]
  1924. },
  1925. 0.001
  1926. ],
  1927. [
  1928. {
  1929. "type": "DOUBLE_PLANT",
  1930. "data": 2,
  1931. "inclinationsConditions": [
  1932. {
  1933. "minInclination": 0.0,
  1934. "maxInclination": 1.7
  1935. }
  1936. ]
  1937. },
  1938. 0.001
  1939. ],
  1940. [
  1941. {
  1942. "type": "DOUBLE_PLANT",
  1943. "data": 3,
  1944. "inclinationsConditions": [
  1945. {
  1946. "minInclination": 0.0,
  1947. "maxInclination": 1.7
  1948. }
  1949. ]
  1950. },
  1951. 0.001
  1952. ],
  1953. [
  1954. {
  1955. "type": "DOUBLE_PLANT",
  1956. "data": 4,
  1957. "inclinationsConditions": [
  1958. {
  1959. "minInclination": 0.0,
  1960. "maxInclination": 1.7
  1961. }
  1962. ]
  1963. },
  1964. 0.001
  1965. ],
  1966. [
  1967. {
  1968. "type": "DOUBLE_PLANT",
  1969. "data": 5,
  1970. "inclinationsConditions": [
  1971. {
  1972. "minInclination": 0.0,
  1973. "maxInclination": 1.7
  1974. }
  1975. ]
  1976. },
  1977. 0.001
  1978. ],
  1979. [
  1980. {
  1981. "type": "RED_ROSE",
  1982. "data": 0,
  1983. "inclinationsConditions": [
  1984. {
  1985. "minInclination": 0.0,
  1986. "maxInclination": 1.7
  1987. }
  1988. ]
  1989. },
  1990. 0.001
  1991. ],
  1992. [
  1993. {
  1994. "type": "YELLOW_FLOWER",
  1995. "data": 0,
  1996. "inclinationsConditions": [
  1997. {
  1998. "minInclination": 0.0,
  1999. "maxInclination": 1.7
  2000. }
  2001. ]
  2002. },
  2003. 0.001
  2004. ],
  2005. [
  2006. {
  2007. "type": "RED_ROSE",
  2008. "data": 1,
  2009. "inclinationsConditions": [
  2010. {
  2011. "minInclination": 0.0,
  2012. "maxInclination": 1.7
  2013. }
  2014. ]
  2015. },
  2016. 0.001
  2017. ],
  2018. [
  2019. {
  2020. "type": "RED_ROSE",
  2021. "data": 2,
  2022. "inclinationsConditions": [
  2023. {
  2024. "minInclination": 0.0,
  2025. "maxInclination": 1.7
  2026. }
  2027. ]
  2028. },
  2029. 0.001
  2030. ],
  2031. [
  2032. {
  2033. "type": "RED_ROSE",
  2034. "data": 3,
  2035. "inclinationsConditions": [
  2036. {
  2037. "minInclination": 0.0,
  2038. "maxInclination": 1.7
  2039. }
  2040. ]
  2041. },
  2042. 0.001
  2043. ],
  2044. [
  2045. {
  2046. "type": "RED_ROSE",
  2047. "data": 4,
  2048. "inclinationsConditions": [
  2049. {
  2050. "minInclination": 0.0,
  2051. "maxInclination": 1.7
  2052. }
  2053. ]
  2054. },
  2055. 0.001
  2056. ],
  2057. [
  2058. {
  2059. "type": "RED_ROSE",
  2060. "data": 5,
  2061. "inclinationsConditions": [
  2062. {
  2063. "minInclination": 0.0,
  2064. "maxInclination": 1.7
  2065. }
  2066. ]
  2067. },
  2068. 0.001
  2069. ],
  2070. [
  2071. {
  2072. "type": "RED_ROSE",
  2073. "data": 6,
  2074. "inclinationsConditions": [
  2075. {
  2076. "minInclination": 0.0,
  2077. "maxInclination": 1.7
  2078. }
  2079. ]
  2080. },
  2081. 0.001
  2082. ],
  2083. [
  2084. {
  2085. "type": "RED_ROSE",
  2086. "data": 7,
  2087. "inclinationsConditions": [
  2088. {
  2089. "minInclination": 0.0,
  2090. "maxInclination": 1.7
  2091. }
  2092. ]
  2093. },
  2094. 0.001
  2095. ],
  2096. [
  2097. {
  2098. "type": "RED_ROSE",
  2099. "data": 8,
  2100. "inclinationsConditions": [
  2101. {
  2102. "minInclination": 0.0,
  2103. "maxInclination": 1.7
  2104. }
  2105. ]
  2106. },
  2107. 0.001
  2108. ]
  2109. ]
  2110. ],
  2111. "riverBlocks": [],
  2112. "leavesBlock": {
  2113. "type": "LEAVES",
  2114. "data": 0,
  2115. "inclinationsConditions": [
  2116. {
  2117. "minInclination": 0.44999998807907104,
  2118. "maxInclination": 0.6000000238418579
  2119. }
  2120. ]
  2121. }
  2122. },
  2123. "customTrees": [
  2124. {
  2125. "name": "TREES_bonsai_big",
  2126. "density": 0.001953125,
  2127. "size": "MEDIUM",
  2128. "type": "TREES",
  2129. "blocksRequiredUnderneath": [
  2130. "GRASS"
  2131. ],
  2132. "blacklistedDecoBlocks": [],
  2133. "spawnOnGround": true,
  2134. "overrideExsistingBlocks": false,
  2135. "allowRotation": true,
  2136. "applyPhysics": true,
  2137. "applyAir": false,
  2138. "fixFlyingRoots": true,
  2139. "replaceAir": true,
  2140. "minY": 62,
  2141. "maxY": 115,
  2142. "maxSlope": 0.7,
  2143. "minSlope": 0.0,
  2144. "snapToXGrid": -1,
  2145. "snapToYGrid": -1,
  2146. "gridXOffset": 0,
  2147. "gridYOffset": 0,
  2148. "anchorYOffset": 0
  2149. },
  2150. {
  2151. "name": "TREES_bonsai_big_2",
  2152. "density": 0.001953125,
  2153. "size": "MEDIUM",
  2154. "type": "TREES",
  2155. "blocksRequiredUnderneath": [
  2156. "GRASS"
  2157. ],
  2158. "blacklistedDecoBlocks": [],
  2159. "spawnOnGround": true,
  2160. "overrideExsistingBlocks": false,
  2161. "allowRotation": true,
  2162. "applyPhysics": true,
  2163. "applyAir": false,
  2164. "fixFlyingRoots": true,
  2165. "replaceAir": true,
  2166. "minY": 62,
  2167. "maxY": 115,
  2168. "maxSlope": 0.7,
  2169. "minSlope": 0.0,
  2170. "snapToXGrid": -1,
  2171. "snapToYGrid": -1,
  2172. "gridXOffset": 0,
  2173. "gridYOffset": 0,
  2174. "anchorYOffset": 0
  2175. },
  2176. {
  2177. "name": "TREES_bonsai_big_3",
  2178. "density": 0.001953125,
  2179. "size": "MEDIUM",
  2180. "type": "TREES",
  2181. "blocksRequiredUnderneath": [
  2182. "GRASS"
  2183. ],
  2184. "blacklistedDecoBlocks": [],
  2185. "spawnOnGround": true,
  2186. "overrideExsistingBlocks": false,
  2187. "allowRotation": true,
  2188. "applyPhysics": true,
  2189. "applyAir": false,
  2190. "fixFlyingRoots": true,
  2191. "replaceAir": true,
  2192. "minY": 62,
  2193. "maxY": 115,
  2194. "maxSlope": 0.7,
  2195. "minSlope": 0.0,
  2196. "snapToXGrid": -1,
  2197. "snapToYGrid": -1,
  2198. "gridXOffset": 0,
  2199. "gridYOffset": 0,
  2200. "anchorYOffset": 0
  2201. },
  2202. {
  2203. "name": "TREES_bonsai_huge",
  2204. "density": 0.001953125,
  2205. "size": "MEDIUM",
  2206. "type": "TREES",
  2207. "blocksRequiredUnderneath": [
  2208. "GRASS"
  2209. ],
  2210. "blacklistedDecoBlocks": [],
  2211. "spawnOnGround": true,
  2212. "overrideExsistingBlocks": false,
  2213. "allowRotation": true,
  2214. "applyPhysics": true,
  2215. "applyAir": false,
  2216. "fixFlyingRoots": true,
  2217. "replaceAir": true,
  2218. "minY": 62,
  2219. "maxY": 115,
  2220. "maxSlope": 0.7,
  2221. "minSlope": 0.0,
  2222. "snapToXGrid": -1,
  2223. "snapToYGrid": -1,
  2224. "gridXOffset": 0,
  2225. "gridYOffset": 0,
  2226. "anchorYOffset": 0
  2227. },
  2228. {
  2229. "name": "TREES_bonsai_medium",
  2230. "density": 0.001953125,
  2231. "size": "MEDIUM",
  2232. "type": "TREES",
  2233. "blocksRequiredUnderneath": [
  2234. "GRASS"
  2235. ],
  2236. "blacklistedDecoBlocks": [],
  2237. "spawnOnGround": true,
  2238. "overrideExsistingBlocks": false,
  2239. "allowRotation": true,
  2240. "applyPhysics": true,
  2241. "applyAir": false,
  2242. "fixFlyingRoots": true,
  2243. "replaceAir": true,
  2244. "minY": 62,
  2245. "maxY": 115,
  2246. "maxSlope": 0.7,
  2247. "minSlope": 0.0,
  2248. "snapToXGrid": -1,
  2249. "snapToYGrid": -1,
  2250. "gridXOffset": 0,
  2251. "gridYOffset": 0,
  2252. "anchorYOffset": 0
  2253. },
  2254. {
  2255. "name": "TREES_bonsai_medium_2",
  2256. "density": 0.001953125,
  2257. "size": "MEDIUM",
  2258. "type": "TREES",
  2259. "blocksRequiredUnderneath": [
  2260. "GRASS"
  2261. ],
  2262. "blacklistedDecoBlocks": [],
  2263. "spawnOnGround": true,
  2264. "overrideExsistingBlocks": false,
  2265. "allowRotation": true,
  2266. "applyPhysics": true,
  2267. "applyAir": false,
  2268. "fixFlyingRoots": true,
  2269. "replaceAir": true,
  2270. "minY": 62,
  2271. "maxY": 115,
  2272. "maxSlope": 0.7,
  2273. "minSlope": 0.0,
  2274. "snapToXGrid": -1,
  2275. "snapToYGrid": -1,
  2276. "gridXOffset": 0,
  2277. "gridYOffset": 0,
  2278. "anchorYOffset": 0
  2279. },
  2280. {
  2281. "name": "TREES_bonsai_normal",
  2282. "density": 0.001953125,
  2283. "size": "MEDIUM",
  2284. "type": "TREES",
  2285. "blocksRequiredUnderneath": [
  2286. "GRASS"
  2287. ],
  2288. "blacklistedDecoBlocks": [],
  2289. "spawnOnGround": true,
  2290. "overrideExsistingBlocks": false,
  2291. "allowRotation": true,
  2292. "applyPhysics": true,
  2293. "applyAir": false,
  2294. "fixFlyingRoots": true,
  2295. "replaceAir": true,
  2296. "minY": 62,
  2297. "maxY": 115,
  2298. "maxSlope": 0.7,
  2299. "minSlope": 0.0,
  2300. "snapToXGrid": -1,
  2301. "snapToYGrid": -1,
  2302. "gridXOffset": 0,
  2303. "gridYOffset": 0,
  2304. "anchorYOffset": 0
  2305. },
  2306. {
  2307. "name": "TREES_bonsai_normal_2",
  2308. "density": 0.001953125,
  2309. "size": "MEDIUM",
  2310. "type": "TREES",
  2311. "blocksRequiredUnderneath": [
  2312. "GRASS"
  2313. ],
  2314. "blacklistedDecoBlocks": [],
  2315. "spawnOnGround": true,
  2316. "overrideExsistingBlocks": false,
  2317. "allowRotation": true,
  2318. "applyPhysics": true,
  2319. "applyAir": false,
  2320. "fixFlyingRoots": true,
  2321. "replaceAir": true,
  2322. "minY": 62,
  2323. "maxY": 115,
  2324. "maxSlope": 0.7,
  2325. "minSlope": 0.0,
  2326. "snapToXGrid": -1,
  2327. "snapToYGrid": -1,
  2328. "gridXOffset": 0,
  2329. "gridYOffset": 0,
  2330. "anchorYOffset": 0
  2331. },
  2332. {
  2333. "name": "TREES_bonsai_small",
  2334. "density": 0.001953125,
  2335. "size": "MEDIUM",
  2336. "type": "TREES",
  2337. "blocksRequiredUnderneath": [
  2338. "GRASS"
  2339. ],
  2340. "blacklistedDecoBlocks": [],
  2341. "spawnOnGround": true,
  2342. "overrideExsistingBlocks": false,
  2343. "allowRotation": true,
  2344. "applyPhysics": true,
  2345. "applyAir": false,
  2346. "fixFlyingRoots": true,
  2347. "replaceAir": true,
  2348. "minY": 62,
  2349. "maxY": 115,
  2350. "maxSlope": 0.7,
  2351. "minSlope": 0.0,
  2352. "snapToXGrid": -1,
  2353. "snapToYGrid": -1,
  2354. "gridXOffset": 0,
  2355. "gridYOffset": 0,
  2356. "anchorYOffset": 0
  2357. },
  2358. {
  2359. "name": "TREES_bonsai_tiny",
  2360. "density": 0.001953125,
  2361. "size": "MEDIUM",
  2362. "type": "TREES",
  2363. "blocksRequiredUnderneath": [
  2364. "GRASS"
  2365. ],
  2366. "blacklistedDecoBlocks": [],
  2367. "spawnOnGround": true,
  2368. "overrideExsistingBlocks": false,
  2369. "allowRotation": true,
  2370. "applyPhysics": true,
  2371. "applyAir": false,
  2372. "fixFlyingRoots": true,
  2373. "replaceAir": true,
  2374. "minY": 62,
  2375. "maxY": 115,
  2376. "maxSlope": 0.7,
  2377. "minSlope": 0.0,
  2378. "snapToXGrid": -1,
  2379. "snapToYGrid": -1,
  2380. "gridXOffset": 0,
  2381. "gridYOffset": 0,
  2382. "anchorYOffset": 0
  2383. }
  2384. ],
  2385. "customStructures": [],
  2386. "maxEWGObjectsPerChunk": 4,
  2387. "xNoiseModifier": 1.2,
  2388. "yNoiseModifier": 0.8,
  2389. "zNoiseModifier": 1.2,
  2390. "lakeDepth": 0.0,
  2391. "baseHeight": 62,
  2392. "nativeBiomes": [
  2393. {
  2394. "nativeBiome": "PLAINS",
  2395. "chance": 0.8
  2396. },
  2397. {
  2398. "nativeBiome": "DESERT",
  2399. "chance": 0.2
  2400. }
  2401. ],
  2402. "entitySettings": {},
  2403. "groundMaterials": [
  2404. {
  2405. "material": "STONE",
  2406. "data": 0,
  2407. "chance": 1.0
  2408. }
  2409. ]
  2410. },
  2411. "Bonsai Forest": {
  2412. "enabled": true,
  2413. "biomeType": "GRASSLAND",
  2414. "useDungeons": true,
  2415. "dungeonChance": 8,
  2416. "useMineShafts": true,
  2417. "useStrongholds": true,
  2418. "useVillages": true,
  2419. "useTemples": false,
  2420. "useNetherFortress": false,
  2421. "useCaves": true,
  2422. "useMonuments": false,
  2423. "useRavines": true,
  2424. "useWitchHuts": false,
  2425. "usePyramids": false,
  2426. "useJungleTemples": false,
  2427. "useIgloos": false,
  2428. "useFossils": false,
  2429. "useWaterLakes": true,
  2430. "useLavaLakes": false,
  2431. "useRivers": true,
  2432. "useNativePainting": false,
  2433. "useNativeStructure": false,
  2434. "fossilChance": 64,
  2435. "lavaLakeChance": 80,
  2436. "waterLakeChance": 4,
  2437. "ores": [
  2438. {
  2439. "type": "DIRT",
  2440. "data": 0,
  2441. "size": 33,
  2442. "count": 10,
  2443. "minHeight": 0,
  2444. "maxHeight": 256
  2445. },
  2446. {
  2447. "type": "GRAVEL",
  2448. "data": 0,
  2449. "size": 33,
  2450. "count": 8,
  2451. "minHeight": 0,
  2452. "maxHeight": 256
  2453. },
  2454. {
  2455. "type": "STONE",
  2456. "data": 1,
  2457. "size": 33,
  2458. "count": 10,
  2459. "minHeight": 0,
  2460. "maxHeight": 80
  2461. },
  2462. {
  2463. "type": "STONE",
  2464. "data": 3,
  2465. "size": 33,
  2466. "count": 10,
  2467. "minHeight": 0,
  2468. "maxHeight": 80
  2469. },
  2470. {
  2471. "type": "STONE",
  2472. "data": 5,
  2473. "size": 33,
  2474. "count": 10,
  2475. "minHeight": 0,
  2476. "maxHeight": 80
  2477. },
  2478. {
  2479. "type": "COAL_ORE",
  2480. "data": 0,
  2481. "size": 17,
  2482. "count": 20,
  2483. "minHeight": 0,
  2484. "maxHeight": 128
  2485. },
  2486. {
  2487. "type": "IRON_ORE",
  2488. "data": 0,
  2489. "size": 9,
  2490. "count": 20,
  2491. "minHeight": 0,
  2492. "maxHeight": 64
  2493. },
  2494. {
  2495. "type": "GOLD_ORE",
  2496. "data": 0,
  2497. "size": 9,
  2498. "count": 2,
  2499. "minHeight": 0,
  2500. "maxHeight": 32
  2501. },
  2502. {
  2503. "type": "REDSTONE_ORE",
  2504. "data": 0,
  2505. "size": 8,
  2506. "count": 8,
  2507. "minHeight": 0,
  2508. "maxHeight": 16
  2509. },
  2510. {
  2511. "type": "DIAMOND_ORE",
  2512. "data": 0,
  2513. "size": 8,
  2514. "count": 1,
  2515. "minHeight": 0,
  2516. "maxHeight": 16
  2517. },
  2518. {
  2519. "type": "LAPIS_ORE",
  2520. "data": 0,
  2521. "size": 7,
  2522. "count": 1,
  2523. "minHeight": 0,
  2524. "maxHeight": 32
  2525. },
  2526. {
  2527. "type": "EMERALD_ORE",
  2528. "data": 0,
  2529. "size": 4,
  2530. "count": 2,
  2531. "minHeight": 4,
  2532. "maxHeight": 32
  2533. }
  2534. ],
  2535. "terrainSettings": {
  2536. "subTerrains": [
  2537. {
  2538. "provider": "EWG",
  2539. "name": "Bonsai Forest",
  2540. "xModifier": 1.0,
  2541. "yModifer": 1.0,
  2542. "zModifer": 1.0,
  2543. "yOffset": 0
  2544. }
  2545. ]
  2546. },
  2547. "overlaySettings": {
  2548. "spawnLillypads": false,
  2549. "spawnCactus": false,
  2550. "spawnSnowLayers": false,
  2551. "spawnIceOnWater": false,
  2552. "minRiver": 2.0,
  2553. "groundDepth": 4,
  2554. "surfaceDepth": 1,
  2555. "surfaceBlocks": [
  2556. [
  2557. [
  2558. {
  2559. "type": "STAINED_CLAY",
  2560. "data": 9,
  2561. "inclinationsConditions": [
  2562. {
  2563. "minInclination": 2.3,
  2564. "maxInclination": 99.0
  2565. }
  2566. ]
  2567. },
  2568. 1.0
  2569. ]
  2570. ],
  2571. [
  2572. [
  2573. {
  2574. "type": "STONE",
  2575. "data": 0,
  2576. "inclinationsConditions": [
  2577. {
  2578. "minInclination": 1.3,
  2579. "maxInclination": 1.7
  2580. }
  2581. ]
  2582. },
  2583. 0.4
  2584. ],
  2585. [
  2586. {
  2587. "type": "COBBLESTONE",
  2588. "data": 0,
  2589. "inclinationsConditions": [
  2590. {
  2591. "minInclination": 1.3,
  2592. "maxInclination": 1.7
  2593. }
  2594. ]
  2595. },
  2596. 0.3
  2597. ],
  2598. [
  2599. {
  2600. "type": "STONE",
  2601. "data": 5,
  2602. "inclinationsConditions": [
  2603. {
  2604. "minInclination": 1.3,
  2605. "maxInclination": 1.7
  2606. }
  2607. ]
  2608. },
  2609. 0.3
  2610. ]
  2611. ],
  2612. [
  2613. [
  2614. {
  2615. "type": "GRASS",
  2616. "data": 0
  2617. },
  2618. 1.0
  2619. ]
  2620. ]
  2621. ],
  2622. "oceanBlocks": [],
  2623. "groundBlocks": [
  2624. [
  2625. [
  2626. {
  2627. "type": "STAINED_CLAY",
  2628. "data": 9,
  2629. "inclinationsConditions": [
  2630. {
  2631. "minInclination": 2.3,
  2632. "maxInclination": 99.0
  2633. }
  2634. ]
  2635. },
  2636. 1.0
  2637. ]
  2638. ],
  2639. [
  2640. [
  2641. {
  2642. "type": "STONE",
  2643. "data": 0,
  2644. "inclinationsConditions": [
  2645. {
  2646. "minInclination": 1.3,
  2647. "maxInclination": 1.7
  2648. }
  2649. ]
  2650. },
  2651. 0.4
  2652. ],
  2653. [
  2654. {
  2655. "type": "COBBLESTONE",
  2656. "data": 0,
  2657. "inclinationsConditions": [
  2658. {
  2659. "minInclination": 1.3,
  2660. "maxInclination": 1.7
  2661. }
  2662. ]
  2663. },
  2664. 0.3
  2665. ],
  2666. [
  2667. {
  2668. "type": "STONE",
  2669. "data": 5,
  2670. "inclinationsConditions": [
  2671. {
  2672. "minInclination": 1.3,
  2673. "maxInclination": 1.7
  2674. }
  2675. ]
  2676. },
  2677. 0.3
  2678. ]
  2679. ],
  2680. [
  2681. [
  2682. {
  2683. "type": "DIRT",
  2684. "data": 0
  2685. },
  2686. 0.8
  2687. ],
  2688. [
  2689. {
  2690. "type": "COBBLESTONE",
  2691. "data": 0
  2692. },
  2693. 0.2
  2694. ]
  2695. ]
  2696. ],
  2697. "beachBlocks": [
  2698. [
  2699. [
  2700. {
  2701. "type": "DIRT",
  2702. "data": 0,
  2703. "heightConditions": [
  2704. {
  2705. "minHeight": 0,
  2706. "maxHeight": 53
  2707. }
  2708. ]
  2709. },
  2710. 1.0
  2711. ]
  2712. ],
  2713. [
  2714. [
  2715. {
  2716. "type": "SAND",
  2717. "data": 0,
  2718. "inclinationsConditions": [
  2719. {
  2720. "minInclination": 0.0,
  2721. "maxInclination": 0.5
  2722. }
  2723. ]
  2724. },
  2725. 1.0
  2726. ]
  2727. ]
  2728. ],
  2729. "slabBlocks": [],
  2730. "stairBlocks": [],
  2731. "plantBlocks": [
  2732. {},
  2733. {},
  2734. [
  2735. [
  2736. {
  2737. "type": "SUGAR_CANE_BLOCK",
  2738. "data": 0,
  2739. "heightConditions": [
  2740. {
  2741. "minHeight": 54,
  2742. "maxHeight": 54
  2743. }
  2744. ]
  2745. },
  2746. 0.1
  2747. ],
  2748. [
  2749. {
  2750. "type": "LONG_GRASS",
  2751. "data": 1,
  2752. "inclinationsConditions": [
  2753. {
  2754. "minInclination": 0.0,
  2755. "maxInclination": 1.7
  2756. }
  2757. ]
  2758. },
  2759. 0.25
  2760. ],
  2761. [
  2762. {
  2763. "type": "DOUBLE_PLANT",
  2764. "data": 0,
  2765. "inclinationsConditions": [
  2766. {
  2767. "minInclination": 0.0,
  2768. "maxInclination": 1.7
  2769. }
  2770. ]
  2771. },
  2772. 0.001
  2773. ],
  2774. [
  2775. {
  2776. "type": "DOUBLE_PLANT",
  2777. "data": 1,
  2778. "inclinationsConditions": [
  2779. {
  2780. "minInclination": 0.0,
  2781. "maxInclination": 1.7
  2782. }
  2783. ]
  2784. },
  2785. 0.001
  2786. ],
  2787. [
  2788. {
  2789. "type": "DOUBLE_PLANT",
  2790. "data": 2,
  2791. "inclinationsConditions": [
  2792. {
  2793. "minInclination": 0.0,
  2794. "maxInclination": 1.7
  2795. }
  2796. ]
  2797. },
  2798. 0.001
  2799. ],
  2800. [
  2801. {
  2802. "type": "DOUBLE_PLANT",
  2803. "data": 3,
  2804. "inclinationsConditions": [
  2805. {
  2806. "minInclination": 0.0,
  2807. "maxInclination": 1.7
  2808. }
  2809. ]
  2810. },
  2811. 0.001
  2812. ],
  2813. [
  2814. {
  2815. "type": "DOUBLE_PLANT",
  2816. "data": 4,
  2817. "inclinationsConditions": [
  2818. {
  2819. "minInclination": 0.0,
  2820. "maxInclination": 1.7
  2821. }
  2822. ]
  2823. },
  2824. 0.001
  2825. ],
  2826. [
  2827. {
  2828. "type": "DOUBLE_PLANT",
  2829. "data": 5,
  2830. "inclinationsConditions": [
  2831. {
  2832. "minInclination": 0.0,
  2833. "maxInclination": 1.7
  2834. }
  2835. ]
  2836. },
  2837. 0.001
  2838. ],
  2839. [
  2840. {
  2841. "type": "RED_ROSE",
  2842. "data": 0,
  2843. "inclinationsConditions": [
  2844. {
  2845. "minInclination": 0.0,
  2846. "maxInclination": 1.7
  2847. }
  2848. ]
  2849. },
  2850. 0.001
  2851. ],
  2852. [
  2853. {
  2854. "type": "YELLOW_FLOWER",
  2855. "data": 0,
  2856. "inclinationsConditions": [
  2857. {
  2858. "minInclination": 0.0,
  2859. "maxInclination": 1.7
  2860. }
  2861. ]
  2862. },
  2863. 0.001
  2864. ],
  2865. [
  2866. {
  2867. "type": "RED_ROSE",
  2868. "data": 1,
  2869. "inclinationsConditions": [
  2870. {
  2871. "minInclination": 0.0,
  2872. "maxInclination": 1.7
  2873. }
  2874. ]
  2875. },
  2876. 0.001
  2877. ],
  2878. [
  2879. {
  2880. "type": "RED_ROSE",
  2881. "data": 2,
  2882. "inclinationsConditions": [
  2883. {
  2884. "minInclination": 0.0,
  2885. "maxInclination": 1.7
  2886. }
  2887. ]
  2888. },
  2889. 0.001
  2890. ],
  2891. [
  2892. {
  2893. "type": "RED_ROSE",
  2894. "data": 3,
  2895. "inclinationsConditions": [
  2896. {
  2897. "minInclination": 0.0,
  2898. "maxInclination": 1.7
  2899. }
  2900. ]
  2901. },
  2902. 0.001
  2903. ],
  2904. [
  2905. {
  2906. "type": "RED_ROSE",
  2907. "data": 4,
  2908. "inclinationsConditions": [
  2909. {
  2910. "minInclination": 0.0,
  2911. "maxInclination": 1.7
  2912. }
  2913. ]
  2914. },
  2915. 0.001
  2916. ],
  2917. [
  2918. {
  2919. "type": "RED_ROSE",
  2920. "data": 5,
  2921. "inclinationsConditions": [
  2922. {
  2923. "minInclination": 0.0,
  2924. "maxInclination": 1.7
  2925. }
  2926. ]
  2927. },
  2928. 0.001
  2929. ],
  2930. [
  2931. {
  2932. "type": "RED_ROSE",
  2933. "data": 6,
  2934. "inclinationsConditions": [
  2935. {
  2936. "minInclination": 0.0,
  2937. "maxInclination": 1.7
  2938. }
  2939. ]
  2940. },
  2941. 0.001
  2942. ],
  2943. [
  2944. {
  2945. "type": "RED_ROSE",
  2946. "data": 7,
  2947. "inclinationsConditions": [
  2948. {
  2949. "minInclination": 0.0,
  2950. "maxInclination": 1.7
  2951. }
  2952. ]
  2953. },
  2954. 0.001
  2955. ],
  2956. [
  2957. {
  2958. "type": "RED_ROSE",
  2959. "data": 8,
  2960. "inclinationsConditions": [
  2961. {
  2962. "minInclination": 0.0,
  2963. "maxInclination": 1.7
  2964. }
  2965. ]
  2966. },
  2967. 0.001
  2968. ]
  2969. ],
  2970. {},
  2971. [
  2972. [
  2973. {
  2974. "type": "DOUBLE_PLANT",
  2975. "data": 2
  2976. },
  2977. 0.001953125
  2978. ]
  2979. ]
  2980. ],
  2981. "riverBlocks": []
  2982. },
  2983. "customTrees": [
  2984. {
  2985. "name": "TREES_bonsai_big",
  2986. "density": 7.142857142857143E-4,
  2987. "size": "MEDIUM",
  2988. "type": "TREES",
  2989. "blocksRequiredUnderneath": [
  2990. "GRASS"
  2991. ],
  2992. "blacklistedDecoBlocks": [],
  2993. "spawnOnGround": true,
  2994. "overrideExsistingBlocks": false,
  2995. "allowRotation": true,
  2996. "applyPhysics": true,
  2997. "applyAir": false,
  2998. "fixFlyingRoots": true,
  2999. "replaceAir": true,
  3000. "minY": 62,
  3001. "maxY": 120,
  3002. "maxSlope": 0.7,
  3003. "minSlope": 0.0,
  3004. "snapToXGrid": -1,
  3005. "snapToYGrid": -1,
  3006. "gridXOffset": 0,
  3007. "gridYOffset": 0,
  3008. "anchorYOffset": 0
  3009. },
  3010. {
  3011. "name": "TREES_bonsai_big_2",
  3012. "density": 7.142857142857143E-4,
  3013. "size": "MEDIUM",
  3014. "type": "TREES",
  3015. "blocksRequiredUnderneath": [
  3016. "GRASS"
  3017. ],
  3018. "blacklistedDecoBlocks": [],
  3019. "spawnOnGround": true,
  3020. "overrideExsistingBlocks": false,
  3021. "allowRotation": true,
  3022. "applyPhysics": true,
  3023. "applyAir": false,
  3024. "fixFlyingRoots": true,
  3025. "replaceAir": true,
  3026. "minY": 62,
  3027. "maxY": 120,
  3028. "maxSlope": 0.7,
  3029. "minSlope": 0.0,
  3030. "snapToXGrid": -1,
  3031. "snapToYGrid": -1,
  3032. "gridXOffset": 0,
  3033. "gridYOffset": 0,
  3034. "anchorYOffset": 0
  3035. },
  3036. {
  3037. "name": "TREES_bonsai_big_3",
  3038. "density": 7.142857142857143E-4,
  3039. "size": "MEDIUM",
  3040. "type": "TREES",
  3041. "blocksRequiredUnderneath": [
  3042. "GRASS"
  3043. ],
  3044. "blacklistedDecoBlocks": [],
  3045. "spawnOnGround": true,
  3046. "overrideExsistingBlocks": false,
  3047. "allowRotation": true,
  3048. "applyPhysics": true,
  3049. "applyAir": false,
  3050. "fixFlyingRoots": true,
  3051. "replaceAir": true,
  3052. "minY": 62,
  3053. "maxY": 120,
  3054. "maxSlope": 0.7,
  3055. "minSlope": 0.0,
  3056. "snapToXGrid": -1,
  3057. "snapToYGrid": -1,
  3058. "gridXOffset": 0,
  3059. "gridYOffset": 0,
  3060. "anchorYOffset": 0
  3061. },
  3062. {
  3063. "name": "TREES_bonsai_huge",
  3064. "density": 7.142857142857143E-4,
  3065. "size": "MEDIUM",
  3066. "type": "TREES",
  3067. "blocksRequiredUnderneath": [
  3068. "GRASS"
  3069. ],
  3070. "blacklistedDecoBlocks": [],
  3071. "spawnOnGround": true,
  3072. "overrideExsistingBlocks": false,
  3073. "allowRotation": true,
  3074. "applyPhysics": true,
  3075. "applyAir": false,
  3076. "fixFlyingRoots": true,
  3077. "replaceAir": true,
  3078. "minY": 62,
  3079. "maxY": 120,
  3080. "maxSlope": 0.7,
  3081. "minSlope": 0.0,
  3082. "snapToXGrid": -1,
  3083. "snapToYGrid": -1,
  3084. "gridXOffset": 0,
  3085. "gridYOffset": 0,
  3086. "anchorYOffset": 0
  3087. },
  3088. {
  3089. "name": "TREES_bonsai_medium",
  3090. "density": 7.142857142857143E-4,
  3091. "size": "MEDIUM",
  3092. "type": "TREES",
  3093. "blocksRequiredUnderneath": [
  3094. "GRASS"
  3095. ],
  3096. "blacklistedDecoBlocks": [],
  3097. "spawnOnGround": true,
  3098. "overrideExsistingBlocks": false,
  3099. "allowRotation": true,
  3100. "applyPhysics": true,
  3101. "applyAir": false,
  3102. "fixFlyingRoots": true,
  3103. "replaceAir": true,
  3104. "minY": 62,
  3105. "maxY": 120,
  3106. "maxSlope": 0.7,
  3107. "minSlope": 0.0,
  3108. "snapToXGrid": -1,
  3109. "snapToYGrid": -1,
  3110. "gridXOffset": 0,
  3111. "gridYOffset": 0,
  3112. "anchorYOffset": 0
  3113. },
  3114. {
  3115. "name": "TREES_bonsai_medium_2",
  3116. "density": 7.142857142857143E-4,
  3117. "size": "MEDIUM",
  3118. "type": "TREES",
  3119. "blocksRequiredUnderneath": [
  3120. "GRASS"
  3121. ],
  3122. "blacklistedDecoBlocks": [],
  3123. "spawnOnGround": true,
  3124. "overrideExsistingBlocks": false,
  3125. "allowRotation": true,
  3126. "applyPhysics": true,
  3127. "applyAir": false,
  3128. "fixFlyingRoots": true,
  3129. "replaceAir": true,
  3130. "minY": 62,
  3131. "maxY": 120,
  3132. "maxSlope": 0.7,
  3133. "minSlope": 0.0,
  3134. "snapToXGrid": -1,
  3135. "snapToYGrid": -1,
  3136. "gridXOffset": 0,
  3137. "gridYOffset": 0,
  3138. "anchorYOffset": 0
  3139. },
  3140. {
  3141. "name": "TREES_bonsai_normal",
  3142. "density": 7.142857142857143E-4,
  3143. "size": "MEDIUM",
  3144. "type": "TREES",
  3145. "blocksRequiredUnderneath": [
  3146. "GRASS"
  3147. ],
  3148. "blacklistedDecoBlocks": [],
  3149. "spawnOnGround": true,
  3150. "overrideExsistingBlocks": false,
  3151. "allowRotation": true,
  3152. "applyPhysics": true,
  3153. "applyAir": false,
  3154. "fixFlyingRoots": true,
  3155. "replaceAir": true,
  3156. "minY": 62,
  3157. "maxY": 120,
  3158. "maxSlope": 0.7,
  3159. "minSlope": 0.0,
  3160. "snapToXGrid": -1,
  3161. "snapToYGrid": -1,
  3162. "gridXOffset": 0,
  3163. "gridYOffset": 0,
  3164. "anchorYOffset": 0
  3165. },
  3166. {
  3167. "name": "TREES_bonsai_normal_2",
  3168. "density": 7.142857142857143E-4,
  3169. "size": "MEDIUM",
  3170. "type": "TREES",
  3171. "blocksRequiredUnderneath": [
  3172. "GRASS"
  3173. ],
  3174. "blacklistedDecoBlocks": [],
  3175. "spawnOnGround": true,
  3176. "overrideExsistingBlocks": false,
  3177. "allowRotation": true,
  3178. "applyPhysics": true,
  3179. "applyAir": false,
  3180. "fixFlyingRoots": true,
  3181. "replaceAir": true,
  3182. "minY": 62,
  3183. "maxY": 120,
  3184. "maxSlope": 0.7,
  3185. "minSlope": 0.0,
  3186. "snapToXGrid": -1,
  3187. "snapToYGrid": -1,
  3188. "gridXOffset": 0,
  3189. "gridYOffset": 0,
  3190. "anchorYOffset": 0
  3191. },
  3192. {
  3193. "name": "TREES_bonsai_small",
  3194. "density": 7.142857142857143E-4,
  3195. "size": "MEDIUM",
  3196. "type": "TREES",
  3197. "blocksRequiredUnderneath": [
  3198. "GRASS"
  3199. ],
  3200. "blacklistedDecoBlocks": [],
  3201. "spawnOnGround": true,
  3202. "overrideExsistingBlocks": false,
  3203. "allowRotation": true,
  3204. "applyPhysics": true,
  3205. "applyAir": false,
  3206. "fixFlyingRoots": true,
  3207. "replaceAir": true,
  3208. "minY": 62,
  3209. "maxY": 120,
  3210. "maxSlope": 0.7,
  3211. "minSlope": 0.0,
  3212. "snapToXGrid": -1,
  3213. "snapToYGrid": -1,
  3214. "gridXOffset": 0,
  3215. "gridYOffset": 0,
  3216. "anchorYOffset": 0
  3217. },
  3218. {
  3219. "name": "TREES_bonsai_tiny",
  3220. "density": 7.142857142857143E-4,
  3221. "size": "MEDIUM",
  3222. "type": "TREES",
  3223. "blocksRequiredUnderneath": [
  3224. "GRASS"
  3225. ],
  3226. "blacklistedDecoBlocks": [],
  3227. "spawnOnGround": true,
  3228. "overrideExsistingBlocks": false,
  3229. "allowRotation": true,
  3230. "applyPhysics": true,
  3231. "applyAir": false,
  3232. "fixFlyingRoots": true,
  3233. "replaceAir": true,
  3234. "minY": 62,
  3235. "maxY": 120,
  3236. "maxSlope": 0.7,
  3237. "minSlope": 0.0,
  3238. "snapToXGrid": -1,
  3239. "snapToYGrid": -1,
  3240. "gridXOffset": 0,
  3241. "gridYOffset": 0,
  3242. "anchorYOffset": 0
  3243. }
  3244. ],
  3245. "customStructures": [
  3246. {
  3247. "name": "forest",
  3248. "density": 3.333333333333333E-4,
  3249. "size": "MEDIUM",
  3250. "type": "DECO",
  3251. "blocksRequiredUnderneath": [
  3252. "GRASS"
  3253. ],
  3254. "blacklistedDecoBlocks": [],
  3255. "spawnOnGround": true,
  3256. "overrideExsistingBlocks": false,
  3257. "allowRotation": true,
  3258. "applyPhysics": true,
  3259. "applyAir": false,
  3260. "fixFlyingRoots": true,
  3261. "replaceAir": true,
  3262. "minY": 67,
  3263. "maxY": 107,
  3264. "maxSlope": 0.7,
  3265. "minSlope": 0.0,
  3266. "snapToXGrid": -1,
  3267. "snapToYGrid": -1,
  3268. "gridXOffset": 0,
  3269. "gridYOffset": 0,
  3270. "anchorYOffset": 0
  3271. }
  3272. ],
  3273. "maxEWGObjectsPerChunk": 4,
  3274. "xNoiseModifier": 1.2,
  3275. "yNoiseModifier": 0.8,
  3276. "zNoiseModifier": 1.2,
  3277. "lakeDepth": 0.0,
  3278. "baseHeight": 67,
  3279. "nativeBiomes": [
  3280. {
  3281. "nativeBiome": "FOREST_HILLS",
  3282. "chance": 0.8
  3283. },
  3284. {
  3285. "nativeBiome": "FOREST",
  3286. "chance": 0.2
  3287. }
  3288. ],
  3289. "entitySettings": {},
  3290. "groundMaterials": [
  3291. {
  3292. "material": "STONE",
  3293. "data": 0,
  3294. "chance": 1.0
  3295. }
  3296. ]
  3297. },
  3298. "Deciduous Forest": {
  3299. "enabled": true,
  3300. "biomeType": "FOREST",
  3301. "useDungeons": true,
  3302. "dungeonChance": 8,
  3303. "useMineShafts": true,
  3304. "useStrongholds": true,
  3305. "useVillages": true,
  3306. "useTemples": false,
  3307. "useNetherFortress": false,
  3308. "useCaves": true,
  3309. "useMonuments": false,
  3310. "useRavines": true,
  3311. "useWitchHuts": false,
  3312. "usePyramids": false,
  3313. "useJungleTemples": false,
  3314. "useIgloos": false,
  3315. "useFossils": false,
  3316. "useWaterLakes": true,
  3317. "useLavaLakes": false,
  3318. "useRivers": true,
  3319. "useNativePainting": false,
  3320. "useNativeStructure": false,
  3321. "fossilChance": 64,
  3322. "lavaLakeChance": 80,
  3323. "waterLakeChance": 4,
  3324. "ores": [
  3325. {
  3326. "type": "DIRT",
  3327. "data": 0,
  3328. "size": 33,
  3329. "count": 10,
  3330. "minHeight": 0,
  3331. "maxHeight": 256
  3332. },
  3333. {
  3334. "type": "GRAVEL",
  3335. "data": 0,
  3336. "size": 33,
  3337. "count": 8,
  3338. "minHeight": 0,
  3339. "maxHeight": 256
  3340. },
  3341. {
  3342. "type": "STONE",
  3343. "data": 1,
  3344. "size": 33,
  3345. "count": 10,
  3346. "minHeight": 0,
  3347. "maxHeight": 80
  3348. },
  3349. {
  3350. "type": "STONE",
  3351. "data": 3,
  3352. "size": 33,
  3353. "count": 10,
  3354. "minHeight": 0,
  3355. "maxHeight": 80
  3356. },
  3357. {
  3358. "type": "STONE",
  3359. "data": 5,
  3360. "size": 33,
  3361. "count": 10,
  3362. "minHeight": 0,
  3363. "maxHeight": 80
  3364. },
  3365. {
  3366. "type": "COAL_ORE",
  3367. "data": 0,
  3368. "size": 17,
  3369. "count": 20,
  3370. "minHeight": 0,
  3371. "maxHeight": 128
  3372. },
  3373. {
  3374. "type": "IRON_ORE",
  3375. "data": 0,
  3376. "size": 9,
  3377. "count": 20,
  3378. "minHeight": 0,
  3379. "maxHeight": 64
  3380. },
  3381. {
  3382. "type": "GOLD_ORE",
  3383. "data": 0,
  3384. "size": 9,
  3385. "count": 2,
  3386. "minHeight": 0,
  3387. "maxHeight": 32
  3388. },
  3389. {
  3390. "type": "REDSTONE_ORE",
  3391. "data": 0,
  3392. "size": 8,
  3393. "count": 8,
  3394. "minHeight": 0,
  3395. "maxHeight": 16
  3396. },
  3397. {
  3398. "type": "DIAMOND_ORE",
  3399. "data": 0,
  3400. "size": 8,
  3401. "count": 1,
  3402. "minHeight": 0,
  3403. "maxHeight": 16
  3404. },
  3405. {
  3406. "type": "LAPIS_ORE",
  3407. "data": 0,
  3408. "size": 7,
  3409. "count": 1,
  3410. "minHeight": 0,
  3411. "maxHeight": 32
  3412. },
  3413. {
  3414. "type": "EMERALD_ORE",
  3415. "data": 0,
  3416. "size": 4,
  3417. "count": 2,
  3418. "minHeight": 4,
  3419. "maxHeight": 32
  3420. }
  3421. ],
  3422. "terrainSettings": {
  3423. "subTerrains": [
  3424. {
  3425. "provider": "EWG",
  3426. "name": "Deciduous Forest",
  3427. "xModifier": 1.0,
  3428. "yModifer": 1.0,
  3429. "zModifer": 1.0,
  3430. "yOffset": 0
  3431. }
  3432. ]
  3433. },
  3434. "overlaySettings": {
  3435. "spawnLillypads": true,
  3436. "spawnCactus": false,
  3437. "spawnSnowLayers": false,
  3438. "spawnIceOnWater": false,
  3439. "minRiver": 2.0,
  3440. "groundDepth": 5,
  3441. "surfaceDepth": 4,
  3442. "surfaceBlocks": [
  3443. [
  3444. [
  3445. {
  3446. "type": "STAINED_CLAY",
  3447. "data": 9,
  3448. "inclinationsConditions": [
  3449. {
  3450. "minInclination": 2.3,
  3451. "maxInclination": 99.0
  3452. }
  3453. ]
  3454. },
  3455. 1.0
  3456. ],
  3457. [
  3458. {
  3459. "type": "DIRT",
  3460. "data": 0,
  3461. "heightConditions": [
  3462. {
  3463. "minHeight": 60,
  3464. "maxHeight": 255
  3465. }
  3466. ],
  3467. "relativeAltitudeConditions": [
  3468. {
  3469. "minRelativeHeight": 1,
  3470. "maxRelativeHeight": 3
  3471. }
  3472. ]
  3473. },
  3474. 1.0
  3475. ]
  3476. ],
  3477. [
  3478. [
  3479. {
  3480. "type": "STONE",
  3481. "data": 0,
  3482. "inclinationsConditions": [
  3483. {
  3484. "minInclination": 1.3,
  3485. "maxInclination": 1.7
  3486. }
  3487. ]
  3488. },
  3489. 0.4
  3490. ],
  3491. [
  3492. {
  3493. "type": "COBBLESTONE",
  3494. "data": 0,
  3495. "inclinationsConditions": [
  3496. {
  3497. "minInclination": 1.3,
  3498. "maxInclination": 1.7
  3499. }
  3500. ]
  3501. },
  3502. 0.3
  3503. ],
  3504. [
  3505. {
  3506. "type": "STONE",
  3507. "data": 5,
  3508. "inclinationsConditions": [
  3509. {
  3510. "minInclination": 1.3,
  3511. "maxInclination": 1.7
  3512. }
  3513. ]
  3514. },
  3515. 0.3
  3516. ]
  3517. ],
  3518. [
  3519. [
  3520. {
  3521. "type": "GRASS",
  3522. "data": 0
  3523. },
  3524. 1.0
  3525. ]
  3526. ],
  3527. {},
  3528. [
  3529. [
  3530. {
  3531. "type": "GRASS",
  3532. "data": 0
  3533. },
  3534. 1.0
  3535. ]
  3536. ]
  3537. ],
  3538. "oceanBlocks": [],
  3539. "groundBlocks": [
  3540. {},
  3541. {},
  3542. {},
  3543. {},
  3544. [
  3545. [
  3546. {
  3547. "type": "STONE",
  3548. "data": 0
  3549. },
  3550. 0.4
  3551. ],
  3552. [
  3553. {
  3554. "type": "STONE",
  3555. "data": 5
  3556. },
  3557. 0.3
  3558. ],
  3559. [
  3560. {
  3561. "type": "COBBLESTONE",
  3562. "data": 0
  3563. },
  3564. 0.3
  3565. ]
  3566. ]
  3567. ],
  3568. "beachBlocks": [
  3569. [
  3570. [
  3571. {
  3572. "type": "SAND",
  3573. "data": 0,
  3574. "heightConditions": [
  3575. {
  3576. "minHeight": 0,
  3577. "maxHeight": 53
  3578. }
  3579. ]
  3580. },
  3581. 1.0
  3582. ]
  3583. ],
  3584. [
  3585. [
  3586. {
  3587. "type": "SAND",
  3588. "data": 0,
  3589. "inclinationsConditions": [
  3590. {
  3591. "minInclination": 0.0,
  3592. "maxInclination": 0.5
  3593. }
  3594. ]
  3595. },
  3596. 1.0
  3597. ]
  3598. ]
  3599. ],
  3600. "slabBlocks": [],
  3601. "stairBlocks": [],
  3602. "plantBlocks": [
  3603. {},
  3604. {},
  3605. [
  3606. [
  3607. {
  3608. "type": "SUGAR_CANE_BLOCK",
  3609. "data": 0,
  3610. "heightConditions": [
  3611. {
  3612. "minHeight": 54,
  3613. "maxHeight": 54
  3614. }
  3615. ]
  3616. },
  3617. 0.1
  3618. ],
  3619. [
  3620. {
  3621. "type": "LONG_GRASS",
  3622. "data": 1,
  3623. "inclinationsConditions": [
  3624. {
  3625. "minInclination": 0.0,
  3626. "maxInclination": 1.7
  3627. }
  3628. ]
  3629. },
  3630. 0.25
  3631. ],
  3632. [
  3633. {
  3634. "type": "DOUBLE_PLANT",
  3635. "data": 0,
  3636. "inclinationsConditions": [
  3637. {
  3638. "minInclination": 0.0,
  3639. "maxInclination": 1.7
  3640. }
  3641. ]
  3642. },
  3643. 0.001
  3644. ],
  3645. [
  3646. {
  3647. "type": "DOUBLE_PLANT",
  3648. "data": 1,
  3649. "inclinationsConditions": [
  3650. {
  3651. "minInclination": 0.0,
  3652. "maxInclination": 1.7
  3653. }
  3654. ]
  3655. },
  3656. 0.001
  3657. ],
  3658. [
  3659. {
  3660. "type": "DOUBLE_PLANT",
  3661. "data": 2,
  3662. "inclinationsConditions": [
  3663. {
  3664. "minInclination": 0.0,
  3665. "maxInclination": 1.7
  3666. }
  3667. ]
  3668. },
  3669. 0.001
  3670. ],
  3671. [
  3672. {
  3673. "type": "DOUBLE_PLANT",
  3674. "data": 3,
  3675. "inclinationsConditions": [
  3676. {
  3677. "minInclination": 0.0,
  3678. "maxInclination": 1.7
  3679. }
  3680. ]
  3681. },
  3682. 0.001
  3683. ],
  3684. [
  3685. {
  3686. "type": "DOUBLE_PLANT",
  3687. "data": 4,
  3688. "inclinationsConditions": [
  3689. {
  3690. "minInclination": 0.0,
  3691. "maxInclination": 1.7
  3692. }
  3693. ]
  3694. },
  3695. 0.001
  3696. ],
  3697. [
  3698. {
  3699. "type": "DOUBLE_PLANT",
  3700. "data": 5,
  3701. "inclinationsConditions": [
  3702. {
  3703. "minInclination": 0.0,
  3704. "maxInclination": 1.7
  3705. }
  3706. ]
  3707. },
  3708. 0.001
  3709. ],
  3710. [
  3711. {
  3712. "type": "RED_ROSE",
  3713. "data": 0,
  3714. "inclinationsConditions": [
  3715. {
  3716. "minInclination": 0.0,
  3717. "maxInclination": 1.7
  3718. }
  3719. ]
  3720. },
  3721. 0.001
  3722. ],
  3723. [
  3724. {
  3725. "type": "YELLOW_FLOWER",
  3726. "data": 0,
  3727. "inclinationsConditions": [
  3728. {
  3729. "minInclination": 0.0,
  3730. "maxInclination": 1.7
  3731. }
  3732. ]
  3733. },
  3734. 0.001
  3735. ],
  3736. [
  3737. {
  3738. "type": "RED_ROSE",
  3739. "data": 1,
  3740. "inclinationsConditions": [
  3741. {
  3742. "minInclination": 0.0,
  3743. "maxInclination": 1.7
  3744. }
  3745. ]
  3746. },
  3747. 0.001
  3748. ],
  3749. [
  3750. {
  3751. "type": "RED_ROSE",
  3752. "data": 2,
  3753. "inclinationsConditions": [
  3754. {
  3755. "minInclination": 0.0,
  3756. "maxInclination": 1.7
  3757. }
  3758. ]
  3759. },
  3760. 0.001
  3761. ],
  3762. [
  3763. {
  3764. "type": "RED_ROSE",
  3765. "data": 3,
  3766. "inclinationsConditions": [
  3767. {
  3768. "minInclination": 0.0,
  3769. "maxInclination": 1.7
  3770. }
  3771. ]
  3772. },
  3773. 0.001
  3774. ],
  3775. [
  3776. {
  3777. "type": "RED_ROSE",
  3778. "data": 4,
  3779. "inclinationsConditions": [
  3780. {
  3781. "minInclination": 0.0,
  3782. "maxInclination": 1.7
  3783. }
  3784. ]
  3785. },
  3786. 0.001
  3787. ],
  3788. [
  3789. {
  3790. "type": "RED_ROSE",
  3791. "data": 5,
  3792. "inclinationsConditions": [
  3793. {
  3794. "minInclination": 0.0,
  3795. "maxInclination": 1.7
  3796. }
  3797. ]
  3798. },
  3799. 0.001
  3800. ],
  3801. [
  3802. {
  3803. "type": "RED_ROSE",
  3804. "data": 6,
  3805. "inclinationsConditions": [
  3806. {
  3807. "minInclination": 0.0,
  3808. "maxInclination": 1.7
  3809. }
  3810. ]
  3811. },
  3812. 0.001
  3813. ],
  3814. [
  3815. {
  3816. "type": "RED_ROSE",
  3817. "data": 7,
  3818. "inclinationsConditions": [
  3819. {
  3820. "minInclination": 0.0,
  3821. "maxInclination": 1.7
  3822. }
  3823. ]
  3824. },
  3825. 0.001
  3826. ],
  3827. [
  3828. {
  3829. "type": "RED_ROSE",
  3830. "data": 8,
  3831. "inclinationsConditions": [
  3832. {
  3833. "minInclination": 0.0,
  3834. "maxInclination": 1.7
  3835. }
  3836. ]
  3837. },
  3838. 0.001
  3839. ],
  3840. [
  3841. {
  3842. "type": "SUGAR_CANE_BLOCK",
  3843. "data": 0,
  3844. "heightConditions": [
  3845. {
  3846. "minHeight": 54,
  3847. "maxHeight": 54
  3848. }
  3849. ]
  3850. },
  3851. 0.1
  3852. ],
  3853. [
  3854. {
  3855. "type": "LONG_GRASS",
  3856. "data": 1,
  3857. "inclinationsConditions": [
  3858. {
  3859. "minInclination": 0.0,
  3860. "maxInclination": 1.7
  3861. }
  3862. ]
  3863. },
  3864. 0.25
  3865. ],
  3866. [
  3867. {
  3868. "type": "DOUBLE_PLANT",
  3869. "data": 0,
  3870. "inclinationsConditions": [
  3871. {
  3872. "minInclination": 0.0,
  3873. "maxInclination": 1.7
  3874. }
  3875. ]
  3876. },
  3877. 0.001
  3878. ],
  3879. [
  3880. {
  3881. "type": "DOUBLE_PLANT",
  3882. "data": 1,
  3883. "inclinationsConditions": [
  3884. {
  3885. "minInclination": 0.0,
  3886. "maxInclination": 1.7
  3887. }
  3888. ]
  3889. },
  3890. 0.001
  3891. ],
  3892. [
  3893. {
  3894. "type": "DOUBLE_PLANT",
  3895. "data": 2,
  3896. "inclinationsConditions": [
  3897. {
  3898. "minInclination": 0.0,
  3899. "maxInclination": 1.7
  3900. }
  3901. ]
  3902. },
  3903. 0.001
  3904. ],
  3905. [
  3906. {
  3907. "type": "DOUBLE_PLANT",
  3908. "data": 3,
  3909. "inclinationsConditions": [
  3910. {
  3911. "minInclination": 0.0,
  3912. "maxInclination": 1.7
  3913. }
  3914. ]
  3915. },
  3916. 0.001
  3917. ],
  3918. [
  3919. {
  3920. "type": "DOUBLE_PLANT",
  3921. "data": 4,
  3922. "inclinationsConditions": [
  3923. {
  3924. "minInclination": 0.0,
  3925. "maxInclination": 1.7
  3926. }
  3927. ]
  3928. },
  3929. 0.001
  3930. ],
  3931. [
  3932. {
  3933. "type": "DOUBLE_PLANT",
  3934. "data": 5,
  3935. "inclinationsConditions": [
  3936. {
  3937. "minInclination": 0.0,
  3938. "maxInclination": 1.7
  3939. }
  3940. ]
  3941. },
  3942. 0.001
  3943. ],
  3944. [
  3945. {
  3946. "type": "RED_ROSE",
  3947. "data": 0,
  3948. "inclinationsConditions": [
  3949. {
  3950. "minInclination": 0.0,
  3951. "maxInclination": 1.7
  3952. }
  3953. ]
  3954. },
  3955. 0.001
  3956. ],
  3957. [
  3958. {
  3959. "type": "YELLOW_FLOWER",
  3960. "data": 0,
  3961. "inclinationsConditions": [
  3962. {
  3963. "minInclination": 0.0,
  3964. "maxInclination": 1.7
  3965. }
  3966. ]
  3967. },
  3968. 0.001
  3969. ],
  3970. [
  3971. {
  3972. "type": "RED_ROSE",
  3973. "data": 1,
  3974. "inclinationsConditions": [
  3975. {
  3976. "minInclination": 0.0,
  3977. "maxInclination": 1.7
  3978. }
  3979. ]
  3980. },
  3981. 0.001
  3982. ],
  3983. [
  3984. {
  3985. "type": "RED_ROSE",
  3986. "data": 2,
  3987. "inclinationsConditions": [
  3988. {
  3989. "minInclination": 0.0,
  3990. "maxInclination": 1.7
  3991. }
  3992. ]
  3993. },
  3994. 0.001
  3995. ],
  3996. [
  3997. {
  3998. "type": "RED_ROSE",
  3999. "data": 3,
  4000. "inclinationsConditions": [
  4001. {
  4002. "minInclination": 0.0,
  4003. "maxInclination": 1.7
  4004. }
  4005. ]
  4006. },
  4007. 0.001
  4008. ],
  4009. [
  4010. {
  4011. "type": "RED_ROSE",
  4012. "data": 4,
  4013. "inclinationsConditions": [
  4014. {
  4015. "minInclination": 0.0,
  4016. "maxInclination": 1.7
  4017. }
  4018. ]
  4019. },
  4020. 0.001
  4021. ],
  4022. [
  4023. {
  4024. "type": "RED_ROSE",
  4025. "data": 5,
  4026. "inclinationsConditions": [
  4027. {
  4028. "minInclination": 0.0,
  4029. "maxInclination": 1.7
  4030. }
  4031. ]
  4032. },
  4033. 0.001
  4034. ],
  4035. [
  4036. {
  4037. "type": "RED_ROSE",
  4038. "data": 6,
  4039. "inclinationsConditions": [
  4040. {
  4041. "minInclination": 0.0,
  4042. "maxInclination": 1.7
  4043. }
  4044. ]
  4045. },
  4046. 0.001
  4047. ],
  4048. [
  4049. {
  4050. "type": "RED_ROSE",
  4051. "data": 7,
  4052. "inclinationsConditions": [
  4053. {
  4054. "minInclination": 0.0,
  4055. "maxInclination": 1.7
  4056. }
  4057. ]
  4058. },
  4059. 0.001
  4060. ],
  4061. [
  4062. {
  4063. "type": "RED_ROSE",
  4064. "data": 8,
  4065. "inclinationsConditions": [
  4066. {
  4067. "minInclination": 0.0,
  4068. "maxInclination": 1.7
  4069. }
  4070. ]
  4071. },
  4072. 0.001
  4073. ]
  4074. ]
  4075. ],
  4076. "riverBlocks": [],
  4077. "leavesBlock": {
  4078. "type": "LEAVES",
  4079. "data": 0,
  4080. "inclinationsConditions": [
  4081. {
  4082. "minInclination": 0.30000001192092896,
  4083. "maxInclination": 0.6000000238418579
  4084. }
  4085. ]
  4086. }
  4087. },
  4088. "customTrees": [
  4089. {
  4090. "name": "TREES_stoneForest_normal",
  4091. "density": 0.0058823529411764705,
  4092. "size": "MEDIUM",
  4093. "type": "TREES",
  4094. "blocksRequiredUnderneath": [
  4095. "GRASS"
  4096. ],
  4097. "blacklistedDecoBlocks": [],
  4098. "spawnOnGround": true,
  4099. "overrideExsistingBlocks": false,
  4100. "allowRotation": true,
  4101. "applyPhysics": true,
  4102. "applyAir": false,
  4103. "fixFlyingRoots": true,
  4104. "replaceAir": true,
  4105. "minY": 62,
  4106. "maxY": 113,
  4107. "maxSlope": 0.7,
  4108. "minSlope": 0.0,
  4109. "snapToXGrid": -1,
  4110. "snapToYGrid": -1,
  4111. "gridXOffset": 0,
  4112. "gridYOffset": 0,
  4113. "anchorYOffset": 0
  4114. },
  4115. {
  4116. "name": "TREES_stoneForest_normal_2",
  4117. "density": 0.0058823529411764705,
  4118. "size": "MEDIUM",
  4119. "type": "TREES",
  4120. "blocksRequiredUnderneath": [
  4121. "GRASS"
  4122. ],
  4123. "blacklistedDecoBlocks": [],
  4124. "spawnOnGround": true,
  4125. "overrideExsistingBlocks": false,
  4126. "allowRotation": true,
  4127. "applyPhysics": true,
  4128. "applyAir": false,
  4129. "fixFlyingRoots": true,
  4130. "replaceAir": true,
  4131. "minY": 62,
  4132. "maxY": 113,
  4133. "maxSlope": 0.7,
  4134. "minSlope": 0.0,
  4135. "snapToXGrid": -1,
  4136. "snapToYGrid": -1,
  4137. "gridXOffset": 0,
  4138. "gridYOffset": 0,
  4139. "anchorYOffset": 0
  4140. },
  4141. {
  4142. "name": "TREES_stoneForest_normal_3",
  4143. "density": 0.0058823529411764705,
  4144. "size": "MEDIUM",
  4145. "type": "TREES",
  4146. "blocksRequiredUnderneath": [
  4147. "GRASS"
  4148. ],
  4149. "blacklistedDecoBlocks": [],
  4150. "spawnOnGround": true,
  4151. "overrideExsistingBlocks": false,
  4152. "allowRotation": true,
  4153. "applyPhysics": true,
  4154. "applyAir": false,
  4155. "fixFlyingRoots": true,
  4156. "replaceAir": true,
  4157. "minY": 62,
  4158. "maxY": 113,
  4159. "maxSlope": 0.7,
  4160. "minSlope": 0.0,
  4161. "snapToXGrid": -1,
  4162. "snapToYGrid": -1,
  4163. "gridXOffset": 0,
  4164. "gridYOffset": 0,
  4165. "anchorYOffset": 0
  4166. }
  4167. ],
  4168. "customStructures": [],
  4169. "maxEWGObjectsPerChunk": 4,
  4170. "xNoiseModifier": 1.2,
  4171. "yNoiseModifier": 0.8,
  4172. "zNoiseModifier": 1.2,
  4173. "lakeDepth": 0.0,
  4174. "baseHeight": 60,
  4175. "nativeBiomes": [
  4176. {
  4177. "nativeBiome": "PLAINS",
  4178. "chance": 0.7
  4179. },
  4180. {
  4181. "nativeBiome": "MESA",
  4182. "chance": 0.15
  4183. },
  4184. {
  4185. "nativeBiome": "JUNGLE",
  4186. "chance": 0.15
  4187. }
  4188. ],
  4189. "entitySettings": {},
  4190. "groundMaterials": [
  4191. {
  4192. "material": "STONE",
  4193. "data": 0,
  4194. "chance": 1.0
  4195. }
  4196. ]
  4197. },
  4198. "Birch Forest": {
  4199. "enabled": true,
  4200. "biomeType": "FOREST",
  4201. "useDungeons": true,
  4202. "dungeonChance": 8,
  4203. "useMineShafts": true,
  4204. "useStrongholds": true,
  4205. "useVillages": true,
  4206. "useTemples": false,
  4207. "useNetherFortress": false,
  4208. "useCaves": true,
  4209. "useMonuments": false,
  4210. "useRavines": true,
  4211. "useWitchHuts": false,
  4212. "usePyramids": false,
  4213. "useJungleTemples": false,
  4214. "useIgloos": false,
  4215. "useFossils": false,
  4216. "useWaterLakes": true,
  4217. "useLavaLakes": false,
  4218. "useRivers": true,
  4219. "useNativePainting": false,
  4220. "useNativeStructure": false,
  4221. "fossilChance": 64,
  4222. "lavaLakeChance": 80,
  4223. "waterLakeChance": 4,
  4224. "ores": [
  4225. {
  4226. "type": "DIRT",
  4227. "data": 0,
  4228. "size": 33,
  4229. "count": 10,
  4230. "minHeight": 0,
  4231. "maxHeight": 256
  4232. },
  4233. {
  4234. "type": "GRAVEL",
  4235. "data": 0,
  4236. "size": 33,
  4237. "count": 8,
  4238. "minHeight": 0,
  4239. "maxHeight": 256
  4240. },
  4241. {
  4242. "type": "STONE",
  4243. "data": 1,
  4244. "size": 33,
  4245. "count": 10,
  4246. "minHeight": 0,
  4247. "maxHeight": 80
  4248. },
  4249. {
  4250. "type": "STONE",
  4251. "data": 3,
  4252. "size": 33,
  4253. "count": 10,
  4254. "minHeight": 0,
  4255. "maxHeight": 80
  4256. },
  4257. {
  4258. "type": "STONE",
  4259. "data": 5,
  4260. "size": 33,
  4261. "count": 10,
  4262. "minHeight": 0,
  4263. "maxHeight": 80
  4264. },
  4265. {
  4266. "type": "COAL_ORE",
  4267. "data": 0,
  4268. "size": 17,
  4269. "count": 20,
  4270. "minHeight": 0,
  4271. "maxHeight": 128
  4272. },
  4273. {
  4274. "type": "IRON_ORE",
  4275. "data": 0,
  4276. "size": 9,
  4277. "count": 20,
  4278. "minHeight": 0,
  4279. "maxHeight": 64
  4280. },
  4281. {
  4282. "type": "GOLD_ORE",
  4283. "data": 0,
  4284. "size": 9,
  4285. "count": 2,
  4286. "minHeight": 0,
  4287. "maxHeight": 32
  4288. },
  4289. {
  4290. "type": "REDSTONE_ORE",
  4291. "data": 0,
  4292. "size": 8,
  4293. "count": 8,
  4294. "minHeight": 0,
  4295. "maxHeight": 16
  4296. },
  4297. {
  4298. "type": "DIAMOND_ORE",
  4299. "data": 0,
  4300. "size": 8,
  4301. "count": 1,
  4302. "minHeight": 0,
  4303. "maxHeight": 16
  4304. },
  4305. {
  4306. "type": "LAPIS_ORE",
  4307. "data": 0,
  4308. "size": 7,
  4309. "count": 1,
  4310. "minHeight": 0,
  4311. "maxHeight": 32
  4312. },
  4313. {
  4314. "type": "EMERALD_ORE",
  4315. "data": 0,
  4316. "size": 4,
  4317. "count": 2,
  4318. "minHeight": 4,
  4319. "maxHeight": 32
  4320. }
  4321. ],
  4322. "terrainSettings": {
  4323. "subTerrains": [
  4324. {
  4325. "provider": "EWG",
  4326. "name": "Birch Forest",
  4327. "xModifier": 1.0,
  4328. "yModifer": 1.0,
  4329. "zModifer": 1.0,
  4330. "yOffset": 0
  4331. }
  4332. ]
  4333. },
  4334. "overlaySettings": {
  4335. "spawnLillypads": true,
  4336. "spawnCactus": false,
  4337. "spawnSnowLayers": false,
  4338. "spawnIceOnWater": false,
  4339. "minRiver": 2.0,
  4340. "groundDepth": 4,
  4341. "surfaceDepth": 1,
  4342. "surfaceBlocks": [
  4343. [
  4344. [
  4345. {
  4346. "type": "STAINED_CLAY",
  4347. "data": 9,
  4348. "inclinationsConditions": [
  4349. {
  4350. "minInclination": 2.3,
  4351. "maxInclination": 99.0
  4352. }
  4353. ]
  4354. },
  4355. 1.0
  4356. ]
  4357. ],
  4358. [
  4359. [
  4360. {
  4361. "type": "STONE",
  4362. "data": 0,
  4363. "inclinationsConditions": [
  4364. {
  4365. "minInclination": 1.3,
  4366. "maxInclination": 1.7
  4367. }
  4368. ]
  4369. },
  4370. 0.4
  4371. ],
  4372. [
  4373. {
  4374. "type": "COBBLESTONE",
  4375. "data": 0,
  4376. "inclinationsConditions": [
  4377. {
  4378. "minInclination": 1.3,
  4379. "maxInclination": 1.7
  4380. }
  4381. ]
  4382. },
  4383. 0.3
  4384. ],
  4385. [
  4386. {
  4387. "type": "STONE",
  4388. "data": 5,
  4389. "inclinationsConditions": [
  4390. {
  4391. "minInclination": 1.3,
  4392. "maxInclination": 1.7
  4393. }
  4394. ]
  4395. },
  4396. 0.3
  4397. ]
  4398. ],
  4399. [
  4400. [
  4401. {
  4402. "type": "GRASS",
  4403. "data": 0
  4404. },
  4405. 1.0
  4406. ]
  4407. ]
  4408. ],
  4409. "oceanBlocks": [],
  4410. "groundBlocks": [
  4411. [
  4412. [
  4413. {
  4414. "type": "STAINED_CLAY",
  4415. "data": 9,
  4416. "inclinationsConditions": [
  4417. {
  4418. "minInclination": 2.3,
  4419. "maxInclination": 99.0
  4420. }
  4421. ]
  4422. },
  4423. 1.0
  4424. ]
  4425. ],
  4426. [
  4427. [
  4428. {
  4429. "type": "STONE",
  4430. "data": 0,
  4431. "inclinationsConditions": [
  4432. {
  4433. "minInclination": 1.3,
  4434. "maxInclination": 1.7
  4435. }
  4436. ]
  4437. },
  4438. 0.4
  4439. ],
  4440. [
  4441. {
  4442. "type": "COBBLESTONE",
  4443. "data": 0,
  4444. "inclinationsConditions": [
  4445. {
  4446. "minInclination": 1.3,
  4447. "maxInclination": 1.7
  4448. }
  4449. ]
  4450. },
  4451. 0.3
  4452. ],
  4453. [
  4454. {
  4455. "type": "STONE",
  4456. "data": 5,
  4457. "inclinationsConditions": [
  4458. {
  4459. "minInclination": 1.3,
  4460. "maxInclination": 1.7
  4461. }
  4462. ]
  4463. },
  4464. 0.3
  4465. ]
  4466. ],
  4467. [
  4468. [
  4469. {
  4470. "type": "DIRT",
  4471. "data": 0
  4472. },
  4473. 0.8
  4474. ],
  4475. [
  4476. {
  4477. "type": "COBBLESTONE",
  4478. "data": 0
  4479. },
  4480. 0.2
  4481. ]
  4482. ]
  4483. ],
  4484. "beachBlocks": [
  4485. [
  4486. [
  4487. {
  4488. "type": "SAND",
  4489. "data": 0,
  4490. "heightConditions": [
  4491. {
  4492. "minHeight": 0,
  4493. "maxHeight": 53
  4494. }
  4495. ]
  4496. },
  4497. 1.0
  4498. ]
  4499. ],
  4500. [
  4501. [
  4502. {
  4503. "type": "SAND",
  4504. "data": 0,
  4505. "inclinationsConditions": [
  4506. {
  4507. "minInclination": 0.0,
  4508. "maxInclination": 0.5
  4509. }
  4510. ]
  4511. },
  4512. 1.0
  4513. ]
  4514. ]
  4515. ],
  4516. "slabBlocks": [],
  4517. "stairBlocks": [],
  4518. "plantBlocks": [
  4519. {},
  4520. {},
  4521. [
  4522. [
  4523. {
  4524. "type": "SUGAR_CANE_BLOCK",
  4525. "data": 0,
  4526. "heightConditions": [
  4527. {
  4528. "minHeight": 54,
  4529. "maxHeight": 54
  4530. }
  4531. ]
  4532. },
  4533. 0.1
  4534. ],
  4535. [
  4536. {
  4537. "type": "LONG_GRASS",
  4538. "data": 1,
  4539. "inclinationsConditions": [
  4540. {
  4541. "minInclination": 0.0,
  4542. "maxInclination": 1.7
  4543. }
  4544. ]
  4545. },
  4546. 0.25
  4547. ],
  4548. [
  4549. {
  4550. "type": "DOUBLE_PLANT",
  4551. "data": 0,
  4552. "inclinationsConditions": [
  4553. {
  4554. "minInclination": 0.0,
  4555. "maxInclination": 1.7
  4556. }
  4557. ]
  4558. },
  4559. 0.001
  4560. ],
  4561. [
  4562. {
  4563. "type": "DOUBLE_PLANT",
  4564. "data": 1,
  4565. "inclinationsConditions": [
  4566. {
  4567. "minInclination": 0.0,
  4568. "maxInclination": 1.7
  4569. }
  4570. ]
  4571. },
  4572. 0.001
  4573. ],
  4574. [
  4575. {
  4576. "type": "DOUBLE_PLANT",
  4577. "data": 2,
  4578. "inclinationsConditions": [
  4579. {
  4580. "minInclination": 0.0,
  4581. "maxInclination": 1.7
  4582. }
  4583. ]
  4584. },
  4585. 0.001
  4586. ],
  4587. [
  4588. {
  4589. "type": "DOUBLE_PLANT",
  4590. "data": 3,
  4591. "inclinationsConditions": [
  4592. {
  4593. "minInclination": 0.0,
  4594. "maxInclination": 1.7
  4595. }
  4596. ]
  4597. },
  4598. 0.001
  4599. ],
  4600. [
  4601. {
  4602. "type": "DOUBLE_PLANT",
  4603. "data": 4,
  4604. "inclinationsConditions": [
  4605. {
  4606. "minInclination": 0.0,
  4607. "maxInclination": 1.7
  4608. }
  4609. ]
  4610. },
  4611. 0.001
  4612. ],
  4613. [
  4614. {
  4615. "type": "DOUBLE_PLANT",
  4616. "data": 5,
  4617. "inclinationsConditions": [
  4618. {
  4619. "minInclination": 0.0,
  4620. "maxInclination": 1.7
  4621. }
  4622. ]
  4623. },
  4624. 0.001
  4625. ],
  4626. [
  4627. {
  4628. "type": "RED_ROSE",
  4629. "data": 0,
  4630. "inclinationsConditions": [
  4631. {
  4632. "minInclination": 0.0,
  4633. "maxInclination": 1.7
  4634. }
  4635. ]
  4636. },
  4637. 0.001
  4638. ],
  4639. [
  4640. {
  4641. "type": "YELLOW_FLOWER",
  4642. "data": 0,
  4643. "inclinationsConditions": [
  4644. {
  4645. "minInclination": 0.0,
  4646. "maxInclination": 1.7
  4647. }
  4648. ]
  4649. },
  4650. 0.001
  4651. ],
  4652. [
  4653. {
  4654. "type": "RED_ROSE",
  4655. "data": 1,
  4656. "inclinationsConditions": [
  4657. {
  4658. "minInclination": 0.0,
  4659. "maxInclination": 1.7
  4660. }
  4661. ]
  4662. },
  4663. 0.001
  4664. ],
  4665. [
  4666. {
  4667. "type": "RED_ROSE",
  4668. "data": 2,
  4669. "inclinationsConditions": [
  4670. {
  4671. "minInclination": 0.0,
  4672. "maxInclination": 1.7
  4673. }
  4674. ]
  4675. },
  4676. 0.001
  4677. ],
  4678. [
  4679. {
  4680. "type": "RED_ROSE",
  4681. "data": 3,
  4682. "inclinationsConditions": [
  4683. {
  4684. "minInclination": 0.0,
  4685. "maxInclination": 1.7
  4686. }
  4687. ]
  4688. },
  4689. 0.001
  4690. ],
  4691. [
  4692. {
  4693. "type": "RED_ROSE",
  4694. "data": 4,
  4695. "inclinationsConditions": [
  4696. {
  4697. "minInclination": 0.0,
  4698. "maxInclination": 1.7
  4699. }
  4700. ]
  4701. },
  4702. 0.001
  4703. ],
  4704. [
  4705. {
  4706. "type": "RED_ROSE",
  4707. "data": 5,
  4708. "inclinationsConditions": [
  4709. {
  4710. "minInclination": 0.0,
  4711. "maxInclination": 1.7
  4712. }
  4713. ]
  4714. },
  4715. 0.001
  4716. ],
  4717. [
  4718. {
  4719. "type": "RED_ROSE",
  4720. "data": 6,
  4721. "inclinationsConditions": [
  4722. {
  4723. "minInclination": 0.0,
  4724. "maxInclination": 1.7
  4725. }
  4726. ]
  4727. },
  4728. 0.001
  4729. ],
  4730. [
  4731. {
  4732. "type": "RED_ROSE",
  4733. "data": 7,
  4734. "inclinationsConditions": [
  4735. {
  4736. "minInclination": 0.0,
  4737. "maxInclination": 1.7
  4738. }
  4739. ]
  4740. },
  4741. 0.001
  4742. ],
  4743. [
  4744. {
  4745. "type": "RED_ROSE",
  4746. "data": 8,
  4747. "inclinationsConditions": [
  4748. {
  4749. "minInclination": 0.0,
  4750. "maxInclination": 1.7
  4751. }
  4752. ]
  4753. },
  4754. 0.001
  4755. ]
  4756. ]
  4757. ],
  4758. "riverBlocks": [],
  4759. "leavesBlock": {
  4760. "type": "LEAVES",
  4761. "data": 2,
  4762. "inclinationsConditions": [
  4763. {
  4764. "minInclination": 0.5,
  4765. "maxInclination": 0.6000000238418579
  4766. }
  4767. ]
  4768. }
  4769. },
  4770. "customTrees": [
  4771. {
  4772. "name": "TREES_birch_normal",
  4773. "density": 0.00125,
  4774. "size": "MEDIUM",
  4775. "type": "TREES",
  4776. "blocksRequiredUnderneath": [
  4777. "GRASS"
  4778. ],
  4779. "blacklistedDecoBlocks": [],
  4780. "spawnOnGround": true,
  4781. "overrideExsistingBlocks": false,
  4782. "allowRotation": true,
  4783. "applyPhysics": true,
  4784. "applyAir": false,
  4785. "fixFlyingRoots": true,
  4786. "replaceAir": true,
  4787. "minY": 62,
  4788. "maxY": 113,
  4789. "maxSlope": 0.7,
  4790. "minSlope": 0.0,
  4791. "snapToXGrid": -1,
  4792. "snapToYGrid": -1,
  4793. "gridXOffset": 0,
  4794. "gridYOffset": 0,
  4795. "anchorYOffset": 0
  4796. },
  4797. {
  4798. "name": "TREES_birch_normal_2",
  4799. "density": 0.00125,
  4800. "size": "MEDIUM",
  4801. "type": "TREES",
  4802. "blocksRequiredUnderneath": [
  4803. "GRASS"
  4804. ],
  4805. "blacklistedDecoBlocks": [],
  4806. "spawnOnGround": true,
  4807. "overrideExsistingBlocks": false,
  4808. "allowRotation": true,
  4809. "applyPhysics": true,
  4810. "applyAir": false,
  4811. "fixFlyingRoots": true,
  4812. "replaceAir": true,
  4813. "minY": 62,
  4814. "maxY": 113,
  4815. "maxSlope": 0.7,
  4816. "minSlope": 0.0,
  4817. "snapToXGrid": -1,
  4818. "snapToYGrid": -1,
  4819. "gridXOffset": 0,
  4820. "gridYOffset": 0,
  4821. "anchorYOffset": 0
  4822. },
  4823. {
  4824. "name": "TREES_birch_normal_3",
  4825. "density": 0.00125,
  4826. "size": "MEDIUM",
  4827. "type": "TREES",
  4828. "blocksRequiredUnderneath": [
  4829. "GRASS"
  4830. ],
  4831. "blacklistedDecoBlocks": [],
  4832. "spawnOnGround": true,
  4833. "overrideExsistingBlocks": false,
  4834. "allowRotation": true,
  4835. "applyPhysics": true,
  4836. "applyAir": false,
  4837. "fixFlyingRoots": true,
  4838. "replaceAir": true,
  4839. "minY": 62,
  4840. "maxY": 113,
  4841. "maxSlope": 0.7,
  4842. "minSlope": 0.0,
  4843. "snapToXGrid": -1,
  4844. "snapToYGrid": -1,
  4845. "gridXOffset": 0,
  4846. "gridYOffset": 0,
  4847. "anchorYOffset": 0
  4848. },
  4849. {
  4850. "name": "TREES_birch_normal_4",
  4851. "density": 0.00125,
  4852. "size": "MEDIUM",
  4853. "type": "TREES",
  4854. "blocksRequiredUnderneath": [
  4855. "GRASS"
  4856. ],
  4857. "blacklistedDecoBlocks": [],
  4858. "spawnOnGround": true,
  4859. "overrideExsistingBlocks": false,
  4860. "allowRotation": true,
  4861. "applyPhysics": true,
  4862. "applyAir": false,
  4863. "fixFlyingRoots": true,
  4864. "replaceAir": true,
  4865. "minY": 62,
  4866. "maxY": 113,
  4867. "maxSlope": 0.7,
  4868. "minSlope": 0.0,
  4869. "snapToXGrid": -1,
  4870. "snapToYGrid": -1,
  4871. "gridXOffset": 0,
  4872. "gridYOffset": 0,
  4873. "anchorYOffset": 0
  4874. }
  4875. ],
  4876. "customStructures": [],
  4877. "maxEWGObjectsPerChunk": 4,
  4878. "xNoiseModifier": 1.2,
  4879. "yNoiseModifier": 0.8,
  4880. "zNoiseModifier": 1.2,
  4881. "lakeDepth": 0.0,
  4882. "baseHeight": 60,
  4883. "nativeBiomes": [
  4884. {
  4885. "nativeBiome": "BIRCH_FOREST",
  4886. "chance": 0.8
  4887. },
  4888. {
  4889. "nativeBiome": "SAVANNA",
  4890. "chance": 0.2
  4891. }
  4892. ],
  4893. "entitySettings": {},
  4894. "groundMaterials": [
  4895. {
  4896. "material": "STONE",
  4897. "data": 0,
  4898. "chance": 1.0
  4899. }
  4900. ]
  4901. },
  4902. "Scots pine forest": {
  4903. "enabled": true,
  4904. "biomeType": "GRASSLAND",
  4905. "useDungeons": true,
  4906. "dungeonChance": 8,
  4907. "useMineShafts": true,
  4908. "useStrongholds": true,
  4909. "useVillages": true,
  4910. "useTemples": false,
  4911. "useNetherFortress": false,
  4912. "useCaves": true,
  4913. "useMonuments": false,
  4914. "useRavines": true,
  4915. "useWitchHuts": false,
  4916. "usePyramids": false,
  4917. "useJungleTemples": false,
  4918. "useIgloos": false,
  4919. "useFossils": false,
  4920. "useWaterLakes": true,
  4921. "useLavaLakes": false,
  4922. "useRivers": false,
  4923. "useNativePainting": false,
  4924. "useNativeStructure": false,
  4925. "fossilChance": 64,
  4926. "lavaLakeChance": 70,
  4927. "waterLakeChance": 4,
  4928. "ores": [
  4929. {
  4930. "type": "DIRT",
  4931. "data": 0,
  4932. "size": 33,
  4933. "count": 10,
  4934. "minHeight": 0,
  4935. "maxHeight": 256
  4936. },
  4937. {
  4938. "type": "GRAVEL",
  4939. "data": 0,
  4940. "size": 33,
  4941. "count": 8,
  4942. "minHeight": 0,
  4943. "maxHeight": 256
  4944. },
  4945. {
  4946. "type": "STONE",
  4947. "data": 1,
  4948. "size": 33,
  4949. "count": 10,
  4950. "minHeight": 0,
  4951. "maxHeight": 80
  4952. },
  4953. {
  4954. "type": "STONE",
  4955. "data": 3,
  4956. "size": 33,
  4957. "count": 10,
  4958. "minHeight": 0,
  4959. "maxHeight": 80
  4960. },
  4961. {
  4962. "type": "STONE",
  4963. "data": 5,
  4964. "size": 33,
  4965. "count": 10,
  4966. "minHeight": 0,
  4967. "maxHeight": 80
  4968. },
  4969. {
  4970. "type": "COAL_ORE",
  4971. "data": 0,
  4972. "size": 17,
  4973. "count": 20,
  4974. "minHeight": 0,
  4975. "maxHeight": 128
  4976. },
  4977. {
  4978. "type": "IRON_ORE",
  4979. "data": 0,
  4980. "size": 9,
  4981. "count": 20,
  4982. "minHeight": 0,
  4983. "maxHeight": 64
  4984. },
  4985. {
  4986. "type": "GOLD_ORE",
  4987. "data": 0,
  4988. "size": 9,
  4989. "count": 2,
  4990. "minHeight": 0,
  4991. "maxHeight": 32
  4992. },
  4993. {
  4994. "type": "REDSTONE_ORE",
  4995. "data": 0,
  4996. "size": 8,
  4997. "count": 8,
  4998. "minHeight": 0,
  4999. "maxHeight": 16
  5000. },
  5001. {
  5002. "type": "DIAMOND_ORE",
  5003. "data": 0,
  5004. "size": 8,
  5005. "count": 1,
  5006. "minHeight": 0,
  5007. "maxHeight": 16
  5008. },
  5009. {
  5010. "type": "LAPIS_ORE",
  5011. "data": 0,
  5012. "size": 7,
  5013. "count": 1,
  5014. "minHeight": 0,
  5015. "maxHeight": 32
  5016. },
  5017. {
  5018. "type": "EMERALD_ORE",
  5019. "data": 0,
  5020. "size": 4,
  5021. "count": 2,
  5022. "minHeight": 4,
  5023. "maxHeight": 32
  5024. }
  5025. ],
  5026. "customTerrain": {
  5027. "noiseLayers": [
  5028. {
  5029. "xDensity": 300.0,
  5030. "yDensity": 300.0,
  5031. "multiplier": {
  5032. "baseMultiplier": 80.0,
  5033. "biomeModifier": 0.0,
  5034. "riverModifier": 0.0,
  5035. "baseModifiers": [
  5036. {
  5037. "referenceLayer": -1,
  5038. "start": 1.0E-9,
  5039. "stop": 0.0,
  5040. "finalCoefficient": 0.2857143
  5041. }
  5042. ]
  5043. }
  5044. },
  5045. {
  5046. "xDensity": 20.0,
  5047. "yDensity": 20.0,
  5048. "multiplier": {
  5049. "baseMultiplier": 5.0,
  5050. "biomeModifier": 0.0,
  5051. "riverModifier": 0.0,
  5052. "baseModifiers": [
  5053. {
  5054. "referenceLayer": -1,
  5055. "start": 35.0,
  5056. "stop": 0.0,
  5057. "finalCoefficient": 0.2
  5058. }
  5059. ]
  5060. }
  5061. },
  5062. {
  5063. "xDensity": 12.0,
  5064. "yDensity": 12.0,
  5065. "multiplier": {
  5066. "baseMultiplier": 3.0,
  5067. "biomeModifier": 0.0,
  5068. "riverModifier": 0.0,
  5069. "baseModifiers": [
  5070. {
  5071. "referenceLayer": -1,
  5072. "start": 35.0,
  5073. "stop": 0.0,
  5074. "finalCoefficient": 0.2
  5075. }
  5076. ]
  5077. }
  5078. },
  5079. {
  5080. "xDensity": 5.0,
  5081. "yDensity": 5.0,
  5082. "multiplier": {
  5083. "baseMultiplier": 1.5,
  5084. "biomeModifier": 0.0,
  5085. "riverModifier": 0.0,
  5086. "baseModifiers": [
  5087. {
  5088. "referenceLayer": -1,
  5089. "start": 35.0,
  5090. "stop": 0.0,
  5091. "finalCoefficient": 0.1
  5092. }
  5093. ]
  5094. }
  5095. }
  5096. ]
  5097. },
  5098. "terrainSettings": {
  5099. "subTerrains": [
  5100. {
  5101. "provider": "EWG",
  5102. "name": "Scots pine forest",
  5103. "xModifier": 1.0,
  5104. "yModifer": 1.0,
  5105. "zModifer": 1.0,
  5106. "yOffset": 0
  5107. }
  5108. ]
  5109. },
  5110. "overlaySettings": {
  5111. "spawnLillypads": false,
  5112. "spawnCactus": false,
  5113. "spawnSnowLayers": false,
  5114. "spawnIceOnWater": false,
  5115. "minRiver": 2.0,
  5116. "groundDepth": 4,
  5117. "surfaceDepth": 1,
  5118. "surfaceBlocks": [
  5119. [
  5120. [
  5121. {
  5122. "type": "STAINED_CLAY",
  5123. "data": 9,
  5124. "inclinationsConditions": [
  5125. {
  5126. "minInclination": 2.3,
  5127. "maxInclination": 99.0
  5128. }
  5129. ]
  5130. },
  5131. 1.0
  5132. ],
  5133. [
  5134. {
  5135. "type": "STONE",
  5136. "data": 1,
  5137. "inclinationsConditions": [
  5138. {
  5139. "minInclination": 2.2,
  5140. "maxInclination": 99.0
  5141. }
  5142. ]
  5143. },
  5144. 0.7
  5145. ],
  5146. [
  5147. {
  5148. "type": "DIRT",
  5149. "data": 1,
  5150. "inclinationsConditions": [
  5151. {
  5152. "minInclination": 0.6,
  5153. "maxInclination": 1.2
  5154. }
  5155. ]
  5156. },
  5157. 0.5
  5158. ]
  5159. ],
  5160. [
  5161. [
  5162. {
  5163. "type": "STONE",
  5164. "data": 0,
  5165. "inclinationsConditions": [
  5166. {
  5167. "minInclination": 1.3,
  5168. "maxInclination": 1.7
  5169. }
  5170. ]
  5171. },
  5172. 0.4
  5173. ],
  5174. [
  5175. {
  5176. "type": "COBBLESTONE",
  5177. "data": 0,
  5178. "inclinationsConditions": [
  5179. {
  5180. "minInclination": 1.3,
  5181. "maxInclination": 1.7
  5182. }
  5183. ]
  5184. },
  5185. 0.3
  5186. ],
  5187. [
  5188. {
  5189. "type": "STONE",
  5190. "data": 5,
  5191. "inclinationsConditions": [
  5192. {
  5193. "minInclination": 1.3,
  5194. "maxInclination": 1.7
  5195. }
  5196. ]
  5197. },
  5198. 0.3
  5199. ]
  5200. ],
  5201. [
  5202. [
  5203. {
  5204. "type": "GRASS",
  5205. "data": 0
  5206. },
  5207. 1.0
  5208. ]
  5209. ]
  5210. ],
  5211. "oceanBlocks": [],
  5212. "groundBlocks": [
  5213. [
  5214. [
  5215. {
  5216. "type": "STAINED_CLAY",
  5217. "data": 9,
  5218. "inclinationsConditions": [
  5219. {
  5220. "minInclination": 2.3,
  5221. "maxInclination": 99.0
  5222. }
  5223. ]
  5224. },
  5225. 1.0
  5226. ]
  5227. ],
  5228. [
  5229. [
  5230. {
  5231. "type": "STONE",
  5232. "data": 0,
  5233. "inclinationsConditions": [
  5234. {
  5235. "minInclination": 1.3,
  5236. "maxInclination": 1.7
  5237. }
  5238. ]
  5239. },
  5240. 0.4
  5241. ],
  5242. [
  5243. {
  5244. "type": "COBBLESTONE",
  5245. "data": 0,
  5246. "inclinationsConditions": [
  5247. {
  5248. "minInclination": 1.3,
  5249. "maxInclination": 1.7
  5250. }
  5251. ]
  5252. },
  5253. 0.3
  5254. ],
  5255. [
  5256. {
  5257. "type": "STONE",
  5258. "data": 5,
  5259. "inclinationsConditions": [
  5260. {
  5261. "minInclination": 1.3,
  5262. "maxInclination": 1.7
  5263. }
  5264. ]
  5265. },
  5266. 0.3
  5267. ]
  5268. ],
  5269. [
  5270. [
  5271. {
  5272. "type": "DIRT",
  5273. "data": 0
  5274. },
  5275. 0.8
  5276. ],
  5277. [
  5278. {
  5279. "type": "COBBLESTONE",
  5280. "data": 0
  5281. },
  5282. 0.2
  5283. ]
  5284. ]
  5285. ],
  5286. "beachBlocks": [
  5287. [
  5288. [
  5289. {
  5290. "type": "DIRT",
  5291. "data": 0
  5292. },
  5293. 1.0
  5294. ]
  5295. ]
  5296. ],
  5297. "slabBlocks": [],
  5298. "stairBlocks": [],
  5299. "plantBlocks": [
  5300. {},
  5301. {},
  5302. [
  5303. [
  5304. {
  5305. "type": "SUGAR_CANE_BLOCK",
  5306. "data": 0,
  5307. "heightConditions": [
  5308. {
  5309. "minHeight": 54,
  5310. "maxHeight": 54
  5311. }
  5312. ]
  5313. },
  5314. 0.1
  5315. ],
  5316. [
  5317. {
  5318. "type": "LONG_GRASS",
  5319. "data": 1,
  5320. "inclinationsConditions": [
  5321. {
  5322. "minInclination": 0.0,
  5323. "maxInclination": 1.7
  5324. }
  5325. ]
  5326. },
  5327. 0.25
  5328. ],
  5329. [
  5330. {
  5331. "type": "DOUBLE_PLANT",
  5332. "data": 0,
  5333. "inclinationsConditions": [
  5334. {
  5335. "minInclination": 0.0,
  5336. "maxInclination": 1.7
  5337. }
  5338. ]
  5339. },
  5340. 0.001
  5341. ],
  5342. [
  5343. {
  5344. "type": "DOUBLE_PLANT",
  5345. "data": 1,
  5346. "inclinationsConditions": [
  5347. {
  5348. "minInclination": 0.0,
  5349. "maxInclination": 1.7
  5350. }
  5351. ]
  5352. },
  5353. 0.001
  5354. ],
  5355. [
  5356. {
  5357. "type": "DOUBLE_PLANT",
  5358. "data": 2,
  5359. "inclinationsConditions": [
  5360. {
  5361. "minInclination": 0.0,
  5362. "maxInclination": 1.7
  5363. }
  5364. ]
  5365. },
  5366. 0.001
  5367. ],
  5368. [
  5369. {
  5370. "type": "DOUBLE_PLANT",
  5371. "data": 3,
  5372. "inclinationsConditions": [
  5373. {
  5374. "minInclination": 0.0,
  5375. "maxInclination": 1.7
  5376. }
  5377. ]
  5378. },
  5379. 0.001
  5380. ],
  5381. [
  5382. {
  5383. "type": "DOUBLE_PLANT",
  5384. "data": 4,
  5385. "inclinationsConditions": [
  5386. {
  5387. "minInclination": 0.0,
  5388. "maxInclination": 1.7
  5389. }
  5390. ]
  5391. },
  5392. 0.001
  5393. ],
  5394. [
  5395. {
  5396. "type": "DOUBLE_PLANT",
  5397. "data": 5,
  5398. "inclinationsConditions": [
  5399. {
  5400. "minInclination": 0.0,
  5401. "maxInclination": 1.7
  5402. }
  5403. ]
  5404. },
  5405. 0.001
  5406. ],
  5407. [
  5408. {
  5409. "type": "RED_ROSE",
  5410. "data": 0,
  5411. "inclinationsConditions": [
  5412. {
  5413. "minInclination": 0.0,
  5414. "maxInclination": 1.7
  5415. }
  5416. ]
  5417. },
  5418. 0.001
  5419. ],
  5420. [
  5421. {
  5422. "type": "YELLOW_FLOWER",
  5423. "data": 0,
  5424. "inclinationsConditions": [
  5425. {
  5426. "minInclination": 0.0,
  5427. "maxInclination": 1.7
  5428. }
  5429. ]
  5430. },
  5431. 0.001
  5432. ],
  5433. [
  5434. {
  5435. "type": "RED_ROSE",
  5436. "data": 1,
  5437. "inclinationsConditions": [
  5438. {
  5439. "minInclination": 0.0,
  5440. "maxInclination": 1.7
  5441. }
  5442. ]
  5443. },
  5444. 0.001
  5445. ],
  5446. [
  5447. {
  5448. "type": "RED_ROSE",
  5449. "data": 2,
  5450. "inclinationsConditions": [
  5451. {
  5452. "minInclination": 0.0,
  5453. "maxInclination": 1.7
  5454. }
  5455. ]
  5456. },
  5457. 0.001
  5458. ],
  5459. [
  5460. {
  5461. "type": "RED_ROSE",
  5462. "data": 3,
  5463. "inclinationsConditions": [
  5464. {
  5465. "minInclination": 0.0,
  5466. "maxInclination": 1.7
  5467. }
  5468. ]
  5469. },
  5470. 0.001
  5471. ],
  5472. [
  5473. {
  5474. "type": "RED_ROSE",
  5475. "data": 4,
  5476. "inclinationsConditions": [
  5477. {
  5478. "minInclination": 0.0,
  5479. "maxInclination": 1.7
  5480. }
  5481. ]
  5482. },
  5483. 0.001
  5484. ],
  5485. [
  5486. {
  5487. "type": "RED_ROSE",
  5488. "data": 5,
  5489. "inclinationsConditions": [
  5490. {
  5491. "minInclination": 0.0,
  5492. "maxInclination": 1.7
  5493. }
  5494. ]
  5495. },
  5496. 0.001
  5497. ],
  5498. [
  5499. {
  5500. "type": "RED_ROSE",
  5501. "data": 6,
  5502. "inclinationsConditions": [
  5503. {
  5504. "minInclination": 0.0,
  5505. "maxInclination": 1.7
  5506. }
  5507. ]
  5508. },
  5509. 0.001
  5510. ],
  5511. [
  5512. {
  5513. "type": "RED_ROSE",
  5514. "data": 7,
  5515. "inclinationsConditions": [
  5516. {
  5517. "minInclination": 0.0,
  5518. "maxInclination": 1.7
  5519. }
  5520. ]
  5521. },
  5522. 0.001
  5523. ],
  5524. [
  5525. {
  5526. "type": "RED_ROSE",
  5527. "data": 8,
  5528. "inclinationsConditions": [
  5529. {
  5530. "minInclination": 0.0,
  5531. "maxInclination": 1.7
  5532. }
  5533. ]
  5534. },
  5535. 0.001
  5536. ],
  5537. [
  5538. {
  5539. "type": "LONG_GRASS",
  5540. "data": 1,
  5541. "inclinationsConditions": [
  5542. {
  5543. "minInclination": 0.0,
  5544. "maxInclination": 1.7
  5545. }
  5546. ]
  5547. },
  5548. 0.25
  5549. ]
  5550. ],
  5551. {},
  5552. [
  5553. [
  5554. {
  5555. "type": "RED_ROSE",
  5556. "data": 0
  5557. },
  5558. 0.001953125
  5559. ],
  5560. [
  5561. {
  5562. "type": "RED_ROSE",
  5563. "data": 1
  5564. },
  5565. 0.001953125
  5566. ],
  5567. [
  5568. {
  5569. "type": "RED_ROSE",
  5570. "data": 2
  5571. },
  5572. 0.001953125
  5573. ],
  5574. [
  5575. {
  5576. "type": "RED_ROSE",
  5577. "data": 3
  5578. },
  5579. 0.001953125
  5580. ],
  5581. [
  5582. {
  5583. "type": "RED_ROSE",
  5584. "data": 4
  5585. },
  5586. 0.001953125
  5587. ],
  5588. [
  5589. {
  5590. "type": "RED_ROSE",
  5591. "data": 5
  5592. },
  5593. 0.001953125
  5594. ],
  5595. [
  5596. {
  5597. "type": "RED_ROSE",
  5598. "data": 6
  5599. },
  5600. 0.001953125
  5601. ],
  5602. [
  5603. {
  5604. "type": "RED_ROSE",
  5605. "data": 7
  5606. },
  5607. 0.001953125
  5608. ],
  5609. [
  5610. {
  5611. "type": "RED_ROSE",
  5612. "data": 8
  5613. },
  5614. 0.001953125
  5615. ],
  5616. [
  5617. {
  5618. "type": "DOUBLE_PLANT",
  5619. "data": 2
  5620. },
  5621. 0.001953125
  5622. ],
  5623. [
  5624. {
  5625. "type": "DOUBLE_PLANT",
  5626. "data": 3
  5627. },
  5628. 0.001953125
  5629. ]
  5630. ]
  5631. ],
  5632. "riverBlocks": [
  5633. [
  5634. [
  5635. {
  5636. "type": "SAND",
  5637. "data": 0
  5638. },
  5639. 1.0
  5640. ]
  5641. ]
  5642. ],
  5643. "leavesBlock": {
  5644. "type": "LEAVES",
  5645. "data": 1,
  5646. "inclinationsConditions": [
  5647. {
  5648. "minInclination": 0.44999998807907104,
  5649. "maxInclination": 0.6000000238418579
  5650. }
  5651. ]
  5652. }
  5653. },
  5654. "customTrees": [
  5655. {
  5656. "name": "TREES_scotsPine_normal_10",
  5657. "density": 8.333333333333334E-4,
  5658. "size": "MEDIUM",
  5659. "type": "TREES",
  5660. "blocksRequiredUnderneath": [
  5661. "GRASS"
  5662. ],
  5663. "blacklistedDecoBlocks": [],
  5664. "spawnOnGround": true,
  5665. "overrideExsistingBlocks": false,
  5666. "allowRotation": true,
  5667. "applyPhysics": false,
  5668. "applyAir": false,
  5669. "fixFlyingRoots": true,
  5670. "replaceAir": true,
  5671. "minY": 62,
  5672. "maxY": 120,
  5673. "maxSlope": 0.7,
  5674. "minSlope": 0.0,
  5675. "snapToXGrid": -1,
  5676. "snapToYGrid": -1,
  5677. "gridXOffset": 0,
  5678. "gridYOffset": 0,
  5679. "anchorYOffset": 0
  5680. },
  5681. {
  5682. "name": "TREES_scotsPine_normal_11",
  5683. "density": 8.333333333333334E-4,
  5684. "size": "MEDIUM",
  5685. "type": "TREES",
  5686. "blocksRequiredUnderneath": [
  5687. "GRASS"
  5688. ],
  5689. "blacklistedDecoBlocks": [],
  5690. "spawnOnGround": true,
  5691. "overrideExsistingBlocks": false,
  5692. "allowRotation": true,
  5693. "applyPhysics": false,
  5694. "applyAir": false,
  5695. "fixFlyingRoots": true,
  5696. "replaceAir": true,
  5697. "minY": 62,
  5698. "maxY": 120,
  5699. "maxSlope": 0.7,
  5700. "minSlope": 0.0,
  5701. "snapToXGrid": -1,
  5702. "snapToYGrid": -1,
  5703. "gridXOffset": 0,
  5704. "gridYOffset": 0,
  5705. "anchorYOffset": 0
  5706. },
  5707. {
  5708. "name": "TREES_scotsPine_normal_12",
  5709. "density": 8.333333333333334E-4,
  5710. "size": "MEDIUM",
  5711. "type": "TREES",
  5712. "blocksRequiredUnderneath": [
  5713. "GRASS"
  5714. ],
  5715. "blacklistedDecoBlocks": [],
  5716. "spawnOnGround": true,
  5717. "overrideExsistingBlocks": false,
  5718. "allowRotation": true,
  5719. "applyPhysics": false,
  5720. "applyAir": false,
  5721. "fixFlyingRoots": true,
  5722. "replaceAir": true,
  5723. "minY": 62,
  5724. "maxY": 120,
  5725. "maxSlope": 0.7,
  5726. "minSlope": 0.0,
  5727. "snapToXGrid": -1,
  5728. "snapToYGrid": -1,
  5729. "gridXOffset": 0,
  5730. "gridYOffset": 0,
  5731. "anchorYOffset": 0
  5732. },
  5733. {
  5734. "name": "TREES_scotsPine_normal_6",
  5735. "density": 8.333333333333334E-4,
  5736. "size": "MEDIUM",
  5737. "type": "TREES",
  5738. "blocksRequiredUnderneath": [
  5739. "GRASS"
  5740. ],
  5741. "blacklistedDecoBlocks": [],
  5742. "spawnOnGround": true,
  5743. "overrideExsistingBlocks": false,
  5744. "allowRotation": true,
  5745. "applyPhysics": false,
  5746. "applyAir": false,
  5747. "fixFlyingRoots": true,
  5748. "replaceAir": true,
  5749. "minY": 62,
  5750. "maxY": 120,
  5751. "maxSlope": 0.7,
  5752. "minSlope": 0.0,
  5753. "snapToXGrid": -1,
  5754. "snapToYGrid": -1,
  5755. "gridXOffset": 0,
  5756. "gridYOffset": 0,
  5757. "anchorYOffset": 0
  5758. },
  5759. {
  5760. "name": "TREES_scotsPine_normal_8",
  5761. "density": 8.333333333333334E-4,
  5762. "size": "MEDIUM",
  5763. "type": "TREES",
  5764. "blocksRequiredUnderneath": [
  5765. "GRASS"
  5766. ],
  5767. "blacklistedDecoBlocks": [],
  5768. "spawnOnGround": true,
  5769. "overrideExsistingBlocks": false,
  5770. "allowRotation": true,
  5771. "applyPhysics": false,
  5772. "applyAir": false,
  5773. "fixFlyingRoots": true,
  5774. "replaceAir": true,
  5775. "minY": 62,
  5776. "maxY": 120,
  5777. "maxSlope": 0.7,
  5778. "minSlope": 0.0,
  5779. "snapToXGrid": -1,
  5780. "snapToYGrid": -1,
  5781. "gridXOffset": 0,
  5782. "gridYOffset": 0,
  5783. "anchorYOffset": 0
  5784. },
  5785. {
  5786. "name": "TREES_scotsPine_normal_9",
  5787. "density": 8.333333333333334E-4,
  5788. "size": "MEDIUM",
  5789. "type": "TREES",
  5790. "blocksRequiredUnderneath": [
  5791. "GRASS"
  5792. ],
  5793. "blacklistedDecoBlocks": [],
  5794. "spawnOnGround": true,
  5795. "overrideExsistingBlocks": false,
  5796. "allowRotation": true,
  5797. "applyPhysics": false,
  5798. "applyAir": false,
  5799. "fixFlyingRoots": true,
  5800. "replaceAir": true,
  5801. "minY": 62,
  5802. "maxY": 120,
  5803. "maxSlope": 0.7,
  5804. "minSlope": 0.0,
  5805. "snapToXGrid": -1,
  5806. "snapToYGrid": -1,
  5807. "gridXOffset": 0,
  5808. "gridYOffset": 0,
  5809. "anchorYOffset": 0
  5810. },
  5811. {
  5812. "name": "TREES_scotsPine_normal_10",
  5813. "density": 8.333333333333334E-4,
  5814. "size": "MEDIUM",
  5815. "type": "TREES",
  5816. "blocksRequiredUnderneath": [
  5817. "GRASS"
  5818. ],
  5819. "blacklistedDecoBlocks": [],
  5820. "spawnOnGround": true,
  5821. "overrideExsistingBlocks": false,
  5822. "allowRotation": true,
  5823. "applyPhysics": false,
  5824. "applyAir": false,
  5825. "fixFlyingRoots": true,
  5826. "replaceAir": true,
  5827. "minY": 62,
  5828. "maxY": 120,
  5829. "maxSlope": 0.7,
  5830. "minSlope": 0.0,
  5831. "snapToXGrid": -1,
  5832. "snapToYGrid": -1,
  5833. "gridXOffset": 0,
  5834. "gridYOffset": 0,
  5835. "anchorYOffset": 0
  5836. },
  5837. {
  5838. "name": "TREES_scotsPine_normal_11",
  5839. "density": 8.333333333333334E-4,
  5840. "size": "MEDIUM",
  5841. "type": "TREES",
  5842. "blocksRequiredUnderneath": [
  5843. "GRASS"
  5844. ],
  5845. "blacklistedDecoBlocks": [],
  5846. "spawnOnGround": true,
  5847. "overrideExsistingBlocks": false,
  5848. "allowRotation": true,
  5849. "applyPhysics": false,
  5850. "applyAir": false,
  5851. "fixFlyingRoots": true,
  5852. "replaceAir": true,
  5853. "minY": 62,
  5854. "maxY": 120,
  5855. "maxSlope": 0.7,
  5856. "minSlope": 0.0,
  5857. "snapToXGrid": -1,
  5858. "snapToYGrid": -1,
  5859. "gridXOffset": 0,
  5860. "gridYOffset": 0,
  5861. "anchorYOffset": 0
  5862. },
  5863. {
  5864. "name": "TREES_scotsPine_normal_12",
  5865. "density": 8.333333333333334E-4,
  5866. "size": "MEDIUM",
  5867. "type": "TREES",
  5868. "blocksRequiredUnderneath": [
  5869. "GRASS"
  5870. ],
  5871. "blacklistedDecoBlocks": [],
  5872. "spawnOnGround": true,
  5873. "overrideExsistingBlocks": false,
  5874. "allowRotation": true,
  5875. "applyPhysics": false,
  5876. "applyAir": false,
  5877. "fixFlyingRoots": true,
  5878. "replaceAir": true,
  5879. "minY": 62,
  5880. "maxY": 120,
  5881. "maxSlope": 0.7,
  5882. "minSlope": 0.0,
  5883. "snapToXGrid": -1,
  5884. "snapToYGrid": -1,
  5885. "gridXOffset": 0,
  5886. "gridYOffset": 0,
  5887. "anchorYOffset": 0
  5888. },
  5889. {
  5890. "name": "TREES_scotsPine_normal_6",
  5891. "density": 8.333333333333334E-4,
  5892. "size": "MEDIUM",
  5893. "type": "TREES",
  5894. "blocksRequiredUnderneath": [
  5895. "GRASS"
  5896. ],
  5897. "blacklistedDecoBlocks": [],
  5898. "spawnOnGround": true,
  5899. "overrideExsistingBlocks": false,
  5900. "allowRotation": true,
  5901. "applyPhysics": false,
  5902. "applyAir": false,
  5903. "fixFlyingRoots": true,
  5904. "replaceAir": true,
  5905. "minY": 62,
  5906. "maxY": 120,
  5907. "maxSlope": 0.7,
  5908. "minSlope": 0.0,
  5909. "snapToXGrid": -1,
  5910. "snapToYGrid": -1,
  5911. "gridXOffset": 0,
  5912. "gridYOffset": 0,
  5913. "anchorYOffset": 0
  5914. },
  5915. {
  5916. "name": "TREES_scotsPine_normal_8",
  5917. "density": 8.333333333333334E-4,
  5918. "size": "MEDIUM",
  5919. "type": "TREES",
  5920. "blocksRequiredUnderneath": [
  5921. "GRASS"
  5922. ],
  5923. "blacklistedDecoBlocks": [],
  5924. "spawnOnGround": true,
  5925. "overrideExsistingBlocks": false,
  5926. "allowRotation": true,
  5927. "applyPhysics": false,
  5928. "applyAir": false,
  5929. "fixFlyingRoots": true,
  5930. "replaceAir": true,
  5931. "minY": 62,
  5932. "maxY": 120,
  5933. "maxSlope": 0.7,
  5934. "minSlope": 0.0,
  5935. "snapToXGrid": -1,
  5936. "snapToYGrid": -1,
  5937. "gridXOffset": 0,
  5938. "gridYOffset": 0,
  5939. "anchorYOffset": 0
  5940. },
  5941. {
  5942. "name": "TREES_scotsPine_normal_9",
  5943. "density": 8.333333333333334E-4,
  5944. "size": "MEDIUM",
  5945. "type": "TREES",
  5946. "blocksRequiredUnderneath": [
  5947. "GRASS"
  5948. ],
  5949. "blacklistedDecoBlocks": [],
  5950. "spawnOnGround": true,
  5951. "overrideExsistingBlocks": false,
  5952. "allowRotation": true,
  5953. "applyPhysics": false,
  5954. "applyAir": false,
  5955. "fixFlyingRoots": true,
  5956. "replaceAir": true,
  5957. "minY": 62,
  5958. "maxY": 120,
  5959. "maxSlope": 0.7,
  5960. "minSlope": 0.0,
  5961. "snapToXGrid": -1,
  5962. "snapToYGrid": -1,
  5963. "gridXOffset": 0,
  5964. "gridYOffset": 0,
  5965. "anchorYOffset": 0
  5966. }
  5967. ],
  5968. "customStructures": [
  5969. {
  5970. "name": "DECO_rock_01",
  5971. "density": 0.005,
  5972. "size": "MEDIUM",
  5973. "type": "DECO",
  5974. "blocksRequiredUnderneath": [
  5975. "GRASS"
  5976. ],
  5977. "blacklistedDecoBlocks": [],
  5978. "spawnOnGround": true,
  5979. "overrideExsistingBlocks": false,
  5980. "allowRotation": false,
  5981. "applyPhysics": true,
  5982. "applyAir": true,
  5983. "fixFlyingRoots": false,
  5984. "replaceAir": true,
  5985. "minY": 78,
  5986. "maxY": 138,
  5987. "maxSlope": 1.5,
  5988. "minSlope": 0.0,
  5989. "snapToXGrid": -1,
  5990. "snapToYGrid": -1,
  5991. "gridXOffset": 0,
  5992. "gridYOffset": 0,
  5993. "anchorYOffset": 2
  5994. },
  5995. {
  5996. "name": "DECO_rock_02",
  5997. "density": 0.005,
  5998. "size": "MEDIUM",
  5999. "type": "DECO",
  6000. "blocksRequiredUnderneath": [
  6001. "GRASS"
  6002. ],
  6003. "blacklistedDecoBlocks": [],
  6004. "spawnOnGround": true,
  6005. "overrideExsistingBlocks": false,
  6006. "allowRotation": false,
  6007. "applyPhysics": true,
  6008. "applyAir": true,
  6009. "fixFlyingRoots": false,
  6010. "replaceAir": true,
  6011. "minY": 78,
  6012. "maxY": 138,
  6013. "maxSlope": 1.5,
  6014. "minSlope": 0.0,
  6015. "snapToXGrid": -1,
  6016. "snapToYGrid": -1,
  6017. "gridXOffset": 0,
  6018. "gridYOffset": 0,
  6019. "anchorYOffset": 2
  6020. },
  6021. {
  6022. "name": "DECO_rock_03",
  6023. "density": 0.005,
  6024. "size": "MEDIUM",
  6025. "type": "DECO",
  6026. "blocksRequiredUnderneath": [
  6027. "GRASS"
  6028. ],
  6029. "blacklistedDecoBlocks": [],
  6030. "spawnOnGround": true,
  6031. "overrideExsistingBlocks": false,
  6032. "allowRotation": false,
  6033. "applyPhysics": true,
  6034. "applyAir": true,
  6035. "fixFlyingRoots": false,
  6036. "replaceAir": true,
  6037. "minY": 78,
  6038. "maxY": 138,
  6039. "maxSlope": 1.5,
  6040. "minSlope": 0.0,
  6041. "snapToXGrid": -1,
  6042. "snapToYGrid": -1,
  6043. "gridXOffset": 0,
  6044. "gridYOffset": 0,
  6045. "anchorYOffset": 2
  6046. },
  6047. {
  6048. "name": "DECO_rock_04",
  6049. "density": 0.005,
  6050. "size": "MEDIUM",
  6051. "type": "DECO",
  6052. "blocksRequiredUnderneath": [
  6053. "GRASS"
  6054. ],
  6055. "blacklistedDecoBlocks": [],
  6056. "spawnOnGround": true,
  6057. "overrideExsistingBlocks": false,
  6058. "allowRotation": false,
  6059. "applyPhysics": true,
  6060. "applyAir": true,
  6061. "fixFlyingRoots": false,
  6062. "replaceAir": true,
  6063. "minY": 78,
  6064. "maxY": 138,
  6065. "maxSlope": 1.5,
  6066. "minSlope": 0.0,
  6067. "snapToXGrid": -1,
  6068. "snapToYGrid": -1,
  6069. "gridXOffset": 0,
  6070. "gridYOffset": 0,
  6071. "anchorYOffset": 2
  6072. },
  6073. {
  6074. "name": "DECO_rock_10",
  6075. "density": 0.005,
  6076. "size": "MEDIUM",
  6077. "type": "DECO",
  6078. "blocksRequiredUnderneath": [
  6079. "GRASS"
  6080. ],
  6081. "blacklistedDecoBlocks": [],
  6082. "spawnOnGround": true,
  6083. "overrideExsistingBlocks": false,
  6084. "allowRotation": false,
  6085. "applyPhysics": true,
  6086. "applyAir": true,
  6087. "fixFlyingRoots": false,
  6088. "replaceAir": true,
  6089. "minY": 78,
  6090. "maxY": 138,
  6091. "maxSlope": 1.5,
  6092. "minSlope": 0.0,
  6093. "snapToXGrid": -1,
  6094. "snapToYGrid": -1,
  6095. "gridXOffset": 0,
  6096. "gridYOffset": 0,
  6097. "anchorYOffset": 2
  6098. },
  6099. {
  6100. "name": "DECO_rock_17",
  6101. "density": 0.005,
  6102. "size": "MEDIUM",
  6103. "type": "DECO",
  6104. "blocksRequiredUnderneath": [
  6105. "GRASS"
  6106. ],
  6107. "blacklistedDecoBlocks": [],
  6108. "spawnOnGround": true,
  6109. "overrideExsistingBlocks": false,
  6110. "allowRotation": false,
  6111. "applyPhysics": true,
  6112. "applyAir": true,
  6113. "fixFlyingRoots": false,
  6114. "replaceAir": true,
  6115. "minY": 78,
  6116. "maxY": 138,
  6117. "maxSlope": 1.5,
  6118. "minSlope": 0.0,
  6119. "snapToXGrid": -1,
  6120. "snapToYGrid": -1,
  6121. "gridXOffset": 0,
  6122. "gridYOffset": 0,
  6123. "anchorYOffset": 8
  6124. },
  6125. {
  6126. "name": "DECO_rock_18",
  6127. "density": 0.005,
  6128. "size": "MEDIUM",
  6129. "type": "DECO",
  6130. "blocksRequiredUnderneath": [
  6131. "GRASS"
  6132. ],
  6133. "blacklistedDecoBlocks": [],
  6134. "spawnOnGround": true,
  6135. "overrideExsistingBlocks": false,
  6136. "allowRotation": false,
  6137. "applyPhysics": true,
  6138. "applyAir": true,
  6139. "fixFlyingRoots": false,
  6140. "replaceAir": true,
  6141. "minY": 78,
  6142. "maxY": 138,
  6143. "maxSlope": 1.5,
  6144. "minSlope": 0.0,
  6145. "snapToXGrid": -1,
  6146. "snapToYGrid": -1,
  6147. "gridXOffset": 0,
  6148. "gridYOffset": 0,
  6149. "anchorYOffset": 2
  6150. },
  6151. {
  6152. "name": "DECO_rock_19",
  6153. "density": 0.005,
  6154. "size": "MEDIUM",
  6155. "type": "DECO",
  6156. "blocksRequiredUnderneath": [
  6157. "GRASS"
  6158. ],
  6159. "blacklistedDecoBlocks": [],
  6160. "spawnOnGround": true,
  6161. "overrideExsistingBlocks": false,
  6162. "allowRotation": false,
  6163. "applyPhysics": true,
  6164. "applyAir": true,
  6165. "fixFlyingRoots": false,
  6166. "replaceAir": true,
  6167. "minY": 78,
  6168. "maxY": 138,
  6169. "maxSlope": 1.5,
  6170. "minSlope": 0.0,
  6171. "snapToXGrid": -1,
  6172. "snapToYGrid": -1,
  6173. "gridXOffset": 0,
  6174. "gridYOffset": 0,
  6175. "anchorYOffset": 2
  6176. },
  6177. {
  6178. "name": "DECO_rock_20",
  6179. "density": 0.005,
  6180. "size": "MEDIUM",
  6181. "type": "DECO",
  6182. "blocksRequiredUnderneath": [
  6183. "GRASS"
  6184. ],
  6185. "blacklistedDecoBlocks": [],
  6186. "spawnOnGround": true,
  6187. "overrideExsistingBlocks": false,
  6188. "allowRotation": false,
  6189. "applyPhysics": true,
  6190. "applyAir": true,
  6191. "fixFlyingRoots": false,
  6192. "replaceAir": true,
  6193. "minY": 78,
  6194. "maxY": 138,
  6195. "maxSlope": 1.5,
  6196. "minSlope": 0.0,
  6197. "snapToXGrid": -1,
  6198. "snapToYGrid": -1,
  6199. "gridXOffset": 0,
  6200. "gridYOffset": 0,
  6201. "anchorYOffset": 8
  6202. },
  6203. {
  6204. "name": "DECO_rock_21",
  6205. "density": 0.005,
  6206. "size": "MEDIUM",
  6207. "type": "DECO",
  6208. "blocksRequiredUnderneath": [
  6209. "GRASS"
  6210. ],
  6211. "blacklistedDecoBlocks": [],
  6212. "spawnOnGround": true,
  6213. "overrideExsistingBlocks": false,
  6214. "allowRotation": false,
  6215. "applyPhysics": true,
  6216. "applyAir": true,
  6217. "fixFlyingRoots": false,
  6218. "replaceAir": true,
  6219. "minY": 78,
  6220. "maxY": 138,
  6221. "maxSlope": 1.5,
  6222. "minSlope": 0.0,
  6223. "snapToXGrid": -1,
  6224. "snapToYGrid": -1,
  6225. "gridXOffset": 0,
  6226. "gridYOffset": 0,
  6227. "anchorYOffset": 8
  6228. },
  6229. {
  6230. "name": "DECO_rock_22",
  6231. "density": 0.005,
  6232. "size": "MEDIUM",
  6233. "type": "DECO",
  6234. "blocksRequiredUnderneath": [
  6235. "GRASS"
  6236. ],
  6237. "blacklistedDecoBlocks": [],
  6238. "spawnOnGround": true,
  6239. "overrideExsistingBlocks": false,
  6240. "allowRotation": false,
  6241. "applyPhysics": true,
  6242. "applyAir": true,
  6243. "fixFlyingRoots": false,
  6244. "replaceAir": true,
  6245. "minY": 78,
  6246. "maxY": 138,
  6247. "maxSlope": 1.5,
  6248. "minSlope": 0.0,
  6249. "snapToXGrid": -1,
  6250. "snapToYGrid": -1,
  6251. "gridXOffset": 0,
  6252. "gridYOffset": 0,
  6253. "anchorYOffset": 2
  6254. },
  6255. {
  6256. "name": "DECO_rock_24",
  6257. "density": 0.005,
  6258. "size": "MEDIUM",
  6259. "type": "DECO",
  6260. "blocksRequiredUnderneath": [
  6261. "GRASS"
  6262. ],
  6263. "blacklistedDecoBlocks": [],
  6264. "spawnOnGround": true,
  6265. "overrideExsistingBlocks": false,
  6266. "allowRotation": false,
  6267. "applyPhysics": true,
  6268. "applyAir": true,
  6269. "fixFlyingRoots": false,
  6270. "replaceAir": true,
  6271. "minY": 78,
  6272. "maxY": 138,
  6273. "maxSlope": 1.5,
  6274. "minSlope": 0.0,
  6275. "snapToXGrid": -1,
  6276. "snapToYGrid": -1,
  6277. "gridXOffset": 0,
  6278. "gridYOffset": 0,
  6279. "anchorYOffset": 8
  6280. },
  6281. {
  6282. "name": "DECO_rock_25",
  6283. "density": 0.005,
  6284. "size": "MEDIUM",
  6285. "type": "DECO",
  6286. "blocksRequiredUnderneath": [
  6287. "GRASS"
  6288. ],
  6289. "blacklistedDecoBlocks": [],
  6290. "spawnOnGround": true,
  6291. "overrideExsistingBlocks": false,
  6292. "allowRotation": false,
  6293. "applyPhysics": true,
  6294. "applyAir": true,
  6295. "fixFlyingRoots": false,
  6296. "replaceAir": true,
  6297. "minY": 78,
  6298. "maxY": 138,
  6299. "maxSlope": 1.5,
  6300. "minSlope": 0.0,
  6301. "snapToXGrid": -1,
  6302. "snapToYGrid": -1,
  6303. "gridXOffset": 0,
  6304. "gridYOffset": 0,
  6305. "anchorYOffset": 2
  6306. },
  6307. {
  6308. "name": "DECO_rock_01",
  6309. "density": 0.005,
  6310. "size": "MEDIUM",
  6311. "type": "DECO",
  6312. "blocksRequiredUnderneath": [
  6313. "GRASS"
  6314. ],
  6315. "blacklistedDecoBlocks": [],
  6316. "spawnOnGround": true,
  6317. "overrideExsistingBlocks": false,
  6318. "allowRotation": false,
  6319. "applyPhysics": true,
  6320. "applyAir": true,
  6321. "fixFlyingRoots": false,
  6322. "replaceAir": true,
  6323. "minY": 78,
  6324. "maxY": 138,
  6325. "maxSlope": 1.5,
  6326. "minSlope": 0.0,
  6327. "snapToXGrid": -1,
  6328. "snapToYGrid": -1,
  6329. "gridXOffset": 0,
  6330. "gridYOffset": 0,
  6331. "anchorYOffset": 2
  6332. },
  6333. {
  6334. "name": "DECO_rock_02",
  6335. "density": 0.005,
  6336. "size": "MEDIUM",
  6337. "type": "DECO",
  6338. "blocksRequiredUnderneath": [
  6339. "GRASS"
  6340. ],
  6341. "blacklistedDecoBlocks": [],
  6342. "spawnOnGround": true,
  6343. "overrideExsistingBlocks": false,
  6344. "allowRotation": false,
  6345. "applyPhysics": true,
  6346. "applyAir": true,
  6347. "fixFlyingRoots": false,
  6348. "replaceAir": true,
  6349. "minY": 78,
  6350. "maxY": 138,
  6351. "maxSlope": 1.5,
  6352. "minSlope": 0.0,
  6353. "snapToXGrid": -1,
  6354. "snapToYGrid": -1,
  6355. "gridXOffset": 0,
  6356. "gridYOffset": 0,
  6357. "anchorYOffset": 2
  6358. },
  6359. {
  6360. "name": "DECO_rock_03",
  6361. "density": 0.005,
  6362. "size": "MEDIUM",
  6363. "type": "DECO",
  6364. "blocksRequiredUnderneath": [
  6365. "GRASS"
  6366. ],
  6367. "blacklistedDecoBlocks": [],
  6368. "spawnOnGround": true,
  6369. "overrideExsistingBlocks": false,
  6370. "allowRotation": false,
  6371. "applyPhysics": true,
  6372. "applyAir": true,
  6373. "fixFlyingRoots": false,
  6374. "replaceAir": true,
  6375. "minY": 78,
  6376. "maxY": 138,
  6377. "maxSlope": 1.5,
  6378. "minSlope": 0.0,
  6379. "snapToXGrid": -1,
  6380. "snapToYGrid": -1,
  6381. "gridXOffset": 0,
  6382. "gridYOffset": 0,
  6383. "anchorYOffset": 2
  6384. },
  6385. {
  6386. "name": "DECO_rock_04",
  6387. "density": 0.005,
  6388. "size": "MEDIUM",
  6389. "type": "DECO",
  6390. "blocksRequiredUnderneath": [
  6391. "GRASS"
  6392. ],
  6393. "blacklistedDecoBlocks": [],
  6394. "spawnOnGround": true,
  6395. "overrideExsistingBlocks": false,
  6396. "allowRotation": false,
  6397. "applyPhysics": true,
  6398. "applyAir": true,
  6399. "fixFlyingRoots": false,
  6400. "replaceAir": true,
  6401. "minY": 78,
  6402. "maxY": 138,
  6403. "maxSlope": 1.5,
  6404. "minSlope": 0.0,
  6405. "snapToXGrid": -1,
  6406. "snapToYGrid": -1,
  6407. "gridXOffset": 0,
  6408. "gridYOffset": 0,
  6409. "anchorYOffset": 2
  6410. },
  6411. {
  6412. "name": "DECO_rock_10",
  6413. "density": 0.005,
  6414. "size": "MEDIUM",
  6415. "type": "DECO",
  6416. "blocksRequiredUnderneath": [
  6417. "GRASS"
  6418. ],
  6419. "blacklistedDecoBlocks": [],
  6420. "spawnOnGround": true,
  6421. "overrideExsistingBlocks": false,
  6422. "allowRotation": false,
  6423. "applyPhysics": true,
  6424. "applyAir": true,
  6425. "fixFlyingRoots": false,
  6426. "replaceAir": true,
  6427. "minY": 78,
  6428. "maxY": 138,
  6429. "maxSlope": 1.5,
  6430. "minSlope": 0.0,
  6431. "snapToXGrid": -1,
  6432. "snapToYGrid": -1,
  6433. "gridXOffset": 0,
  6434. "gridYOffset": 0,
  6435. "anchorYOffset": 2
  6436. },
  6437. {
  6438. "name": "DECO_rock_17",
  6439. "density": 0.005,
  6440. "size": "MEDIUM",
  6441. "type": "DECO",
  6442. "blocksRequiredUnderneath": [
  6443. "GRASS"
  6444. ],
  6445. "blacklistedDecoBlocks": [],
  6446. "spawnOnGround": true,
  6447. "overrideExsistingBlocks": false,
  6448. "allowRotation": false,
  6449. "applyPhysics": true,
  6450. "applyAir": true,
  6451. "fixFlyingRoots": false,
  6452. "replaceAir": true,
  6453. "minY": 78,
  6454. "maxY": 138,
  6455. "maxSlope": 1.5,
  6456. "minSlope": 0.0,
  6457. "snapToXGrid": -1,
  6458. "snapToYGrid": -1,
  6459. "gridXOffset": 0,
  6460. "gridYOffset": 0,
  6461. "anchorYOffset": 8
  6462. },
  6463. {
  6464. "name": "DECO_rock_18",
  6465. "density": 0.005,
  6466. "size": "MEDIUM",
  6467. "type": "DECO",
  6468. "blocksRequiredUnderneath": [
  6469. "GRASS"
  6470. ],
  6471. "blacklistedDecoBlocks": [],
  6472. "spawnOnGround": true,
  6473. "overrideExsistingBlocks": false,
  6474. "allowRotation": false,
  6475. "applyPhysics": true,
  6476. "applyAir": true,
  6477. "fixFlyingRoots": false,
  6478. "replaceAir": true,
  6479. "minY": 78,
  6480. "maxY": 138,
  6481. "maxSlope": 1.5,
  6482. "minSlope": 0.0,
  6483. "snapToXGrid": -1,
  6484. "snapToYGrid": -1,
  6485. "gridXOffset": 0,
  6486. "gridYOffset": 0,
  6487. "anchorYOffset": 2
  6488. },
  6489. {
  6490. "name": "DECO_rock_19",
  6491. "density": 0.005,
  6492. "size": "MEDIUM",
  6493. "type": "DECO",
  6494. "blocksRequiredUnderneath": [
  6495. "GRASS"
  6496. ],
  6497. "blacklistedDecoBlocks": [],
  6498. "spawnOnGround": true,
  6499. "overrideExsistingBlocks": false,
  6500. "allowRotation": false,
  6501. "applyPhysics": true,
  6502. "applyAir": true,
  6503. "fixFlyingRoots": false,
  6504. "replaceAir": true,
  6505. "minY": 78,
  6506. "maxY": 138,
  6507. "maxSlope": 1.5,
  6508. "minSlope": 0.0,
  6509. "snapToXGrid": -1,
  6510. "snapToYGrid": -1,
  6511. "gridXOffset": 0,
  6512. "gridYOffset": 0,
  6513. "anchorYOffset": 2
  6514. },
  6515. {
  6516. "name": "DECO_rock_20",
  6517. "density": 0.005,
  6518. "size": "MEDIUM",
  6519. "type": "DECO",
  6520. "blocksRequiredUnderneath": [
  6521. "GRASS"
  6522. ],
  6523. "blacklistedDecoBlocks": [],
  6524. "spawnOnGround": true,
  6525. "overrideExsistingBlocks": false,
  6526. "allowRotation": false,
  6527. "applyPhysics": true,
  6528. "applyAir": true,
  6529. "fixFlyingRoots": false,
  6530. "replaceAir": true,
  6531. "minY": 78,
  6532. "maxY": 138,
  6533. "maxSlope": 1.5,
  6534. "minSlope": 0.0,
  6535. "snapToXGrid": -1,
  6536. "snapToYGrid": -1,
  6537. "gridXOffset": 0,
  6538. "gridYOffset": 0,
  6539. "anchorYOffset": 8
  6540. },
  6541. {
  6542. "name": "DECO_rock_21",
  6543. "density": 0.005,
  6544. "size": "MEDIUM",
  6545. "type": "DECO",
  6546. "blocksRequiredUnderneath": [
  6547. "GRASS"
  6548. ],
  6549. "blacklistedDecoBlocks": [],
  6550. "spawnOnGround": true,
  6551. "overrideExsistingBlocks": false,
  6552. "allowRotation": false,
  6553. "applyPhysics": true,
  6554. "applyAir": true,
  6555. "fixFlyingRoots": false,
  6556. "replaceAir": true,
  6557. "minY": 78,
  6558. "maxY": 138,
  6559. "maxSlope": 1.5,
  6560. "minSlope": 0.0,
  6561. "snapToXGrid": -1,
  6562. "snapToYGrid": -1,
  6563. "gridXOffset": 0,
  6564. "gridYOffset": 0,
  6565. "anchorYOffset": 8
  6566. },
  6567. {
  6568. "name": "DECO_rock_22",
  6569. "density": 0.005,
  6570. "size": "MEDIUM",
  6571. "type": "DECO",
  6572. "blocksRequiredUnderneath": [
  6573. "GRASS"
  6574. ],
  6575. "blacklistedDecoBlocks": [],
  6576. "spawnOnGround": true,
  6577. "overrideExsistingBlocks": false,
  6578. "allowRotation": false,
  6579. "applyPhysics": true,
  6580. "applyAir": true,
  6581. "fixFlyingRoots": false,
  6582. "replaceAir": true,
  6583. "minY": 78,
  6584. "maxY": 138,
  6585. "maxSlope": 1.5,
  6586. "minSlope": 0.0,
  6587. "snapToXGrid": -1,
  6588. "snapToYGrid": -1,
  6589. "gridXOffset": 0,
  6590. "gridYOffset": 0,
  6591. "anchorYOffset": 2
  6592. },
  6593. {
  6594. "name": "DECO_rock_24",
  6595. "density": 0.005,
  6596. "size": "MEDIUM",
  6597. "type": "DECO",
  6598. "blocksRequiredUnderneath": [
  6599. "GRASS"
  6600. ],
  6601. "blacklistedDecoBlocks": [],
  6602. "spawnOnGround": true,
  6603. "overrideExsistingBlocks": false,
  6604. "allowRotation": false,
  6605. "applyPhysics": true,
  6606. "applyAir": true,
  6607. "fixFlyingRoots": false,
  6608. "replaceAir": true,
  6609. "minY": 78,
  6610. "maxY": 138,
  6611. "maxSlope": 1.5,
  6612. "minSlope": 0.0,
  6613. "snapToXGrid": -1,
  6614. "snapToYGrid": -1,
  6615. "gridXOffset": 0,
  6616. "gridYOffset": 0,
  6617. "anchorYOffset": 8
  6618. },
  6619. {
  6620. "name": "DECO_rock_25",
  6621. "density": 0.005,
  6622. "size": "MEDIUM",
  6623. "type": "DECO",
  6624. "blocksRequiredUnderneath": [
  6625. "GRASS"
  6626. ],
  6627. "blacklistedDecoBlocks": [],
  6628. "spawnOnGround": true,
  6629. "overrideExsistingBlocks": false,
  6630. "allowRotation": false,
  6631. "applyPhysics": true,
  6632. "applyAir": true,
  6633. "fixFlyingRoots": false,
  6634. "replaceAir": true,
  6635. "minY": 78,
  6636. "maxY": 138,
  6637. "maxSlope": 1.5,
  6638. "minSlope": 0.0,
  6639. "snapToXGrid": -1,
  6640. "snapToYGrid": -1,
  6641. "gridXOffset": 0,
  6642. "gridYOffset": 0,
  6643. "anchorYOffset": 2
  6644. },
  6645. {
  6646. "name": "DECO_forest_house",
  6647. "density": 4.0E-4,
  6648. "size": "MEDIUM",
  6649. "type": "DECO",
  6650. "blocksRequiredUnderneath": [
  6651. "GRASS"
  6652. ],
  6653. "blacklistedDecoBlocks": [],
  6654. "spawnOnGround": true,
  6655. "overrideExsistingBlocks": false,
  6656. "allowRotation": false,
  6657. "applyPhysics": true,
  6658. "applyAir": true,
  6659. "fixFlyingRoots": false,
  6660. "replaceAir": true,
  6661. "minY": 78,
  6662. "maxY": 118,
  6663. "maxSlope": 1.5,
  6664. "minSlope": 0.0,
  6665. "snapToXGrid": -1,
  6666. "snapToYGrid": -1,
  6667. "gridXOffset": 0,
  6668. "gridYOffset": 0,
  6669. "anchorYOffset": 2
  6670. },
  6671. {
  6672. "name": "DECO_forest_house",
  6673. "density": 4.0E-4,
  6674. "size": "MEDIUM",
  6675. "type": "DECO",
  6676. "blocksRequiredUnderneath": [
  6677. "GRASS"
  6678. ],
  6679. "blacklistedDecoBlocks": [],
  6680. "spawnOnGround": true,
  6681. "overrideExsistingBlocks": false,
  6682. "allowRotation": false,
  6683. "applyPhysics": true,
  6684. "applyAir": true,
  6685. "fixFlyingRoots": false,
  6686. "replaceAir": true,
  6687. "minY": 78,
  6688. "maxY": 118,
  6689. "maxSlope": 1.5,
  6690. "minSlope": 0.0,
  6691. "snapToXGrid": -1,
  6692. "snapToYGrid": -1,
  6693. "gridXOffset": 0,
  6694. "gridYOffset": 0,
  6695. "anchorYOffset": 2
  6696. }
  6697. ],
  6698. "maxEWGObjectsPerChunk": 4,
  6699. "xNoiseModifier": 1.2,
  6700. "yNoiseModifier": 0.7,
  6701. "zNoiseModifier": 1.2,
  6702. "lakeDepth": 0.0,
  6703. "baseHeight": 78,
  6704. "nativeBiomes": [
  6705. {
  6706. "nativeBiome": "FOREST",
  6707. "chance": 0.8
  6708. },
  6709. {
  6710. "nativeBiome": "SAVANNA",
  6711. "chance": 0.2
  6712. }
  6713. ],
  6714. "entitySettings": {},
  6715. "groundMaterials": [
  6716. {
  6717. "material": "STONE",
  6718. "data": 0,
  6719. "chance": 1.0
  6720. }
  6721. ]
  6722. },
  6723. "Plains": {
  6724. "enabled": true,
  6725. "biomeType": "GRASSLAND",
  6726. "useDungeons": true,
  6727. "dungeonChance": 8,
  6728. "useMineShafts": true,
  6729. "useStrongholds": true,
  6730. "useVillages": true,
  6731. "useTemples": false,
  6732. "useNetherFortress": false,
  6733. "useCaves": true,
  6734. "useMonuments": false,
  6735. "useRavines": true,
  6736. "useWitchHuts": false,
  6737. "usePyramids": false,
  6738. "useJungleTemples": false,
  6739. "useIgloos": false,
  6740. "useFossils": false,
  6741. "useWaterLakes": true,
  6742. "useLavaLakes": false,
  6743. "useRivers": true,
  6744. "useNativePainting": false,
  6745. "useNativeStructure": false,
  6746. "fossilChance": 64,
  6747. "lavaLakeChance": 80,
  6748. "waterLakeChance": 4,
  6749. "ores": [
  6750. {
  6751. "type": "DIRT",
  6752. "data": 0,
  6753. "size": 33,
  6754. "count": 10,
  6755. "minHeight": 0,
  6756. "maxHeight": 256
  6757. },
  6758. {
  6759. "type": "GRAVEL",
  6760. "data": 0,
  6761. "size": 33,
  6762. "count": 8,
  6763. "minHeight": 0,
  6764. "maxHeight": 256
  6765. },
  6766. {
  6767. "type": "STONE",
  6768. "data": 1,
  6769. "size": 33,
  6770. "count": 10,
  6771. "minHeight": 0,
  6772. "maxHeight": 80
  6773. },
  6774. {
  6775. "type": "STONE",
  6776. "data": 3,
  6777. "size": 33,
  6778. "count": 10,
  6779. "minHeight": 0,
  6780. "maxHeight": 80
  6781. },
  6782. {
  6783. "type": "STONE",
  6784. "data": 5,
  6785. "size": 33,
  6786. "count": 10,
  6787. "minHeight": 0,
  6788. "maxHeight": 80
  6789. },
  6790. {
  6791. "type": "COAL_ORE",
  6792. "data": 0,
  6793. "size": 17,
  6794. "count": 20,
  6795. "minHeight": 0,
  6796. "maxHeight": 128
  6797. },
  6798. {
  6799. "type": "IRON_ORE",
  6800. "data": 0,
  6801. "size": 9,
  6802. "count": 20,
  6803. "minHeight": 0,
  6804. "maxHeight": 64
  6805. },
  6806. {
  6807. "type": "GOLD_ORE",
  6808. "data": 0,
  6809. "size": 9,
  6810. "count": 2,
  6811. "minHeight": 0,
  6812. "maxHeight": 32
  6813. },
  6814. {
  6815. "type": "REDSTONE_ORE",
  6816. "data": 0,
  6817. "size": 8,
  6818. "count": 8,
  6819. "minHeight": 0,
  6820. "maxHeight": 16
  6821. },
  6822. {
  6823. "type": "DIAMOND_ORE",
  6824. "data": 0,
  6825. "size": 8,
  6826. "count": 1,
  6827. "minHeight": 0,
  6828. "maxHeight": 16
  6829. },
  6830. {
  6831. "type": "LAPIS_ORE",
  6832. "data": 0,
  6833. "size": 7,
  6834. "count": 1,
  6835. "minHeight": 0,
  6836. "maxHeight": 32
  6837. },
  6838. {
  6839. "type": "EMERALD_ORE",
  6840. "data": 0,
  6841. "size": 4,
  6842. "count": 2,
  6843. "minHeight": 4,
  6844. "maxHeight": 32
  6845. }
  6846. ],
  6847. "terrainSettings": {
  6848. "subTerrains": [
  6849. {
  6850. "provider": "EWG",
  6851. "name": "Plains",
  6852. "xModifier": 1.0,
  6853. "yModifer": 1.0,
  6854. "zModifer": 1.0,
  6855. "yOffset": 0
  6856. }
  6857. ]
  6858. },
  6859. "overlaySettings": {
  6860. "spawnLillypads": true,
  6861. "spawnCactus": false,
  6862. "spawnSnowLayers": false,
  6863. "spawnIceOnWater": false,
  6864. "minRiver": 2.0,
  6865. "groundDepth": 4,
  6866. "surfaceDepth": 1,
  6867. "surfaceBlocks": [
  6868. [
  6869. [
  6870. {
  6871. "type": "STAINED_CLAY",
  6872. "data": 9,
  6873. "inclinationsConditions": [
  6874. {
  6875. "minInclination": 2.3,
  6876. "maxInclination": 99.0
  6877. }
  6878. ]
  6879. },
  6880. 1.0
  6881. ]
  6882. ],
  6883. [
  6884. [
  6885. {
  6886. "type": "STONE",
  6887. "data": 0,
  6888. "inclinationsConditions": [
  6889. {
  6890. "minInclination": 1.3,
  6891. "maxInclination": 1.7
  6892. }
  6893. ]
  6894. },
  6895. 0.4
  6896. ],
  6897. [
  6898. {
  6899. "type": "COBBLESTONE",
  6900. "data": 0,
  6901. "inclinationsConditions": [
  6902. {
  6903. "minInclination": 1.3,
  6904. "maxInclination": 1.7
  6905. }
  6906. ]
  6907. },
  6908. 0.3
  6909. ],
  6910. [
  6911. {
  6912. "type": "STONE",
  6913. "data": 5,
  6914. "inclinationsConditions": [
  6915. {
  6916. "minInclination": 1.3,
  6917. "maxInclination": 1.7
  6918. }
  6919. ]
  6920. },
  6921. 0.3
  6922. ]
  6923. ],
  6924. [
  6925. [
  6926. {
  6927. "type": "GRASS",
  6928. "data": 0
  6929. },
  6930. 1.0
  6931. ]
  6932. ]
  6933. ],
  6934. "oceanBlocks": [],
  6935. "groundBlocks": [
  6936. [
  6937. [
  6938. {
  6939. "type": "STAINED_CLAY",
  6940. "data": 9,
  6941. "inclinationsConditions": [
  6942. {
  6943. "minInclination": 2.3,
  6944. "maxInclination": 99.0
  6945. }
  6946. ]
  6947. },
  6948. 1.0
  6949. ]
  6950. ],
  6951. [
  6952. [
  6953. {
  6954. "type": "STONE",
  6955. "data": 0,
  6956. "inclinationsConditions": [
  6957. {
  6958. "minInclination": 1.3,
  6959. "maxInclination": 1.7
  6960. }
  6961. ]
  6962. },
  6963. 0.4
  6964. ],
  6965. [
  6966. {
  6967. "type": "COBBLESTONE",
  6968. "data": 0,
  6969. "inclinationsConditions": [
  6970. {
  6971. "minInclination": 1.3,
  6972. "maxInclination": 1.7
  6973. }
  6974. ]
  6975. },
  6976. 0.3
  6977. ],
  6978. [
  6979. {
  6980. "type": "STONE",
  6981. "data": 5,
  6982. "inclinationsConditions": [
  6983. {
  6984. "minInclination": 1.3,
  6985. "maxInclination": 1.7
  6986. }
  6987. ]
  6988. },
  6989. 0.3
  6990. ]
  6991. ],
  6992. [
  6993. [
  6994. {
  6995. "type": "DIRT",
  6996. "data": 0
  6997. },
  6998. 0.8
  6999. ],
  7000. [
  7001. {
  7002. "type": "COBBLESTONE",
  7003. "data": 0
  7004. },
  7005. 0.2
  7006. ]
  7007. ]
  7008. ],
  7009. "beachBlocks": [
  7010. [
  7011. [
  7012. {
  7013. "type": "DIRT",
  7014. "data": 0,
  7015. "heightConditions": [
  7016. {
  7017. "minHeight": 0,
  7018. "maxHeight": 53
  7019. }
  7020. ]
  7021. },
  7022. 1.0
  7023. ]
  7024. ],
  7025. [
  7026. [
  7027. {
  7028. "type": "SAND",
  7029. "data": 0,
  7030. "inclinationsConditions": [
  7031. {
  7032. "minInclination": 0.0,
  7033. "maxInclination": 0.5
  7034. }
  7035. ]
  7036. },
  7037. 1.0
  7038. ]
  7039. ]
  7040. ],
  7041. "slabBlocks": [],
  7042. "stairBlocks": [],
  7043. "plantBlocks": [
  7044. {},
  7045. {},
  7046. [
  7047. [
  7048. {
  7049. "type": "SUGAR_CANE_BLOCK",
  7050. "data": 0,
  7051. "heightConditions": [
  7052. {
  7053. "minHeight": 54,
  7054. "maxHeight": 54
  7055. }
  7056. ]
  7057. },
  7058. 0.1
  7059. ],
  7060. [
  7061. {
  7062. "type": "LONG_GRASS",
  7063. "data": 1,
  7064. "inclinationsConditions": [
  7065. {
  7066. "minInclination": 0.0,
  7067. "maxInclination": 1.7
  7068. }
  7069. ]
  7070. },
  7071. 0.25
  7072. ],
  7073. [
  7074. {
  7075. "type": "DOUBLE_PLANT",
  7076. "data": 0,
  7077. "inclinationsConditions": [
  7078. {
  7079. "minInclination": 0.0,
  7080. "maxInclination": 1.7
  7081. }
  7082. ]
  7083. },
  7084. 0.001
  7085. ],
  7086. [
  7087. {
  7088. "type": "DOUBLE_PLANT",
  7089. "data": 1,
  7090. "inclinationsConditions": [
  7091. {
  7092. "minInclination": 0.0,
  7093. "maxInclination": 1.7
  7094. }
  7095. ]
  7096. },
  7097. 0.001
  7098. ],
  7099. [
  7100. {
  7101. "type": "DOUBLE_PLANT",
  7102. "data": 2,
  7103. "inclinationsConditions": [
  7104. {
  7105. "minInclination": 0.0,
  7106. "maxInclination": 1.7
  7107. }
  7108. ]
  7109. },
  7110. 0.001
  7111. ],
  7112. [
  7113. {
  7114. "type": "DOUBLE_PLANT",
  7115. "data": 3,
  7116. "inclinationsConditions": [
  7117. {
  7118. "minInclination": 0.0,
  7119. "maxInclination": 1.7
  7120. }
  7121. ]
  7122. },
  7123. 0.001
  7124. ],
  7125. [
  7126. {
  7127. "type": "DOUBLE_PLANT",
  7128. "data": 4,
  7129. "inclinationsConditions": [
  7130. {
  7131. "minInclination": 0.0,
  7132. "maxInclination": 1.7
  7133. }
  7134. ]
  7135. },
  7136. 0.001
  7137. ],
  7138. [
  7139. {
  7140. "type": "DOUBLE_PLANT",
  7141. "data": 5,
  7142. "inclinationsConditions": [
  7143. {
  7144. "minInclination": 0.0,
  7145. "maxInclination": 1.7
  7146. }
  7147. ]
  7148. },
  7149. 0.001
  7150. ],
  7151. [
  7152. {
  7153. "type": "RED_ROSE",
  7154. "data": 0,
  7155. "inclinationsConditions": [
  7156. {
  7157. "minInclination": 0.0,
  7158. "maxInclination": 1.7
  7159. }
  7160. ]
  7161. },
  7162. 0.001
  7163. ],
  7164. [
  7165. {
  7166. "type": "YELLOW_FLOWER",
  7167. "data": 0,
  7168. "inclinationsConditions": [
  7169. {
  7170. "minInclination": 0.0,
  7171. "maxInclination": 1.7
  7172. }
  7173. ]
  7174. },
  7175. 0.001
  7176. ],
  7177. [
  7178. {
  7179. "type": "RED_ROSE",
  7180. "data": 1,
  7181. "inclinationsConditions": [
  7182. {
  7183. "minInclination": 0.0,
  7184. "maxInclination": 1.7
  7185. }
  7186. ]
  7187. },
  7188. 0.001
  7189. ],
  7190. [
  7191. {
  7192. "type": "RED_ROSE",
  7193. "data": 2,
  7194. "inclinationsConditions": [
  7195. {
  7196. "minInclination": 0.0,
  7197. "maxInclination": 1.7
  7198. }
  7199. ]
  7200. },
  7201. 0.001
  7202. ],
  7203. [
  7204. {
  7205. "type": "RED_ROSE",
  7206. "data": 3,
  7207. "inclinationsConditions": [
  7208. {
  7209. "minInclination": 0.0,
  7210. "maxInclination": 1.7
  7211. }
  7212. ]
  7213. },
  7214. 0.001
  7215. ],
  7216. [
  7217. {
  7218. "type": "RED_ROSE",
  7219. "data": 4,
  7220. "inclinationsConditions": [
  7221. {
  7222. "minInclination": 0.0,
  7223. "maxInclination": 1.7
  7224. }
  7225. ]
  7226. },
  7227. 0.001
  7228. ],
  7229. [
  7230. {
  7231. "type": "RED_ROSE",
  7232. "data": 5,
  7233. "inclinationsConditions": [
  7234. {
  7235. "minInclination": 0.0,
  7236. "maxInclination": 1.7
  7237. }
  7238. ]
  7239. },
  7240. 0.001
  7241. ],
  7242. [
  7243. {
  7244. "type": "RED_ROSE",
  7245. "data": 6,
  7246. "inclinationsConditions": [
  7247. {
  7248. "minInclination": 0.0,
  7249. "maxInclination": 1.7
  7250. }
  7251. ]
  7252. },
  7253. 0.001
  7254. ],
  7255. [
  7256. {
  7257. "type": "RED_ROSE",
  7258. "data": 7,
  7259. "inclinationsConditions": [
  7260. {
  7261. "minInclination": 0.0,
  7262. "maxInclination": 1.7
  7263. }
  7264. ]
  7265. },
  7266. 0.001
  7267. ],
  7268. [
  7269. {
  7270. "type": "RED_ROSE",
  7271. "data": 8,
  7272. "inclinationsConditions": [
  7273. {
  7274. "minInclination": 0.0,
  7275. "maxInclination": 1.7
  7276. }
  7277. ]
  7278. },
  7279. 0.001
  7280. ]
  7281. ],
  7282. {},
  7283. [
  7284. [
  7285. {
  7286. "type": "DOUBLE_PLANT",
  7287. "data": 0
  7288. },
  7289. 0.001953125
  7290. ],
  7291. [
  7292. {
  7293. "type": "DOUBLE_PLANT",
  7294. "data": 1
  7295. },
  7296. 0.001953125
  7297. ],
  7298. [
  7299. {
  7300. "type": "DOUBLE_PLANT",
  7301. "data": 2
  7302. },
  7303. 0.001953125
  7304. ],
  7305. [
  7306. {
  7307. "type": "DOUBLE_PLANT",
  7308. "data": 3
  7309. },
  7310. 0.001953125
  7311. ],
  7312. [
  7313. {
  7314. "type": "DOUBLE_PLANT",
  7315. "data": 4
  7316. },
  7317. 0.001953125
  7318. ],
  7319. [
  7320. {
  7321. "type": "RED_ROSE",
  7322. "data": 0
  7323. },
  7324. 0.001953125
  7325. ],
  7326. [
  7327. {
  7328. "type": "RED_ROSE",
  7329. "data": 1
  7330. },
  7331. 0.001953125
  7332. ],
  7333. [
  7334. {
  7335. "type": "RED_ROSE",
  7336. "data": 2
  7337. },
  7338. 0.001953125
  7339. ],
  7340. [
  7341. {
  7342. "type": "RED_ROSE",
  7343. "data": 3
  7344. },
  7345. 0.001953125
  7346. ],
  7347. [
  7348. {
  7349. "type": "RED_ROSE",
  7350. "data": 4
  7351. },
  7352. 0.001953125
  7353. ],
  7354. [
  7355. {
  7356. "type": "RED_ROSE",
  7357. "data": 5
  7358. },
  7359. 0.001953125
  7360. ],
  7361. [
  7362. {
  7363. "type": "RED_ROSE",
  7364. "data": 6
  7365. },
  7366. 0.001953125
  7367. ],
  7368. [
  7369. {
  7370. "type": "RED_ROSE",
  7371. "data": 7
  7372. },
  7373. 0.001953125
  7374. ],
  7375. [
  7376. {
  7377. "type": "RED_ROSE",
  7378. "data": 8
  7379. },
  7380. 0.001953125
  7381. ]
  7382. ]
  7383. ],
  7384. "riverBlocks": []
  7385. },
  7386. "customTrees": [],
  7387. "customStructures": [],
  7388. "maxEWGObjectsPerChunk": 4,
  7389. "xNoiseModifier": 1.2,
  7390. "yNoiseModifier": 0.8,
  7391. "zNoiseModifier": 1.2,
  7392. "lakeDepth": 0.0,
  7393. "baseHeight": 60,
  7394. "nativeBiomes": [
  7395. {
  7396. "nativeBiome": "PLAINS",
  7397. "chance": 0.8
  7398. },
  7399. {
  7400. "nativeBiome": "SAVANNA",
  7401. "chance": 0.2
  7402. }
  7403. ],
  7404. "entitySettings": {},
  7405. "groundMaterials": [
  7406. {
  7407. "material": "STONE",
  7408. "data": 0,
  7409. "chance": 1.0
  7410. }
  7411. ]
  7412. },
  7413. "Pine Forest": {
  7414. "enabled": true,
  7415. "biomeType": "FOREST",
  7416. "useDungeons": true,
  7417. "dungeonChance": 8,
  7418. "useMineShafts": true,
  7419. "useStrongholds": true,
  7420. "useVillages": true,
  7421. "useTemples": false,
  7422. "useNetherFortress": false,
  7423. "useCaves": true,
  7424. "useMonuments": true,
  7425. "useRavines": true,
  7426. "useWitchHuts": false,
  7427. "usePyramids": false,
  7428. "useJungleTemples": false,
  7429. "useIgloos": false,
  7430. "useFossils": false,
  7431. "useWaterLakes": true,
  7432. "useLavaLakes": false,
  7433. "useRivers": false,
  7434. "useNativePainting": false,
  7435. "useNativeStructure": false,
  7436. "fossilChance": 64,
  7437. "lavaLakeChance": 70,
  7438. "waterLakeChance": 4,
  7439. "ores": [
  7440. {
  7441. "type": "DIRT",
  7442. "data": 0,
  7443. "size": 33,
  7444. "count": 10,
  7445. "minHeight": 0,
  7446. "maxHeight": 256
  7447. },
  7448. {
  7449. "type": "GRAVEL",
  7450. "data": 0,
  7451. "size": 33,
  7452. "count": 8,
  7453. "minHeight": 0,
  7454. "maxHeight": 256
  7455. },
  7456. {
  7457. "type": "STONE",
  7458. "data": 1,
  7459. "size": 33,
  7460. "count": 10,
  7461. "minHeight": 0,
  7462. "maxHeight": 80
  7463. },
  7464. {
  7465. "type": "STONE",
  7466. "data": 3,
  7467. "size": 33,
  7468. "count": 10,
  7469. "minHeight": 0,
  7470. "maxHeight": 80
  7471. },
  7472. {
  7473. "type": "STONE",
  7474. "data": 5,
  7475. "size": 33,
  7476. "count": 10,
  7477. "minHeight": 0,
  7478. "maxHeight": 80
  7479. },
  7480. {
  7481. "type": "COAL_ORE",
  7482. "data": 0,
  7483. "size": 17,
  7484. "count": 20,
  7485. "minHeight": 0,
  7486. "maxHeight": 128
  7487. },
  7488. {
  7489. "type": "IRON_ORE",
  7490. "data": 0,
  7491. "size": 9,
  7492. "count": 20,
  7493. "minHeight": 0,
  7494. "maxHeight": 64
  7495. },
  7496. {
  7497. "type": "GOLD_ORE",
  7498. "data": 0,
  7499. "size": 9,
  7500. "count": 2,
  7501. "minHeight": 0,
  7502. "maxHeight": 32
  7503. },
  7504. {
  7505. "type": "REDSTONE_ORE",
  7506. "data": 0,
  7507. "size": 8,
  7508. "count": 8,
  7509. "minHeight": 0,
  7510. "maxHeight": 16
  7511. },
  7512. {
  7513. "type": "DIAMOND_ORE",
  7514. "data": 0,
  7515. "size": 8,
  7516. "count": 1,
  7517. "minHeight": 0,
  7518. "maxHeight": 16
  7519. },
  7520. {
  7521. "type": "LAPIS_ORE",
  7522. "data": 0,
  7523. "size": 7,
  7524. "count": 1,
  7525. "minHeight": 0,
  7526. "maxHeight": 32
  7527. },
  7528. {
  7529. "type": "EMERALD_ORE",
  7530. "data": 0,
  7531. "size": 4,
  7532. "count": 2,
  7533. "minHeight": 4,
  7534. "maxHeight": 32
  7535. }
  7536. ],
  7537. "terrainSettings": {
  7538. "subTerrains": [
  7539. {
  7540. "provider": "EWG",
  7541. "name": "Pine Forest",
  7542. "xModifier": 1.0,
  7543. "yModifer": 1.0,
  7544. "zModifer": 1.0,
  7545. "yOffset": 0
  7546. }
  7547. ]
  7548. },
  7549. "overlaySettings": {
  7550. "spawnLillypads": false,
  7551. "spawnCactus": false,
  7552. "spawnSnowLayers": false,
  7553. "spawnIceOnWater": false,
  7554. "minRiver": 2.0,
  7555. "groundDepth": 4,
  7556. "surfaceDepth": 1,
  7557. "surfaceBlocks": [
  7558. [
  7559. [
  7560. {
  7561. "type": "STAINED_CLAY",
  7562. "data": 9,
  7563. "inclinationsConditions": [
  7564. {
  7565. "minInclination": 2.3,
  7566. "maxInclination": 99.0
  7567. }
  7568. ]
  7569. },
  7570. 1.0
  7571. ]
  7572. ],
  7573. [
  7574. [
  7575. {
  7576. "type": "STONE",
  7577. "data": 0,
  7578. "inclinationsConditions": [
  7579. {
  7580. "minInclination": 1.3,
  7581. "maxInclination": 1.7
  7582. }
  7583. ]
  7584. },
  7585. 0.4
  7586. ],
  7587. [
  7588. {
  7589. "type": "COBBLESTONE",
  7590. "data": 0,
  7591. "inclinationsConditions": [
  7592. {
  7593. "minInclination": 1.3,
  7594. "maxInclination": 1.7
  7595. }
  7596. ]
  7597. },
  7598. 0.3
  7599. ],
  7600. [
  7601. {
  7602. "type": "STONE",
  7603. "data": 5,
  7604. "inclinationsConditions": [
  7605. {
  7606. "minInclination": 1.3,
  7607. "maxInclination": 1.7
  7608. }
  7609. ]
  7610. },
  7611. 0.3
  7612. ]
  7613. ],
  7614. [
  7615. [
  7616. {
  7617. "type": "GRASS",
  7618. "data": 0
  7619. },
  7620. 1.0
  7621. ]
  7622. ]
  7623. ],
  7624. "oceanBlocks": [],
  7625. "groundBlocks": [
  7626. [
  7627. [
  7628. {
  7629. "type": "STAINED_CLAY",
  7630. "data": 9,
  7631. "inclinationsConditions": [
  7632. {
  7633. "minInclination": 2.3,
  7634. "maxInclination": 99.0
  7635. }
  7636. ]
  7637. },
  7638. 1.0
  7639. ]
  7640. ],
  7641. [
  7642. [
  7643. {
  7644. "type": "STONE",
  7645. "data": 0,
  7646. "inclinationsConditions": [
  7647. {
  7648. "minInclination": 1.3,
  7649. "maxInclination": 1.7
  7650. }
  7651. ]
  7652. },
  7653. 0.4
  7654. ],
  7655. [
  7656. {
  7657. "type": "COBBLESTONE",
  7658. "data": 0,
  7659. "inclinationsConditions": [
  7660. {
  7661. "minInclination": 1.3,
  7662. "maxInclination": 1.7
  7663. }
  7664. ]
  7665. },
  7666. 0.3
  7667. ],
  7668. [
  7669. {
  7670. "type": "STONE",
  7671. "data": 5,
  7672. "inclinationsConditions": [
  7673. {
  7674. "minInclination": 1.3,
  7675. "maxInclination": 1.7
  7676. }
  7677. ]
  7678. },
  7679. 0.3
  7680. ]
  7681. ],
  7682. [
  7683. [
  7684. {
  7685. "type": "DIRT",
  7686. "data": 0
  7687. },
  7688. 0.8
  7689. ],
  7690. [
  7691. {
  7692. "type": "COBBLESTONE",
  7693. "data": 0
  7694. },
  7695. 0.2
  7696. ]
  7697. ]
  7698. ],
  7699. "beachBlocks": [
  7700. [
  7701. [
  7702. {
  7703. "type": "SAND",
  7704. "data": 0,
  7705. "heightConditions": [
  7706. {
  7707. "minHeight": 0,
  7708. "maxHeight": 53
  7709. }
  7710. ]
  7711. },
  7712. 1.0
  7713. ]
  7714. ],
  7715. [
  7716. [
  7717. {
  7718. "type": "SAND",
  7719. "data": 0,
  7720. "inclinationsConditions": [
  7721. {
  7722. "minInclination": 0.0,
  7723. "maxInclination": 0.5
  7724. }
  7725. ]
  7726. },
  7727. 1.0
  7728. ]
  7729. ]
  7730. ],
  7731. "slabBlocks": [],
  7732. "stairBlocks": [],
  7733. "plantBlocks": [
  7734. {},
  7735. {},
  7736. [
  7737. [
  7738. {
  7739. "type": "SUGAR_CANE_BLOCK",
  7740. "data": 0,
  7741. "heightConditions": [
  7742. {
  7743. "minHeight": 54,
  7744. "maxHeight": 54
  7745. }
  7746. ]
  7747. },
  7748. 0.1
  7749. ],
  7750. [
  7751. {
  7752. "type": "LONG_GRASS",
  7753. "data": 1,
  7754. "inclinationsConditions": [
  7755. {
  7756. "minInclination": 0.0,
  7757. "maxInclination": 1.7
  7758. }
  7759. ]
  7760. },
  7761. 0.25
  7762. ],
  7763. [
  7764. {
  7765. "type": "DOUBLE_PLANT",
  7766. "data": 0,
  7767. "inclinationsConditions": [
  7768. {
  7769. "minInclination": 0.0,
  7770. "maxInclination": 1.7
  7771. }
  7772. ]
  7773. },
  7774. 0.001
  7775. ],
  7776. [
  7777. {
  7778. "type": "DOUBLE_PLANT",
  7779. "data": 1,
  7780. "inclinationsConditions": [
  7781. {
  7782. "minInclination": 0.0,
  7783. "maxInclination": 1.7
  7784. }
  7785. ]
  7786. },
  7787. 0.001
  7788. ],
  7789. [
  7790. {
  7791. "type": "DOUBLE_PLANT",
  7792. "data": 2,
  7793. "inclinationsConditions": [
  7794. {
  7795. "minInclination": 0.0,
  7796. "maxInclination": 1.7
  7797. }
  7798. ]
  7799. },
  7800. 0.001
  7801. ],
  7802. [
  7803. {
  7804. "type": "DOUBLE_PLANT",
  7805. "data": 3,
  7806. "inclinationsConditions": [
  7807. {
  7808. "minInclination": 0.0,
  7809. "maxInclination": 1.7
  7810. }
  7811. ]
  7812. },
  7813. 0.001
  7814. ],
  7815. [
  7816. {
  7817. "type": "DOUBLE_PLANT",
  7818. "data": 4,
  7819. "inclinationsConditions": [
  7820. {
  7821. "minInclination": 0.0,
  7822. "maxInclination": 1.7
  7823. }
  7824. ]
  7825. },
  7826. 0.001
  7827. ],
  7828. [
  7829. {
  7830. "type": "DOUBLE_PLANT",
  7831. "data": 5,
  7832. "inclinationsConditions": [
  7833. {
  7834. "minInclination": 0.0,
  7835. "maxInclination": 1.7
  7836. }
  7837. ]
  7838. },
  7839. 0.001
  7840. ],
  7841. [
  7842. {
  7843. "type": "RED_ROSE",
  7844. "data": 0,
  7845. "inclinationsConditions": [
  7846. {
  7847. "minInclination": 0.0,
  7848. "maxInclination": 1.7
  7849. }
  7850. ]
  7851. },
  7852. 0.001
  7853. ],
  7854. [
  7855. {
  7856. "type": "YELLOW_FLOWER",
  7857. "data": 0,
  7858. "inclinationsConditions": [
  7859. {
  7860. "minInclination": 0.0,
  7861. "maxInclination": 1.7
  7862. }
  7863. ]
  7864. },
  7865. 0.001
  7866. ],
  7867. [
  7868. {
  7869. "type": "RED_ROSE",
  7870. "data": 1,
  7871. "inclinationsConditions": [
  7872. {
  7873. "minInclination": 0.0,
  7874. "maxInclination": 1.7
  7875. }
  7876. ]
  7877. },
  7878. 0.001
  7879. ],
  7880. [
  7881. {
  7882. "type": "RED_ROSE",
  7883. "data": 2,
  7884. "inclinationsConditions": [
  7885. {
  7886. "minInclination": 0.0,
  7887. "maxInclination": 1.7
  7888. }
  7889. ]
  7890. },
  7891. 0.001
  7892. ],
  7893. [
  7894. {
  7895. "type": "RED_ROSE",
  7896. "data": 3,
  7897. "inclinationsConditions": [
  7898. {
  7899. "minInclination": 0.0,
  7900. "maxInclination": 1.7
  7901. }
  7902. ]
  7903. },
  7904. 0.001
  7905. ],
  7906. [
  7907. {
  7908. "type": "RED_ROSE",
  7909. "data": 4,
  7910. "inclinationsConditions": [
  7911. {
  7912. "minInclination": 0.0,
  7913. "maxInclination": 1.7
  7914. }
  7915. ]
  7916. },
  7917. 0.001
  7918. ],
  7919. [
  7920. {
  7921. "type": "RED_ROSE",
  7922. "data": 5,
  7923. "inclinationsConditions": [
  7924. {
  7925. "minInclination": 0.0,
  7926. "maxInclination": 1.7
  7927. }
  7928. ]
  7929. },
  7930. 0.001
  7931. ],
  7932. [
  7933. {
  7934. "type": "RED_ROSE",
  7935. "data": 6,
  7936. "inclinationsConditions": [
  7937. {
  7938. "minInclination": 0.0,
  7939. "maxInclination": 1.7
  7940. }
  7941. ]
  7942. },
  7943. 0.001
  7944. ],
  7945. [
  7946. {
  7947. "type": "RED_ROSE",
  7948. "data": 7,
  7949. "inclinationsConditions": [
  7950. {
  7951. "minInclination": 0.0,
  7952. "maxInclination": 1.7
  7953. }
  7954. ]
  7955. },
  7956. 0.001
  7957. ],
  7958. [
  7959. {
  7960. "type": "RED_ROSE",
  7961. "data": 8,
  7962. "inclinationsConditions": [
  7963. {
  7964. "minInclination": 0.0,
  7965. "maxInclination": 1.7
  7966. }
  7967. ]
  7968. },
  7969. 0.001
  7970. ]
  7971. ]
  7972. ],
  7973. "riverBlocks": [
  7974. [
  7975. [
  7976. {
  7977. "type": "SAND",
  7978. "data": 0
  7979. },
  7980. 1.0
  7981. ]
  7982. ]
  7983. ],
  7984. "leavesBlock": {
  7985. "type": "LEAVES",
  7986. "data": 1,
  7987. "inclinationsConditions": [
  7988. {
  7989. "minInclination": 0.5,
  7990. "maxInclination": 0.6000000238418579
  7991. }
  7992. ]
  7993. }
  7994. },
  7995. "customTrees": [
  7996. {
  7997. "name": "TREES_pine_medium",
  7998. "density": 0.002,
  7999. "size": "MEDIUM",
  8000. "type": "TREES",
  8001. "blocksRequiredUnderneath": [
  8002. "GRASS"
  8003. ],
  8004. "blacklistedDecoBlocks": [],
  8005. "spawnOnGround": true,
  8006. "overrideExsistingBlocks": false,
  8007. "allowRotation": true,
  8008. "applyPhysics": false,
  8009. "applyAir": false,
  8010. "fixFlyingRoots": true,
  8011. "replaceAir": true,
  8012. "minY": 62,
  8013. "maxY": 85,
  8014. "maxSlope": 0.7,
  8015. "minSlope": 0.0,
  8016. "snapToXGrid": -1,
  8017. "snapToYGrid": -1,
  8018. "gridXOffset": 0,
  8019. "gridYOffset": 0,
  8020. "anchorYOffset": 0
  8021. },
  8022. {
  8023. "name": "TREES_pine_normal",
  8024. "density": 0.002,
  8025. "size": "MEDIUM",
  8026. "type": "TREES",
  8027. "blocksRequiredUnderneath": [
  8028. "GRASS"
  8029. ],
  8030. "blacklistedDecoBlocks": [],
  8031. "spawnOnGround": true,
  8032. "overrideExsistingBlocks": false,
  8033. "allowRotation": true,
  8034. "applyPhysics": false,
  8035. "applyAir": false,
  8036. "fixFlyingRoots": true,
  8037. "replaceAir": true,
  8038. "minY": 62,
  8039. "maxY": 85,
  8040. "maxSlope": 0.7,
  8041. "minSlope": 0.0,
  8042. "snapToXGrid": -1,
  8043. "snapToYGrid": -1,
  8044. "gridXOffset": 0,
  8045. "gridYOffset": 0,
  8046. "anchorYOffset": 0
  8047. },
  8048. {
  8049. "name": "TREES_pine_normal_2",
  8050. "density": 0.002,
  8051. "size": "MEDIUM",
  8052. "type": "TREES",
  8053. "blocksRequiredUnderneath": [
  8054. "GRASS"
  8055. ],
  8056. "blacklistedDecoBlocks": [],
  8057. "spawnOnGround": true,
  8058. "overrideExsistingBlocks": false,
  8059. "allowRotation": true,
  8060. "applyPhysics": false,
  8061. "applyAir": false,
  8062. "fixFlyingRoots": true,
  8063. "replaceAir": true,
  8064. "minY": 62,
  8065. "maxY": 85,
  8066. "maxSlope": 0.7,
  8067. "minSlope": 0.0,
  8068. "snapToXGrid": -1,
  8069. "snapToYGrid": -1,
  8070. "gridXOffset": 0,
  8071. "gridYOffset": 0,
  8072. "anchorYOffset": 0
  8073. },
  8074. {
  8075. "name": "TREES_pine_small",
  8076. "density": 0.002,
  8077. "size": "MEDIUM",
  8078. "type": "TREES",
  8079. "blocksRequiredUnderneath": [
  8080. "GRASS"
  8081. ],
  8082. "blacklistedDecoBlocks": [],
  8083. "spawnOnGround": true,
  8084. "overrideExsistingBlocks": false,
  8085. "allowRotation": true,
  8086. "applyPhysics": false,
  8087. "applyAir": false,
  8088. "fixFlyingRoots": true,
  8089. "replaceAir": true,
  8090. "minY": 62,
  8091. "maxY": 85,
  8092. "maxSlope": 0.7,
  8093. "minSlope": 0.0,
  8094. "snapToXGrid": -1,
  8095. "snapToYGrid": -1,
  8096. "gridXOffset": 0,
  8097. "gridYOffset": 0,
  8098. "anchorYOffset": 0
  8099. },
  8100. {
  8101. "name": "TREES_pine_small_2",
  8102. "density": 0.002,
  8103. "size": "MEDIUM",
  8104. "type": "TREES",
  8105. "blocksRequiredUnderneath": [
  8106. "GRASS"
  8107. ],
  8108. "blacklistedDecoBlocks": [],
  8109. "spawnOnGround": true,
  8110. "overrideExsistingBlocks": false,
  8111. "allowRotation": true,
  8112. "applyPhysics": false,
  8113. "applyAir": false,
  8114. "fixFlyingRoots": true,
  8115. "replaceAir": true,
  8116. "minY": 62,
  8117. "maxY": 85,
  8118. "maxSlope": 0.7,
  8119. "minSlope": 0.0,
  8120. "snapToXGrid": -1,
  8121. "snapToYGrid": -1,
  8122. "gridXOffset": 0,
  8123. "gridYOffset": 0,
  8124. "anchorYOffset": 0
  8125. },
  8126. {
  8127. "name": "TREES_pine_small_3",
  8128. "density": 0.002,
  8129. "size": "MEDIUM",
  8130. "type": "TREES",
  8131. "blocksRequiredUnderneath": [
  8132. "GRASS"
  8133. ],
  8134. "blacklistedDecoBlocks": [],
  8135. "spawnOnGround": true,
  8136. "overrideExsistingBlocks": false,
  8137. "allowRotation": true,
  8138. "applyPhysics": false,
  8139. "applyAir": false,
  8140. "fixFlyingRoots": true,
  8141. "replaceAir": true,
  8142. "minY": 62,
  8143. "maxY": 85,
  8144. "maxSlope": 0.7,
  8145. "minSlope": 0.0,
  8146. "snapToXGrid": -1,
  8147. "snapToYGrid": -1,
  8148. "gridXOffset": 0,
  8149. "gridYOffset": 0,
  8150. "anchorYOffset": 0
  8151. },
  8152. {
  8153. "name": "TREES_pine_tiny",
  8154. "density": 0.002,
  8155. "size": "MEDIUM",
  8156. "type": "TREES",
  8157. "blocksRequiredUnderneath": [
  8158. "GRASS"
  8159. ],
  8160. "blacklistedDecoBlocks": [],
  8161. "spawnOnGround": true,
  8162. "overrideExsistingBlocks": false,
  8163. "allowRotation": true,
  8164. "applyPhysics": false,
  8165. "applyAir": false,
  8166. "fixFlyingRoots": true,
  8167. "replaceAir": true,
  8168. "minY": 62,
  8169. "maxY": 85,
  8170. "maxSlope": 0.7,
  8171. "minSlope": 0.0,
  8172. "snapToXGrid": -1,
  8173. "snapToYGrid": -1,
  8174. "gridXOffset": 0,
  8175. "gridYOffset": 0,
  8176. "anchorYOffset": 0
  8177. },
  8178. {
  8179. "name": "TREES_pine_tiny_2",
  8180. "density": 0.002,
  8181. "size": "MEDIUM",
  8182. "type": "TREES",
  8183. "blocksRequiredUnderneath": [
  8184. "GRASS"
  8185. ],
  8186. "blacklistedDecoBlocks": [],
  8187. "spawnOnGround": true,
  8188. "overrideExsistingBlocks": false,
  8189. "allowRotation": true,
  8190. "applyPhysics": false,
  8191. "applyAir": false,
  8192. "fixFlyingRoots": true,
  8193. "replaceAir": true,
  8194. "minY": 62,
  8195. "maxY": 85,
  8196. "maxSlope": 0.7,
  8197. "minSlope": 0.0,
  8198. "snapToXGrid": -1,
  8199. "snapToYGrid": -1,
  8200. "gridXOffset": 0,
  8201. "gridYOffset": 0,
  8202. "anchorYOffset": 0
  8203. }
  8204. ],
  8205. "customStructures": [],
  8206. "maxEWGObjectsPerChunk": 4,
  8207. "xNoiseModifier": 1.2,
  8208. "yNoiseModifier": 0.7,
  8209. "zNoiseModifier": 1.2,
  8210. "lakeDepth": 50.0,
  8211. "baseHeight": 67,
  8212. "nativeBiomes": [
  8213. {
  8214. "nativeBiome": "BIRCH_FOREST_HILLS",
  8215. "chance": 1.0
  8216. }
  8217. ],
  8218. "entitySettings": {},
  8219. "groundMaterials": [
  8220. {
  8221. "material": "STONE",
  8222. "data": 0,
  8223. "chance": 1.0
  8224. }
  8225. ]
  8226. },
  8227. "Pine Forest 2": {
  8228. "enabled": true,
  8229. "biomeType": "FOREST",
  8230. "useDungeons": true,
  8231. "dungeonChance": 8,
  8232. "useMineShafts": true,
  8233. "useStrongholds": true,
  8234. "useVillages": true,
  8235. "useTemples": false,
  8236. "useNetherFortress": false,
  8237. "useCaves": true,
  8238. "useMonuments": false,
  8239. "useRavines": true,
  8240. "useWitchHuts": false,
  8241. "usePyramids": false,
  8242. "useJungleTemples": false,
  8243. "useIgloos": false,
  8244. "useFossils": false,
  8245. "useWaterLakes": true,
  8246. "useLavaLakes": false,
  8247. "useRivers": false,
  8248. "useNativePainting": false,
  8249. "useNativeStructure": false,
  8250. "fossilChance": 64,
  8251. "lavaLakeChance": 70,
  8252. "waterLakeChance": 4,
  8253. "ores": [
  8254. {
  8255. "type": "DIRT",
  8256. "data": 0,
  8257. "size": 33,
  8258. "count": 10,
  8259. "minHeight": 0,
  8260. "maxHeight": 256
  8261. },
  8262. {
  8263. "type": "GRAVEL",
  8264. "data": 0,
  8265. "size": 33,
  8266. "count": 8,
  8267. "minHeight": 0,
  8268. "maxHeight": 256
  8269. },
  8270. {
  8271. "type": "STONE",
  8272. "data": 1,
  8273. "size": 33,
  8274. "count": 10,
  8275. "minHeight": 0,
  8276. "maxHeight": 80
  8277. },
  8278. {
  8279. "type": "STONE",
  8280. "data": 3,
  8281. "size": 33,
  8282. "count": 10,
  8283. "minHeight": 0,
  8284. "maxHeight": 80
  8285. },
  8286. {
  8287. "type": "STONE",
  8288. "data": 5,
  8289. "size": 33,
  8290. "count": 10,
  8291. "minHeight": 0,
  8292. "maxHeight": 80
  8293. },
  8294. {
  8295. "type": "COAL_ORE",
  8296. "data": 0,
  8297. "size": 17,
  8298. "count": 20,
  8299. "minHeight": 0,
  8300. "maxHeight": 128
  8301. },
  8302. {
  8303. "type": "IRON_ORE",
  8304. "data": 0,
  8305. "size": 9,
  8306. "count": 20,
  8307. "minHeight": 0,
  8308. "maxHeight": 64
  8309. },
  8310. {
  8311. "type": "GOLD_ORE",
  8312. "data": 0,
  8313. "size": 9,
  8314. "count": 2,
  8315. "minHeight": 0,
  8316. "maxHeight": 32
  8317. },
  8318. {
  8319. "type": "REDSTONE_ORE",
  8320. "data": 0,
  8321. "size": 8,
  8322. "count": 8,
  8323. "minHeight": 0,
  8324. "maxHeight": 16
  8325. },
  8326. {
  8327. "type": "DIAMOND_ORE",
  8328. "data": 0,
  8329. "size": 8,
  8330. "count": 1,
  8331. "minHeight": 0,
  8332. "maxHeight": 16
  8333. },
  8334. {
  8335. "type": "LAPIS_ORE",
  8336. "data": 0,
  8337. "size": 7,
  8338. "count": 1,
  8339. "minHeight": 0,
  8340. "maxHeight": 32
  8341. },
  8342. {
  8343. "type": "EMERALD_ORE",
  8344. "data": 0,
  8345. "size": 4,
  8346. "count": 2,
  8347. "minHeight": 4,
  8348. "maxHeight": 32
  8349. }
  8350. ],
  8351. "terrainSettings": {
  8352. "subTerrains": [
  8353. {
  8354. "provider": "EWG",
  8355. "name": "Pine Forest 2",
  8356. "xModifier": 1.0,
  8357. "yModifer": 1.0,
  8358. "zModifer": 1.0,
  8359. "yOffset": 0
  8360. }
  8361. ]
  8362. },
  8363. "overlaySettings": {
  8364. "spawnLillypads": false,
  8365. "spawnCactus": false,
  8366. "spawnSnowLayers": false,
  8367. "spawnIceOnWater": false,
  8368. "minRiver": 2.0,
  8369. "groundDepth": 4,
  8370. "surfaceDepth": 1,
  8371. "surfaceBlocks": [
  8372. [
  8373. [
  8374. {
  8375. "type": "STAINED_CLAY",
  8376. "data": 9,
  8377. "inclinationsConditions": [
  8378. {
  8379. "minInclination": 2.3,
  8380. "maxInclination": 99.0
  8381. }
  8382. ]
  8383. },
  8384. 1.0
  8385. ]
  8386. ],
  8387. [
  8388. [
  8389. {
  8390. "type": "STONE",
  8391. "data": 0,
  8392. "inclinationsConditions": [
  8393. {
  8394. "minInclination": 1.3,
  8395. "maxInclination": 1.7
  8396. }
  8397. ]
  8398. },
  8399. 0.4
  8400. ],
  8401. [
  8402. {
  8403. "type": "COBBLESTONE",
  8404. "data": 0,
  8405. "inclinationsConditions": [
  8406. {
  8407. "minInclination": 1.3,
  8408. "maxInclination": 1.7
  8409. }
  8410. ]
  8411. },
  8412. 0.3
  8413. ],
  8414. [
  8415. {
  8416. "type": "STONE",
  8417. "data": 5,
  8418. "inclinationsConditions": [
  8419. {
  8420. "minInclination": 1.3,
  8421. "maxInclination": 1.7
  8422. }
  8423. ]
  8424. },
  8425. 0.3
  8426. ]
  8427. ],
  8428. [
  8429. [
  8430. {
  8431. "type": "GRASS",
  8432. "data": 0
  8433. },
  8434. 1.0
  8435. ]
  8436. ]
  8437. ],
  8438. "oceanBlocks": [],
  8439. "groundBlocks": [
  8440. [
  8441. [
  8442. {
  8443. "type": "STAINED_CLAY",
  8444. "data": 9,
  8445. "inclinationsConditions": [
  8446. {
  8447. "minInclination": 2.3,
  8448. "maxInclination": 99.0
  8449. }
  8450. ]
  8451. },
  8452. 1.0
  8453. ]
  8454. ],
  8455. [
  8456. [
  8457. {
  8458. "type": "STONE",
  8459. "data": 0,
  8460. "inclinationsConditions": [
  8461. {
  8462. "minInclination": 1.3,
  8463. "maxInclination": 1.7
  8464. }
  8465. ]
  8466. },
  8467. 0.4
  8468. ],
  8469. [
  8470. {
  8471. "type": "COBBLESTONE",
  8472. "data": 0,
  8473. "inclinationsConditions": [
  8474. {
  8475. "minInclination": 1.3,
  8476. "maxInclination": 1.7
  8477. }
  8478. ]
  8479. },
  8480. 0.3
  8481. ],
  8482. [
  8483. {
  8484. "type": "STONE",
  8485. "data": 5,
  8486. "inclinationsConditions": [
  8487. {
  8488. "minInclination": 1.3,
  8489. "maxInclination": 1.7
  8490. }
  8491. ]
  8492. },
  8493. 0.3
  8494. ]
  8495. ],
  8496. [
  8497. [
  8498. {
  8499. "type": "DIRT",
  8500. "data": 0
  8501. },
  8502. 0.8
  8503. ],
  8504. [
  8505. {
  8506. "type": "COBBLESTONE",
  8507. "data": 0
  8508. },
  8509. 0.2
  8510. ]
  8511. ]
  8512. ],
  8513. "beachBlocks": [
  8514. [
  8515. [
  8516. {
  8517. "type": "DIRT",
  8518. "data": 0,
  8519. "heightConditions": [
  8520. {
  8521. "minHeight": 0,
  8522. "maxHeight": 53
  8523. }
  8524. ]
  8525. },
  8526. 1.0
  8527. ]
  8528. ],
  8529. [
  8530. [
  8531. {
  8532. "type": "SAND",
  8533. "data": 0,
  8534. "inclinationsConditions": [
  8535. {
  8536. "minInclination": 0.0,
  8537. "maxInclination": 0.5
  8538. }
  8539. ]
  8540. },
  8541. 1.0
  8542. ]
  8543. ]
  8544. ],
  8545. "slabBlocks": [],
  8546. "stairBlocks": [],
  8547. "plantBlocks": [
  8548. {},
  8549. {},
  8550. [
  8551. [
  8552. {
  8553. "type": "SUGAR_CANE_BLOCK",
  8554. "data": 0,
  8555. "heightConditions": [
  8556. {
  8557. "minHeight": 54,
  8558. "maxHeight": 54
  8559. }
  8560. ]
  8561. },
  8562. 0.1
  8563. ],
  8564. [
  8565. {
  8566. "type": "LONG_GRASS",
  8567. "data": 1,
  8568. "inclinationsConditions": [
  8569. {
  8570. "minInclination": 0.0,
  8571. "maxInclination": 1.7
  8572. }
  8573. ]
  8574. },
  8575. 0.25
  8576. ],
  8577. [
  8578. {
  8579. "type": "DOUBLE_PLANT",
  8580. "data": 0,
  8581. "inclinationsConditions": [
  8582. {
  8583. "minInclination": 0.0,
  8584. "maxInclination": 1.7
  8585. }
  8586. ]
  8587. },
  8588. 0.001
  8589. ],
  8590. [
  8591. {
  8592. "type": "DOUBLE_PLANT",
  8593. "data": 1,
  8594. "inclinationsConditions": [
  8595. {
  8596. "minInclination": 0.0,
  8597. "maxInclination": 1.7
  8598. }
  8599. ]
  8600. },
  8601. 0.001
  8602. ],
  8603. [
  8604. {
  8605. "type": "DOUBLE_PLANT",
  8606. "data": 2,
  8607. "inclinationsConditions": [
  8608. {
  8609. "minInclination": 0.0,
  8610. "maxInclination": 1.7
  8611. }
  8612. ]
  8613. },
  8614. 0.001
  8615. ],
  8616. [
  8617. {
  8618. "type": "DOUBLE_PLANT",
  8619. "data": 3,
  8620. "inclinationsConditions": [
  8621. {
  8622. "minInclination": 0.0,
  8623. "maxInclination": 1.7
  8624. }
  8625. ]
  8626. },
  8627. 0.001
  8628. ],
  8629. [
  8630. {
  8631. "type": "DOUBLE_PLANT",
  8632. "data": 4,
  8633. "inclinationsConditions": [
  8634. {
  8635. "minInclination": 0.0,
  8636. "maxInclination": 1.7
  8637. }
  8638. ]
  8639. },
  8640. 0.001
  8641. ],
  8642. [
  8643. {
  8644. "type": "DOUBLE_PLANT",
  8645. "data": 5,
  8646. "inclinationsConditions": [
  8647. {
  8648. "minInclination": 0.0,
  8649. "maxInclination": 1.7
  8650. }
  8651. ]
  8652. },
  8653. 0.001
  8654. ],
  8655. [
  8656. {
  8657. "type": "RED_ROSE",
  8658. "data": 0,
  8659. "inclinationsConditions": [
  8660. {
  8661. "minInclination": 0.0,
  8662. "maxInclination": 1.7
  8663. }
  8664. ]
  8665. },
  8666. 0.001
  8667. ],
  8668. [
  8669. {
  8670. "type": "YELLOW_FLOWER",
  8671. "data": 0,
  8672. "inclinationsConditions": [
  8673. {
  8674. "minInclination": 0.0,
  8675. "maxInclination": 1.7
  8676. }
  8677. ]
  8678. },
  8679. 0.001
  8680. ],
  8681. [
  8682. {
  8683. "type": "RED_ROSE",
  8684. "data": 1,
  8685. "inclinationsConditions": [
  8686. {
  8687. "minInclination": 0.0,
  8688. "maxInclination": 1.7
  8689. }
  8690. ]
  8691. },
  8692. 0.001
  8693. ],
  8694. [
  8695. {
  8696. "type": "RED_ROSE",
  8697. "data": 2,
  8698. "inclinationsConditions": [
  8699. {
  8700. "minInclination": 0.0,
  8701. "maxInclination": 1.7
  8702. }
  8703. ]
  8704. },
  8705. 0.001
  8706. ],
  8707. [
  8708. {
  8709. "type": "RED_ROSE",
  8710. "data": 3,
  8711. "inclinationsConditions": [
  8712. {
  8713. "minInclination": 0.0,
  8714. "maxInclination": 1.7
  8715. }
  8716. ]
  8717. },
  8718. 0.001
  8719. ],
  8720. [
  8721. {
  8722. "type": "RED_ROSE",
  8723. "data": 4,
  8724. "inclinationsConditions": [
  8725. {
  8726. "minInclination": 0.0,
  8727. "maxInclination": 1.7
  8728. }
  8729. ]
  8730. },
  8731. 0.001
  8732. ],
  8733. [
  8734. {
  8735. "type": "RED_ROSE",
  8736. "data": 5,
  8737. "inclinationsConditions": [
  8738. {
  8739. "minInclination": 0.0,
  8740. "maxInclination": 1.7
  8741. }
  8742. ]
  8743. },
  8744. 0.001
  8745. ],
  8746. [
  8747. {
  8748. "type": "RED_ROSE",
  8749. "data": 6,
  8750. "inclinationsConditions": [
  8751. {
  8752. "minInclination": 0.0,
  8753. "maxInclination": 1.7
  8754. }
  8755. ]
  8756. },
  8757. 0.001
  8758. ],
  8759. [
  8760. {
  8761. "type": "RED_ROSE",
  8762. "data": 7,
  8763. "inclinationsConditions": [
  8764. {
  8765. "minInclination": 0.0,
  8766. "maxInclination": 1.7
  8767. }
  8768. ]
  8769. },
  8770. 0.001
  8771. ],
  8772. [
  8773. {
  8774. "type": "RED_ROSE",
  8775. "data": 8,
  8776. "inclinationsConditions": [
  8777. {
  8778. "minInclination": 0.0,
  8779. "maxInclination": 1.7
  8780. }
  8781. ]
  8782. },
  8783. 0.001
  8784. ]
  8785. ]
  8786. ],
  8787. "riverBlocks": [
  8788. [
  8789. [
  8790. {
  8791. "type": "SAND",
  8792. "data": 0
  8793. },
  8794. 1.0
  8795. ]
  8796. ]
  8797. ],
  8798. "leavesBlock": {
  8799. "type": "LEAVES",
  8800. "data": 0,
  8801. "inclinationsConditions": [
  8802. {
  8803. "minInclination": 0.44999998807907104,
  8804. "maxInclination": 0.6000000238418579
  8805. }
  8806. ]
  8807. }
  8808. },
  8809. "customTrees": [
  8810. {
  8811. "name": "TREES_pine_medium",
  8812. "density": 0.002,
  8813. "size": "MEDIUM",
  8814. "type": "TREES",
  8815. "blocksRequiredUnderneath": [
  8816. "GRASS"
  8817. ],
  8818. "blacklistedDecoBlocks": [],
  8819. "spawnOnGround": true,
  8820. "overrideExsistingBlocks": false,
  8821. "allowRotation": true,
  8822. "applyPhysics": false,
  8823. "applyAir": false,
  8824. "fixFlyingRoots": true,
  8825. "replaceAir": true,
  8826. "minY": 62,
  8827. "maxY": 85,
  8828. "maxSlope": 0.7,
  8829. "minSlope": 0.0,
  8830. "snapToXGrid": -1,
  8831. "snapToYGrid": -1,
  8832. "gridXOffset": 0,
  8833. "gridYOffset": 0,
  8834. "anchorYOffset": 0
  8835. },
  8836. {
  8837. "name": "TREES_pine_normal",
  8838. "density": 0.002,
  8839. "size": "MEDIUM",
  8840. "type": "TREES",
  8841. "blocksRequiredUnderneath": [
  8842. "GRASS"
  8843. ],
  8844. "blacklistedDecoBlocks": [],
  8845. "spawnOnGround": true,
  8846. "overrideExsistingBlocks": false,
  8847. "allowRotation": true,
  8848. "applyPhysics": false,
  8849. "applyAir": false,
  8850. "fixFlyingRoots": true,
  8851. "replaceAir": true,
  8852. "minY": 62,
  8853. "maxY": 85,
  8854. "maxSlope": 0.7,
  8855. "minSlope": 0.0,
  8856. "snapToXGrid": -1,
  8857. "snapToYGrid": -1,
  8858. "gridXOffset": 0,
  8859. "gridYOffset": 0,
  8860. "anchorYOffset": 0
  8861. },
  8862. {
  8863. "name": "TREES_pine_normal_2",
  8864. "density": 0.002,
  8865. "size": "MEDIUM",
  8866. "type": "TREES",
  8867. "blocksRequiredUnderneath": [
  8868. "GRASS"
  8869. ],
  8870. "blacklistedDecoBlocks": [],
  8871. "spawnOnGround": true,
  8872. "overrideExsistingBlocks": false,
  8873. "allowRotation": true,
  8874. "applyPhysics": false,
  8875. "applyAir": false,
  8876. "fixFlyingRoots": true,
  8877. "replaceAir": true,
  8878. "minY": 62,
  8879. "maxY": 85,
  8880. "maxSlope": 0.7,
  8881. "minSlope": 0.0,
  8882. "snapToXGrid": -1,
  8883. "snapToYGrid": -1,
  8884. "gridXOffset": 0,
  8885. "gridYOffset": 0,
  8886. "anchorYOffset": 0
  8887. },
  8888. {
  8889. "name": "TREES_pine_small",
  8890. "density": 0.002,
  8891. "size": "MEDIUM",
  8892. "type": "TREES",
  8893. "blocksRequiredUnderneath": [
  8894. "GRASS"
  8895. ],
  8896. "blacklistedDecoBlocks": [],
  8897. "spawnOnGround": true,
  8898. "overrideExsistingBlocks": false,
  8899. "allowRotation": true,
  8900. "applyPhysics": false,
  8901. "applyAir": false,
  8902. "fixFlyingRoots": true,
  8903. "replaceAir": true,
  8904. "minY": 62,
  8905. "maxY": 85,
  8906. "maxSlope": 0.7,
  8907. "minSlope": 0.0,
  8908. "snapToXGrid": -1,
  8909. "snapToYGrid": -1,
  8910. "gridXOffset": 0,
  8911. "gridYOffset": 0,
  8912. "anchorYOffset": 0
  8913. },
  8914. {
  8915. "name": "TREES_pine_small_2",
  8916. "density": 0.002,
  8917. "size": "MEDIUM",
  8918. "type": "TREES",
  8919. "blocksRequiredUnderneath": [
  8920. "GRASS"
  8921. ],
  8922. "blacklistedDecoBlocks": [],
  8923. "spawnOnGround": true,
  8924. "overrideExsistingBlocks": false,
  8925. "allowRotation": true,
  8926. "applyPhysics": false,
  8927. "applyAir": false,
  8928. "fixFlyingRoots": true,
  8929. "replaceAir": true,
  8930. "minY": 62,
  8931. "maxY": 85,
  8932. "maxSlope": 0.7,
  8933. "minSlope": 0.0,
  8934. "snapToXGrid": -1,
  8935. "snapToYGrid": -1,
  8936. "gridXOffset": 0,
  8937. "gridYOffset": 0,
  8938. "anchorYOffset": 0
  8939. },
  8940. {
  8941. "name": "TREES_pine_small_3",
  8942. "density": 0.002,
  8943. "size": "MEDIUM",
  8944. "type": "TREES",
  8945. "blocksRequiredUnderneath": [
  8946. "GRASS"
  8947. ],
  8948. "blacklistedDecoBlocks": [],
  8949. "spawnOnGround": true,
  8950. "overrideExsistingBlocks": false,
  8951. "allowRotation": true,
  8952. "applyPhysics": false,
  8953. "applyAir": false,
  8954. "fixFlyingRoots": true,
  8955. "replaceAir": true,
  8956. "minY": 62,
  8957. "maxY": 85,
  8958. "maxSlope": 0.7,
  8959. "minSlope": 0.0,
  8960. "snapToXGrid": -1,
  8961. "snapToYGrid": -1,
  8962. "gridXOffset": 0,
  8963. "gridYOffset": 0,
  8964. "anchorYOffset": 0
  8965. },
  8966. {
  8967. "name": "TREES_pine_tiny",
  8968. "density": 0.002,
  8969. "size": "MEDIUM",
  8970. "type": "TREES",
  8971. "blocksRequiredUnderneath": [
  8972. "GRASS"
  8973. ],
  8974. "blacklistedDecoBlocks": [],
  8975. "spawnOnGround": true,
  8976. "overrideExsistingBlocks": false,
  8977. "allowRotation": true,
  8978. "applyPhysics": false,
  8979. "applyAir": false,
  8980. "fixFlyingRoots": true,
  8981. "replaceAir": true,
  8982. "minY": 62,
  8983. "maxY": 85,
  8984. "maxSlope": 0.7,
  8985. "minSlope": 0.0,
  8986. "snapToXGrid": -1,
  8987. "snapToYGrid": -1,
  8988. "gridXOffset": 0,
  8989. "gridYOffset": 0,
  8990. "anchorYOffset": 0
  8991. },
  8992. {
  8993. "name": "TREES_pine_tiny_2",
  8994. "density": 0.002,
  8995. "size": "MEDIUM",
  8996. "type": "TREES",
  8997. "blocksRequiredUnderneath": [
  8998. "GRASS"
  8999. ],
  9000. "blacklistedDecoBlocks": [],
  9001. "spawnOnGround": true,
  9002. "overrideExsistingBlocks": false,
  9003. "allowRotation": true,
  9004. "applyPhysics": false,
  9005. "applyAir": false,
  9006. "fixFlyingRoots": true,
  9007. "replaceAir": true,
  9008. "minY": 62,
  9009. "maxY": 85,
  9010. "maxSlope": 0.7,
  9011. "minSlope": 0.0,
  9012. "snapToXGrid": -1,
  9013. "snapToYGrid": -1,
  9014. "gridXOffset": 0,
  9015. "gridYOffset": 0,
  9016. "anchorYOffset": 0
  9017. }
  9018. ],
  9019. "customStructures": [],
  9020. "maxEWGObjectsPerChunk": 4,
  9021. "xNoiseModifier": 1.2,
  9022. "yNoiseModifier": 0.7,
  9023. "zNoiseModifier": 1.2,
  9024. "lakeDepth": 50.0,
  9025. "baseHeight": 67,
  9026. "nativeBiomes": [
  9027. {
  9028. "nativeBiome": "JUNGLE_EDGE",
  9029. "chance": 1.0
  9030. }
  9031. ],
  9032. "entitySettings": {},
  9033. "groundMaterials": [
  9034. {
  9035. "material": "STONE",
  9036. "data": 0,
  9037. "chance": 1.0
  9038. }
  9039. ]
  9040. },
  9041. "Jungle": {
  9042. "enabled": true,
  9043. "biomeType": "FOREST",
  9044. "useDungeons": true,
  9045. "dungeonChance": 8,
  9046. "useMineShafts": true,
  9047. "useStrongholds": true,
  9048. "useVillages": true,
  9049. "useTemples": false,
  9050. "useNetherFortress": false,
  9051. "useCaves": true,
  9052. "useMonuments": false,
  9053. "useRavines": true,
  9054. "useWitchHuts": false,
  9055. "usePyramids": false,
  9056. "useJungleTemples": true,
  9057. "useIgloos": false,
  9058. "useFossils": true,
  9059. "useWaterLakes": true,
  9060. "useLavaLakes": false,
  9061. "useRivers": true,
  9062. "useNativePainting": false,
  9063. "useNativeStructure": false,
  9064. "fossilChance": 64,
  9065. "lavaLakeChance": 80,
  9066. "waterLakeChance": 4,
  9067. "ores": [
  9068. {
  9069. "type": "DIRT",
  9070. "data": 0,
  9071. "size": 33,
  9072. "count": 10,
  9073. "minHeight": 0,
  9074. "maxHeight": 256
  9075. },
  9076. {
  9077. "type": "GRAVEL",
  9078. "data": 0,
  9079. "size": 33,
  9080. "count": 8,
  9081. "minHeight": 0,
  9082. "maxHeight": 256
  9083. },
  9084. {
  9085. "type": "STONE",
  9086. "data": 1,
  9087. "size": 33,
  9088. "count": 10,
  9089. "minHeight": 0,
  9090. "maxHeight": 80
  9091. },
  9092. {
  9093. "type": "STONE",
  9094. "data": 3,
  9095. "size": 33,
  9096. "count": 10,
  9097. "minHeight": 0,
  9098. "maxHeight": 80
  9099. },
  9100. {
  9101. "type": "STONE",
  9102. "data": 5,
  9103. "size": 33,
  9104. "count": 10,
  9105. "minHeight": 0,
  9106. "maxHeight": 80
  9107. },
  9108. {
  9109. "type": "COAL_ORE",
  9110. "data": 0,
  9111. "size": 17,
  9112. "count": 20,
  9113. "minHeight": 0,
  9114. "maxHeight": 128
  9115. },
  9116. {
  9117. "type": "IRON_ORE",
  9118. "data": 0,
  9119. "size": 9,
  9120. "count": 20,
  9121. "minHeight": 0,
  9122. "maxHeight": 64
  9123. },
  9124. {
  9125. "type": "GOLD_ORE",
  9126. "data": 0,
  9127. "size": 9,
  9128. "count": 2,
  9129. "minHeight": 0,
  9130. "maxHeight": 32
  9131. },
  9132. {
  9133. "type": "REDSTONE_ORE",
  9134. "data": 0,
  9135. "size": 8,
  9136. "count": 8,
  9137. "minHeight": 0,
  9138. "maxHeight": 16
  9139. },
  9140. {
  9141. "type": "DIAMOND_ORE",
  9142. "data": 0,
  9143. "size": 8,
  9144. "count": 1,
  9145. "minHeight": 0,
  9146. "maxHeight": 16
  9147. },
  9148. {
  9149. "type": "LAPIS_ORE",
  9150. "data": 0,
  9151. "size": 7,
  9152. "count": 1,
  9153. "minHeight": 0,
  9154. "maxHeight": 32
  9155. },
  9156. {
  9157. "type": "EMERALD_ORE",
  9158. "data": 0,
  9159. "size": 4,
  9160. "count": 2,
  9161. "minHeight": 4,
  9162. "maxHeight": 32
  9163. }
  9164. ],
  9165. "terrainSettings": {
  9166. "subTerrains": [
  9167. {
  9168. "provider": "EWG",
  9169. "name": "Jungle",
  9170. "xModifier": 1.0,
  9171. "yModifer": 1.0,
  9172. "zModifer": 1.0,
  9173. "yOffset": 0
  9174. }
  9175. ]
  9176. },
  9177. "overlaySettings": {
  9178. "spawnLillypads": false,
  9179. "spawnCactus": false,
  9180. "spawnSnowLayers": false,
  9181. "spawnIceOnWater": false,
  9182. "minRiver": 2.0,
  9183. "groundDepth": 4,
  9184. "surfaceDepth": 1,
  9185. "surfaceBlocks": [
  9186. [
  9187. [
  9188. {
  9189. "type": "STAINED_CLAY",
  9190. "data": 9,
  9191. "inclinationsConditions": [
  9192. {
  9193. "minInclination": 2.3,
  9194. "maxInclination": 99.0
  9195. }
  9196. ]
  9197. },
  9198. 1.0
  9199. ]
  9200. ],
  9201. [
  9202. [
  9203. {
  9204. "type": "STONE",
  9205. "data": 0,
  9206. "inclinationsConditions": [
  9207. {
  9208. "minInclination": 1.3,
  9209. "maxInclination": 1.7
  9210. }
  9211. ]
  9212. },
  9213. 0.4
  9214. ],
  9215. [
  9216. {
  9217. "type": "COBBLESTONE",
  9218. "data": 0,
  9219. "inclinationsConditions": [
  9220. {
  9221. "minInclination": 1.3,
  9222. "maxInclination": 1.7
  9223. }
  9224. ]
  9225. },
  9226. 0.3
  9227. ],
  9228. [
  9229. {
  9230. "type": "STONE",
  9231. "data": 5,
  9232. "inclinationsConditions": [
  9233. {
  9234. "minInclination": 1.3,
  9235. "maxInclination": 1.7
  9236. }
  9237. ]
  9238. },
  9239. 0.3
  9240. ]
  9241. ],
  9242. [
  9243. [
  9244. {
  9245. "type": "GRASS",
  9246. "data": 0
  9247. },
  9248. 1.0
  9249. ]
  9250. ]
  9251. ],
  9252. "oceanBlocks": [],
  9253. "groundBlocks": [
  9254. [
  9255. [
  9256. {
  9257. "type": "STAINED_CLAY",
  9258. "data": 9,
  9259. "inclinationsConditions": [
  9260. {
  9261. "minInclination": 2.3,
  9262. "maxInclination": 99.0
  9263. }
  9264. ]
  9265. },
  9266. 1.0
  9267. ]
  9268. ],
  9269. [
  9270. [
  9271. {
  9272. "type": "STONE",
  9273. "data": 0,
  9274. "inclinationsConditions": [
  9275. {
  9276. "minInclination": 1.3,
  9277. "maxInclination": 1.7
  9278. }
  9279. ]
  9280. },
  9281. 0.4
  9282. ],
  9283. [
  9284. {
  9285. "type": "COBBLESTONE",
  9286. "data": 0,
  9287. "inclinationsConditions": [
  9288. {
  9289. "minInclination": 1.3,
  9290. "maxInclination": 1.7
  9291. }
  9292. ]
  9293. },
  9294. 0.3
  9295. ],
  9296. [
  9297. {
  9298. "type": "STONE",
  9299. "data": 5,
  9300. "inclinationsConditions": [
  9301. {
  9302. "minInclination": 1.3,
  9303. "maxInclination": 1.7
  9304. }
  9305. ]
  9306. },
  9307. 0.3
  9308. ]
  9309. ],
  9310. [
  9311. [
  9312. {
  9313. "type": "DIRT",
  9314. "data": 0
  9315. },
  9316. 0.8
  9317. ],
  9318. [
  9319. {
  9320. "type": "COBBLESTONE",
  9321. "data": 0
  9322. },
  9323. 0.2
  9324. ]
  9325. ]
  9326. ],
  9327. "beachBlocks": [
  9328. [
  9329. [
  9330. {
  9331. "type": "DIRT",
  9332. "data": 0,
  9333. "heightConditions": [
  9334. {
  9335. "minHeight": 0,
  9336. "maxHeight": 53
  9337. }
  9338. ]
  9339. },
  9340. 1.0
  9341. ]
  9342. ],
  9343. [
  9344. [
  9345. {
  9346. "type": "SAND",
  9347. "data": 0,
  9348. "inclinationsConditions": [
  9349. {
  9350. "minInclination": 0.0,
  9351. "maxInclination": 0.5
  9352. }
  9353. ]
  9354. },
  9355. 1.0
  9356. ]
  9357. ]
  9358. ],
  9359. "slabBlocks": [],
  9360. "stairBlocks": [],
  9361. "plantBlocks": [
  9362. {},
  9363. {},
  9364. [
  9365. [
  9366. {
  9367. "type": "SUGAR_CANE_BLOCK",
  9368. "data": 0,
  9369. "heightConditions": [
  9370. {
  9371. "minHeight": 54,
  9372. "maxHeight": 54
  9373. }
  9374. ]
  9375. },
  9376. 0.1
  9377. ],
  9378. [
  9379. {
  9380. "type": "LONG_GRASS",
  9381. "data": 1,
  9382. "inclinationsConditions": [
  9383. {
  9384. "minInclination": 0.0,
  9385. "maxInclination": 1.7
  9386. }
  9387. ]
  9388. },
  9389. 0.25
  9390. ],
  9391. [
  9392. {
  9393. "type": "DOUBLE_PLANT",
  9394. "data": 0,
  9395. "inclinationsConditions": [
  9396. {
  9397. "minInclination": 0.0,
  9398. "maxInclination": 1.7
  9399. }
  9400. ]
  9401. },
  9402. 0.001
  9403. ],
  9404. [
  9405. {
  9406. "type": "DOUBLE_PLANT",
  9407. "data": 1,
  9408. "inclinationsConditions": [
  9409. {
  9410. "minInclination": 0.0,
  9411. "maxInclination": 1.7
  9412. }
  9413. ]
  9414. },
  9415. 0.001
  9416. ],
  9417. [
  9418. {
  9419. "type": "DOUBLE_PLANT",
  9420. "data": 2,
  9421. "inclinationsConditions": [
  9422. {
  9423. "minInclination": 0.0,
  9424. "maxInclination": 1.7
  9425. }
  9426. ]
  9427. },
  9428. 0.001
  9429. ],
  9430. [
  9431. {
  9432. "type": "DOUBLE_PLANT",
  9433. "data": 3,
  9434. "inclinationsConditions": [
  9435. {
  9436. "minInclination": 0.0,
  9437. "maxInclination": 1.7
  9438. }
  9439. ]
  9440. },
  9441. 0.001
  9442. ],
  9443. [
  9444. {
  9445. "type": "DOUBLE_PLANT",
  9446. "data": 4,
  9447. "inclinationsConditions": [
  9448. {
  9449. "minInclination": 0.0,
  9450. "maxInclination": 1.7
  9451. }
  9452. ]
  9453. },
  9454. 0.001
  9455. ],
  9456. [
  9457. {
  9458. "type": "DOUBLE_PLANT",
  9459. "data": 5,
  9460. "inclinationsConditions": [
  9461. {
  9462. "minInclination": 0.0,
  9463. "maxInclination": 1.7
  9464. }
  9465. ]
  9466. },
  9467. 0.001
  9468. ],
  9469. [
  9470. {
  9471. "type": "RED_ROSE",
  9472. "data": 0,
  9473. "inclinationsConditions": [
  9474. {
  9475. "minInclination": 0.0,
  9476. "maxInclination": 1.7
  9477. }
  9478. ]
  9479. },
  9480. 0.001
  9481. ],
  9482. [
  9483. {
  9484. "type": "YELLOW_FLOWER",
  9485. "data": 0,
  9486. "inclinationsConditions": [
  9487. {
  9488. "minInclination": 0.0,
  9489. "maxInclination": 1.7
  9490. }
  9491. ]
  9492. },
  9493. 0.001
  9494. ],
  9495. [
  9496. {
  9497. "type": "RED_ROSE",
  9498. "data": 1,
  9499. "inclinationsConditions": [
  9500. {
  9501. "minInclination": 0.0,
  9502. "maxInclination": 1.7
  9503. }
  9504. ]
  9505. },
  9506. 0.001
  9507. ],
  9508. [
  9509. {
  9510. "type": "RED_ROSE",
  9511. "data": 2,
  9512. "inclinationsConditions": [
  9513. {
  9514. "minInclination": 0.0,
  9515. "maxInclination": 1.7
  9516. }
  9517. ]
  9518. },
  9519. 0.001
  9520. ],
  9521. [
  9522. {
  9523. "type": "RED_ROSE",
  9524. "data": 3,
  9525. "inclinationsConditions": [
  9526. {
  9527. "minInclination": 0.0,
  9528. "maxInclination": 1.7
  9529. }
  9530. ]
  9531. },
  9532. 0.001
  9533. ],
  9534. [
  9535. {
  9536. "type": "RED_ROSE",
  9537. "data": 4,
  9538. "inclinationsConditions": [
  9539. {
  9540. "minInclination": 0.0,
  9541. "maxInclination": 1.7
  9542. }
  9543. ]
  9544. },
  9545. 0.001
  9546. ],
  9547. [
  9548. {
  9549. "type": "RED_ROSE",
  9550. "data": 5,
  9551. "inclinationsConditions": [
  9552. {
  9553. "minInclination": 0.0,
  9554. "maxInclination": 1.7
  9555. }
  9556. ]
  9557. },
  9558. 0.001
  9559. ],
  9560. [
  9561. {
  9562. "type": "RED_ROSE",
  9563. "data": 6,
  9564. "inclinationsConditions": [
  9565. {
  9566. "minInclination": 0.0,
  9567. "maxInclination": 1.7
  9568. }
  9569. ]
  9570. },
  9571. 0.001
  9572. ],
  9573. [
  9574. {
  9575. "type": "RED_ROSE",
  9576. "data": 7,
  9577. "inclinationsConditions": [
  9578. {
  9579. "minInclination": 0.0,
  9580. "maxInclination": 1.7
  9581. }
  9582. ]
  9583. },
  9584. 0.001
  9585. ],
  9586. [
  9587. {
  9588. "type": "RED_ROSE",
  9589. "data": 8,
  9590. "inclinationsConditions": [
  9591. {
  9592. "minInclination": 0.0,
  9593. "maxInclination": 1.7
  9594. }
  9595. ]
  9596. },
  9597. 0.001
  9598. ]
  9599. ]
  9600. ],
  9601. "riverBlocks": [],
  9602. "leavesBlock": {
  9603. "type": "LEAVES",
  9604. "data": 3,
  9605. "inclinationsConditions": [
  9606. {
  9607. "minInclination": 0.30000001192092896,
  9608. "maxInclination": 0.6000000238418579
  9609. }
  9610. ]
  9611. }
  9612. },
  9613. "customTrees": [
  9614. {
  9615. "name": "TREES_jungle_big",
  9616. "density": 0.005,
  9617. "size": "MEDIUM",
  9618. "type": "TREES",
  9619. "blocksRequiredUnderneath": [
  9620. "GRASS"
  9621. ],
  9622. "blacklistedDecoBlocks": [],
  9623. "spawnOnGround": true,
  9624. "overrideExsistingBlocks": false,
  9625. "allowRotation": true,
  9626. "applyPhysics": true,
  9627. "applyAir": false,
  9628. "fixFlyingRoots": true,
  9629. "replaceAir": true,
  9630. "minY": 40,
  9631. "maxY": 120,
  9632. "maxSlope": 0.7,
  9633. "minSlope": 0.0,
  9634. "snapToXGrid": -1,
  9635. "snapToYGrid": -1,
  9636. "gridXOffset": 0,
  9637. "gridYOffset": 0,
  9638. "anchorYOffset": 0
  9639. },
  9640. {
  9641. "name": "TREES_jungle_huge",
  9642. "density": 0.005,
  9643. "size": "MEDIUM",
  9644. "type": "TREES",
  9645. "blocksRequiredUnderneath": [
  9646. "GRASS"
  9647. ],
  9648. "blacklistedDecoBlocks": [],
  9649. "spawnOnGround": true,
  9650. "overrideExsistingBlocks": false,
  9651. "allowRotation": true,
  9652. "applyPhysics": true,
  9653. "applyAir": false,
  9654. "fixFlyingRoots": true,
  9655. "replaceAir": true,
  9656. "minY": 40,
  9657. "maxY": 120,
  9658. "maxSlope": 0.7,
  9659. "minSlope": 0.0,
  9660. "snapToXGrid": -1,
  9661. "snapToYGrid": -1,
  9662. "gridXOffset": 0,
  9663. "gridYOffset": 0,
  9664. "anchorYOffset": 0
  9665. },
  9666. {
  9667. "name": "TREES_jungle_medium",
  9668. "density": 0.005,
  9669. "size": "MEDIUM",
  9670. "type": "TREES",
  9671. "blocksRequiredUnderneath": [
  9672. "GRASS"
  9673. ],
  9674. "blacklistedDecoBlocks": [],
  9675. "spawnOnGround": true,
  9676. "overrideExsistingBlocks": false,
  9677. "allowRotation": true,
  9678. "applyPhysics": true,
  9679. "applyAir": false,
  9680. "fixFlyingRoots": true,
  9681. "replaceAir": true,
  9682. "minY": 40,
  9683. "maxY": 120,
  9684. "maxSlope": 0.7,
  9685. "minSlope": 0.0,
  9686. "snapToXGrid": -1,
  9687. "snapToYGrid": -1,
  9688. "gridXOffset": 0,
  9689. "gridYOffset": 0,
  9690. "anchorYOffset": 0
  9691. },
  9692. {
  9693. "name": "TREES_jungle_normal",
  9694. "density": 0.005,
  9695. "size": "MEDIUM",
  9696. "type": "TREES",
  9697. "blocksRequiredUnderneath": [
  9698. "GRASS"
  9699. ],
  9700. "blacklistedDecoBlocks": [],
  9701. "spawnOnGround": true,
  9702. "overrideExsistingBlocks": false,
  9703. "allowRotation": true,
  9704. "applyPhysics": true,
  9705. "applyAir": false,
  9706. "fixFlyingRoots": true,
  9707. "replaceAir": true,
  9708. "minY": 40,
  9709. "maxY": 120,
  9710. "maxSlope": 0.7,
  9711. "minSlope": 0.0,
  9712. "snapToXGrid": -1,
  9713. "snapToYGrid": -1,
  9714. "gridXOffset": 0,
  9715. "gridYOffset": 0,
  9716. "anchorYOffset": 0
  9717. },
  9718. {
  9719. "name": "TREES_jungle_normal_2",
  9720. "density": 0.005,
  9721. "size": "MEDIUM",
  9722. "type": "TREES",
  9723. "blocksRequiredUnderneath": [
  9724. "GRASS"
  9725. ],
  9726. "blacklistedDecoBlocks": [],
  9727. "spawnOnGround": true,
  9728. "overrideExsistingBlocks": false,
  9729. "allowRotation": true,
  9730. "applyPhysics": true,
  9731. "applyAir": false,
  9732. "fixFlyingRoots": true,
  9733. "replaceAir": true,
  9734. "minY": 40,
  9735. "maxY": 120,
  9736. "maxSlope": 0.7,
  9737. "minSlope": 0.0,
  9738. "snapToXGrid": -1,
  9739. "snapToYGrid": -1,
  9740. "gridXOffset": 0,
  9741. "gridYOffset": 0,
  9742. "anchorYOffset": 0
  9743. },
  9744. {
  9745. "name": "TREES_jungle_normal_3",
  9746. "density": 0.005,
  9747. "size": "MEDIUM",
  9748. "type": "TREES",
  9749. "blocksRequiredUnderneath": [
  9750. "GRASS"
  9751. ],
  9752. "blacklistedDecoBlocks": [],
  9753. "spawnOnGround": true,
  9754. "overrideExsistingBlocks": false,
  9755. "allowRotation": true,
  9756. "applyPhysics": true,
  9757. "applyAir": false,
  9758. "fixFlyingRoots": true,
  9759. "replaceAir": true,
  9760. "minY": 40,
  9761. "maxY": 120,
  9762. "maxSlope": 0.7,
  9763. "minSlope": 0.0,
  9764. "snapToXGrid": -1,
  9765. "snapToYGrid": -1,
  9766. "gridXOffset": 0,
  9767. "gridYOffset": 0,
  9768. "anchorYOffset": 0
  9769. },
  9770. {
  9771. "name": "TREES_jungle_normal_4",
  9772. "density": 0.005,
  9773. "size": "MEDIUM",
  9774. "type": "TREES",
  9775. "blocksRequiredUnderneath": [
  9776. "GRASS"
  9777. ],
  9778. "blacklistedDecoBlocks": [],
  9779. "spawnOnGround": true,
  9780. "overrideExsistingBlocks": false,
  9781. "allowRotation": true,
  9782. "applyPhysics": true,
  9783. "applyAir": false,
  9784. "fixFlyingRoots": true,
  9785. "replaceAir": true,
  9786. "minY": 40,
  9787. "maxY": 120,
  9788. "maxSlope": 0.7,
  9789. "minSlope": 0.0,
  9790. "snapToXGrid": -1,
  9791. "snapToYGrid": -1,
  9792. "gridXOffset": 0,
  9793. "gridYOffset": 0,
  9794. "anchorYOffset": 0
  9795. },
  9796. {
  9797. "name": "TREES_jungle_small",
  9798. "density": 0.005,
  9799. "size": "MEDIUM",
  9800. "type": "TREES",
  9801. "blocksRequiredUnderneath": [
  9802. "GRASS"
  9803. ],
  9804. "blacklistedDecoBlocks": [],
  9805. "spawnOnGround": true,
  9806. "overrideExsistingBlocks": false,
  9807. "allowRotation": true,
  9808. "applyPhysics": true,
  9809. "applyAir": false,
  9810. "fixFlyingRoots": true,
  9811. "replaceAir": true,
  9812. "minY": 40,
  9813. "maxY": 120,
  9814. "maxSlope": 0.7,
  9815. "minSlope": 0.0,
  9816. "snapToXGrid": -1,
  9817. "snapToYGrid": -1,
  9818. "gridXOffset": 0,
  9819. "gridYOffset": 0,
  9820. "anchorYOffset": 0
  9821. },
  9822. {
  9823. "name": "TREES_jungle_small_2",
  9824. "density": 0.005,
  9825. "size": "MEDIUM",
  9826. "type": "TREES",
  9827. "blocksRequiredUnderneath": [
  9828. "GRASS"
  9829. ],
  9830. "blacklistedDecoBlocks": [],
  9831. "spawnOnGround": true,
  9832. "overrideExsistingBlocks": false,
  9833. "allowRotation": true,
  9834. "applyPhysics": true,
  9835. "applyAir": false,
  9836. "fixFlyingRoots": true,
  9837. "replaceAir": true,
  9838. "minY": 40,
  9839. "maxY": 120,
  9840. "maxSlope": 0.7,
  9841. "minSlope": 0.0,
  9842. "snapToXGrid": -1,
  9843. "snapToYGrid": -1,
  9844. "gridXOffset": 0,
  9845. "gridYOffset": 0,
  9846. "anchorYOffset": 0
  9847. },
  9848. {
  9849. "name": "TREES_jungle_small_3",
  9850. "density": 0.005,
  9851. "size": "MEDIUM",
  9852. "type": "TREES",
  9853. "blocksRequiredUnderneath": [
  9854. "GRASS"
  9855. ],
  9856. "blacklistedDecoBlocks": [],
  9857. "spawnOnGround": true,
  9858. "overrideExsistingBlocks": false,
  9859. "allowRotation": true,
  9860. "applyPhysics": true,
  9861. "applyAir": false,
  9862. "fixFlyingRoots": true,
  9863. "replaceAir": true,
  9864. "minY": 40,
  9865. "maxY": 120,
  9866. "maxSlope": 0.7,
  9867. "minSlope": 0.0,
  9868. "snapToXGrid": -1,
  9869. "snapToYGrid": -1,
  9870. "gridXOffset": 0,
  9871. "gridYOffset": 0,
  9872. "anchorYOffset": 0
  9873. }
  9874. ],
  9875. "customStructures": [
  9876. {
  9877. "name": "forest",
  9878. "density": 3.333333333333333E-4,
  9879. "size": "MEDIUM",
  9880. "type": "DECO",
  9881. "blocksRequiredUnderneath": [
  9882. "GRASS"
  9883. ],
  9884. "blacklistedDecoBlocks": [],
  9885. "spawnOnGround": true,
  9886. "overrideExsistingBlocks": false,
  9887. "allowRotation": true,
  9888. "applyPhysics": true,
  9889. "applyAir": false,
  9890. "fixFlyingRoots": false,
  9891. "replaceAir": true,
  9892. "minY": 67,
  9893. "maxY": 107,
  9894. "maxSlope": 0.7,
  9895. "minSlope": 0.0,
  9896. "snapToXGrid": -1,
  9897. "snapToYGrid": -1,
  9898. "gridXOffset": 0,
  9899. "gridYOffset": 0,
  9900. "anchorYOffset": 0
  9901. },
  9902. {
  9903. "name": "jungle",
  9904. "density": 1.0E-4,
  9905. "size": "MEDIUM",
  9906. "type": "DECO",
  9907. "blocksRequiredUnderneath": [
  9908. "GRASS"
  9909. ],
  9910. "blacklistedDecoBlocks": [],
  9911. "spawnOnGround": true,
  9912. "overrideExsistingBlocks": false,
  9913. "allowRotation": true,
  9914. "applyPhysics": true,
  9915. "applyAir": false,
  9916. "fixFlyingRoots": false,
  9917. "replaceAir": true,
  9918. "minY": 62,
  9919. "maxY": 107,
  9920. "maxSlope": 0.7,
  9921. "minSlope": 0.0,
  9922. "snapToXGrid": -1,
  9923. "snapToYGrid": -1,
  9924. "gridXOffset": 0,
  9925. "gridYOffset": 0,
  9926. "anchorYOffset": 0
  9927. }
  9928. ],
  9929. "maxEWGObjectsPerChunk": 4,
  9930. "xNoiseModifier": 1.2,
  9931. "yNoiseModifier": 0.8,
  9932. "zNoiseModifier": 1.2,
  9933. "lakeDepth": 0.0,
  9934. "baseHeight": 67,
  9935. "nativeBiomes": [
  9936. {
  9937. "nativeBiome": "JUNGLE_HILLS",
  9938. "chance": 1.0
  9939. }
  9940. ],
  9941. "entitySettings": {},
  9942. "groundMaterials": [
  9943. {
  9944. "material": "STONE",
  9945. "data": 0,
  9946. "chance": 1.0
  9947. }
  9948. ]
  9949. },
  9950. "River": {
  9951. "enabled": true,
  9952. "biomeType": "RIVER",
  9953. "useDungeons": true,
  9954. "dungeonChance": 8,
  9955. "useMineShafts": true,
  9956. "useStrongholds": true,
  9957. "useVillages": true,
  9958. "useTemples": false,
  9959. "useNetherFortress": false,
  9960. "useCaves": true,
  9961. "useMonuments": true,
  9962. "useRavines": true,
  9963. "useWitchHuts": false,
  9964. "usePyramids": false,
  9965. "useJungleTemples": false,
  9966. "useIgloos": false,
  9967. "useFossils": false,
  9968. "useWaterLakes": true,
  9969. "useLavaLakes": false,
  9970. "useRivers": true,
  9971. "useNativePainting": false,
  9972. "useNativeStructure": false,
  9973. "fossilChance": 64,
  9974. "lavaLakeChance": 80,
  9975. "waterLakeChance": 4,
  9976. "ores": [
  9977. {
  9978. "type": "DIRT",
  9979. "data": 0,
  9980. "size": 33,
  9981. "count": 10,
  9982. "minHeight": 0,
  9983. "maxHeight": 256
  9984. },
  9985. {
  9986. "type": "GRAVEL",
  9987. "data": 0,
  9988. "size": 33,
  9989. "count": 8,
  9990. "minHeight": 0,
  9991. "maxHeight": 256
  9992. },
  9993. {
  9994. "type": "STONE",
  9995. "data": 1,
  9996. "size": 33,
  9997. "count": 10,
  9998. "minHeight": 0,
  9999. "maxHeight": 80
  10000. },
  10001. {
  10002. "type": "STONE",
  10003. "data": 3,
  10004. "size": 33,
  10005. "count": 10,
  10006. "minHeight": 0,
  10007. "maxHeight": 80
  10008. },
  10009. {
  10010. "type": "STONE",
  10011. "data": 5,
  10012. "size": 33,
  10013. "count": 10,
  10014. "minHeight": 0,
  10015. "maxHeight": 80
  10016. },
  10017. {
  10018. "type": "COAL_ORE",
  10019. "data": 0,
  10020. "size": 17,
  10021. "count": 20,
  10022. "minHeight": 0,
  10023. "maxHeight": 128
  10024. },
  10025. {
  10026. "type": "IRON_ORE",
  10027. "data": 0,
  10028. "size": 9,
  10029. "count": 20,
  10030. "minHeight": 0,
  10031. "maxHeight": 64
  10032. },
  10033. {
  10034. "type": "GOLD_ORE",
  10035. "data": 0,
  10036. "size": 9,
  10037. "count": 2,
  10038. "minHeight": 0,
  10039. "maxHeight": 32
  10040. },
  10041. {
  10042. "type": "REDSTONE_ORE",
  10043. "data": 0,
  10044. "size": 8,
  10045. "count": 8,
  10046. "minHeight": 0,
  10047. "maxHeight": 16
  10048. },
  10049. {
  10050. "type": "DIAMOND_ORE",
  10051. "data": 0,
  10052. "size": 8,
  10053. "count": 1,
  10054. "minHeight": 0,
  10055. "maxHeight": 16
  10056. },
  10057. {
  10058. "type": "LAPIS_ORE",
  10059. "data": 0,
  10060. "size": 7,
  10061. "count": 1,
  10062. "minHeight": 0,
  10063. "maxHeight": 32
  10064. },
  10065. {
  10066. "type": "EMERALD_ORE",
  10067. "data": 0,
  10068. "size": 4,
  10069. "count": 2,
  10070. "minHeight": 4,
  10071. "maxHeight": 32
  10072. }
  10073. ],
  10074. "terrainSettings": {
  10075. "subTerrains": [
  10076. {
  10077. "provider": "EWG",
  10078. "name": "River",
  10079. "xModifier": 1.0,
  10080. "yModifer": 1.0,
  10081. "zModifer": 1.0,
  10082. "yOffset": 0
  10083. }
  10084. ]
  10085. },
  10086. "overlaySettings": {
  10087. "spawnLillypads": false,
  10088. "spawnCactus": false,
  10089. "spawnSnowLayers": false,
  10090. "spawnIceOnWater": false,
  10091. "minRiver": 2.0,
  10092. "groundDepth": 4,
  10093. "surfaceDepth": 1,
  10094. "surfaceBlocks": [
  10095. [
  10096. [
  10097. {
  10098. "type": "STAINED_CLAY",
  10099. "data": 9,
  10100. "inclinationsConditions": [
  10101. {
  10102. "minInclination": 2.3,
  10103. "maxInclination": 99.0
  10104. }
  10105. ]
  10106. },
  10107. 1.0
  10108. ]
  10109. ],
  10110. [
  10111. [
  10112. {
  10113. "type": "STONE",
  10114. "data": 0,
  10115. "inclinationsConditions": [
  10116. {
  10117. "minInclination": 1.3,
  10118. "maxInclination": 1.7
  10119. }
  10120. ]
  10121. },
  10122. 0.4
  10123. ],
  10124. [
  10125. {
  10126. "type": "COBBLESTONE",
  10127. "data": 0,
  10128. "inclinationsConditions": [
  10129. {
  10130. "minInclination": 1.3,
  10131. "maxInclination": 1.7
  10132. }
  10133. ]
  10134. },
  10135. 0.3
  10136. ],
  10137. [
  10138. {
  10139. "type": "STONE",
  10140. "data": 5,
  10141. "inclinationsConditions": [
  10142. {
  10143. "minInclination": 1.3,
  10144. "maxInclination": 1.7
  10145. }
  10146. ]
  10147. },
  10148. 0.3
  10149. ]
  10150. ],
  10151. [
  10152. [
  10153. {
  10154. "type": "GRASS",
  10155. "data": 0
  10156. },
  10157. 1.0
  10158. ]
  10159. ]
  10160. ],
  10161. "oceanBlocks": [],
  10162. "groundBlocks": [
  10163. [
  10164. [
  10165. {
  10166. "type": "STAINED_CLAY",
  10167. "data": 9,
  10168. "inclinationsConditions": [
  10169. {
  10170. "minInclination": 2.3,
  10171. "maxInclination": 99.0
  10172. }
  10173. ]
  10174. },
  10175. 1.0
  10176. ]
  10177. ],
  10178. [
  10179. [
  10180. {
  10181. "type": "STONE",
  10182. "data": 0,
  10183. "inclinationsConditions": [
  10184. {
  10185. "minInclination": 1.3,
  10186. "maxInclination": 1.7
  10187. }
  10188. ]
  10189. },
  10190. 0.4
  10191. ],
  10192. [
  10193. {
  10194. "type": "COBBLESTONE",
  10195. "data": 0,
  10196. "inclinationsConditions": [
  10197. {
  10198. "minInclination": 1.3,
  10199. "maxInclination": 1.7
  10200. }
  10201. ]
  10202. },
  10203. 0.3
  10204. ],
  10205. [
  10206. {
  10207. "type": "STONE",
  10208. "data": 5,
  10209. "inclinationsConditions": [
  10210. {
  10211. "minInclination": 1.3,
  10212. "maxInclination": 1.7
  10213. }
  10214. ]
  10215. },
  10216. 0.3
  10217. ]
  10218. ],
  10219. [
  10220. [
  10221. {
  10222. "type": "DIRT",
  10223. "data": 0
  10224. },
  10225. 0.8
  10226. ],
  10227. [
  10228. {
  10229. "type": "COBBLESTONE",
  10230. "data": 0
  10231. },
  10232. 0.2
  10233. ]
  10234. ]
  10235. ],
  10236. "beachBlocks": [
  10237. [
  10238. [
  10239. {
  10240. "type": "SAND",
  10241. "data": 0,
  10242. "heightConditions": [
  10243. {
  10244. "minHeight": 0,
  10245. "maxHeight": 53
  10246. }
  10247. ]
  10248. },
  10249. 1.0
  10250. ]
  10251. ],
  10252. [
  10253. [
  10254. {
  10255. "type": "SAND",
  10256. "data": 0,
  10257. "inclinationsConditions": [
  10258. {
  10259. "minInclination": 0.0,
  10260. "maxInclination": 0.5
  10261. }
  10262. ]
  10263. },
  10264. 1.0
  10265. ]
  10266. ]
  10267. ],
  10268. "slabBlocks": [],
  10269. "stairBlocks": [],
  10270. "plantBlocks": [
  10271. {},
  10272. {},
  10273. [
  10274. [
  10275. {
  10276. "type": "SUGAR_CANE_BLOCK",
  10277. "data": 0,
  10278. "heightConditions": [
  10279. {
  10280. "minHeight": 54,
  10281. "maxHeight": 54
  10282. }
  10283. ]
  10284. },
  10285. 0.1
  10286. ],
  10287. [
  10288. {
  10289. "type": "LONG_GRASS",
  10290. "data": 1,
  10291. "inclinationsConditions": [
  10292. {
  10293. "minInclination": 0.0,
  10294. "maxInclination": 1.7
  10295. }
  10296. ]
  10297. },
  10298. 0.25
  10299. ],
  10300. [
  10301. {
  10302. "type": "DOUBLE_PLANT",
  10303. "data": 0,
  10304. "inclinationsConditions": [
  10305. {
  10306. "minInclination": 0.0,
  10307. "maxInclination": 1.7
  10308. }
  10309. ]
  10310. },
  10311. 0.001
  10312. ],
  10313. [
  10314. {
  10315. "type": "DOUBLE_PLANT",
  10316. "data": 1,
  10317. "inclinationsConditions": [
  10318. {
  10319. "minInclination": 0.0,
  10320. "maxInclination": 1.7
  10321. }
  10322. ]
  10323. },
  10324. 0.001
  10325. ],
  10326. [
  10327. {
  10328. "type": "DOUBLE_PLANT",
  10329. "data": 2,
  10330. "inclinationsConditions": [
  10331. {
  10332. "minInclination": 0.0,
  10333. "maxInclination": 1.7
  10334. }
  10335. ]
  10336. },
  10337. 0.001
  10338. ],
  10339. [
  10340. {
  10341. "type": "DOUBLE_PLANT",
  10342. "data": 3,
  10343. "inclinationsConditions": [
  10344. {
  10345. "minInclination": 0.0,
  10346. "maxInclination": 1.7
  10347. }
  10348. ]
  10349. },
  10350. 0.001
  10351. ],
  10352. [
  10353. {
  10354. "type": "DOUBLE_PLANT",
  10355. "data": 4,
  10356. "inclinationsConditions": [
  10357. {
  10358. "minInclination": 0.0,
  10359. "maxInclination": 1.7
  10360. }
  10361. ]
  10362. },
  10363. 0.001
  10364. ],
  10365. [
  10366. {
  10367. "type": "DOUBLE_PLANT",
  10368. "data": 5,
  10369. "inclinationsConditions": [
  10370. {
  10371. "minInclination": 0.0,
  10372. "maxInclination": 1.7
  10373. }
  10374. ]
  10375. },
  10376. 0.001
  10377. ],
  10378. [
  10379. {
  10380. "type": "RED_ROSE",
  10381. "data": 0,
  10382. "inclinationsConditions": [
  10383. {
  10384. "minInclination": 0.0,
  10385. "maxInclination": 1.7
  10386. }
  10387. ]
  10388. },
  10389. 0.001
  10390. ],
  10391. [
  10392. {
  10393. "type": "YELLOW_FLOWER",
  10394. "data": 0,
  10395. "inclinationsConditions": [
  10396. {
  10397. "minInclination": 0.0,
  10398. "maxInclination": 1.7
  10399. }
  10400. ]
  10401. },
  10402. 0.001
  10403. ],
  10404. [
  10405. {
  10406. "type": "RED_ROSE",
  10407. "data": 1,
  10408. "inclinationsConditions": [
  10409. {
  10410. "minInclination": 0.0,
  10411. "maxInclination": 1.7
  10412. }
  10413. ]
  10414. },
  10415. 0.001
  10416. ],
  10417. [
  10418. {
  10419. "type": "RED_ROSE",
  10420. "data": 2,
  10421. "inclinationsConditions": [
  10422. {
  10423. "minInclination": 0.0,
  10424. "maxInclination": 1.7
  10425. }
  10426. ]
  10427. },
  10428. 0.001
  10429. ],
  10430. [
  10431. {
  10432. "type": "RED_ROSE",
  10433. "data": 3,
  10434. "inclinationsConditions": [
  10435. {
  10436. "minInclination": 0.0,
  10437. "maxInclination": 1.7
  10438. }
  10439. ]
  10440. },
  10441. 0.001
  10442. ],
  10443. [
  10444. {
  10445. "type": "RED_ROSE",
  10446. "data": 4,
  10447. "inclinationsConditions": [
  10448. {
  10449. "minInclination": 0.0,
  10450. "maxInclination": 1.7
  10451. }
  10452. ]
  10453. },
  10454. 0.001
  10455. ],
  10456. [
  10457. {
  10458. "type": "RED_ROSE",
  10459. "data": 5,
  10460. "inclinationsConditions": [
  10461. {
  10462. "minInclination": 0.0,
  10463. "maxInclination": 1.7
  10464. }
  10465. ]
  10466. },
  10467. 0.001
  10468. ],
  10469. [
  10470. {
  10471. "type": "RED_ROSE",
  10472. "data": 6,
  10473. "inclinationsConditions": [
  10474. {
  10475. "minInclination": 0.0,
  10476. "maxInclination": 1.7
  10477. }
  10478. ]
  10479. },
  10480. 0.001
  10481. ],
  10482. [
  10483. {
  10484. "type": "RED_ROSE",
  10485. "data": 7,
  10486. "inclinationsConditions": [
  10487. {
  10488. "minInclination": 0.0,
  10489. "maxInclination": 1.7
  10490. }
  10491. ]
  10492. },
  10493. 0.001
  10494. ],
  10495. [
  10496. {
  10497. "type": "RED_ROSE",
  10498. "data": 8,
  10499. "inclinationsConditions": [
  10500. {
  10501. "minInclination": 0.0,
  10502. "maxInclination": 1.7
  10503. }
  10504. ]
  10505. },
  10506. 0.001
  10507. ]
  10508. ],
  10509. {},
  10510. [
  10511. [
  10512. {
  10513. "type": "DOUBLE_PLANT",
  10514. "data": 2
  10515. },
  10516. 0.001953125
  10517. ]
  10518. ]
  10519. ],
  10520. "riverBlocks": [],
  10521. "leavesBlock": {
  10522. "type": "LEAVES",
  10523. "data": 0,
  10524. "inclinationsConditions": [
  10525. {
  10526. "minInclination": 0.44999998807907104,
  10527. "maxInclination": 0.6000000238418579
  10528. }
  10529. ]
  10530. }
  10531. },
  10532. "customTrees": [
  10533. {
  10534. "name": "TREES_willow_big",
  10535. "density": 1.0,
  10536. "size": "MEDIUM",
  10537. "type": "TREES",
  10538. "blocksRequiredUnderneath": [
  10539. "GRASS"
  10540. ],
  10541. "blacklistedDecoBlocks": [],
  10542. "spawnOnGround": true,
  10543. "overrideExsistingBlocks": false,
  10544. "allowRotation": true,
  10545. "applyPhysics": true,
  10546. "applyAir": false,
  10547. "fixFlyingRoots": true,
  10548. "replaceAir": true,
  10549. "minY": 62,
  10550. "maxY": 103,
  10551. "maxSlope": 0.7,
  10552. "minSlope": 0.0,
  10553. "snapToXGrid": -1,
  10554. "snapToYGrid": -1,
  10555. "gridXOffset": 0,
  10556. "gridYOffset": 0,
  10557. "anchorYOffset": 0
  10558. },
  10559. {
  10560. "name": "TREES_willow_big_2",
  10561. "density": 1.0,
  10562. "size": "MEDIUM",
  10563. "type": "TREES",
  10564. "blocksRequiredUnderneath": [
  10565. "GRASS"
  10566. ],
  10567. "blacklistedDecoBlocks": [],
  10568. "spawnOnGround": true,
  10569. "overrideExsistingBlocks": false,
  10570. "allowRotation": true,
  10571. "applyPhysics": true,
  10572. "applyAir": false,
  10573. "fixFlyingRoots": true,
  10574. "replaceAir": true,
  10575. "minY": 62,
  10576. "maxY": 103,
  10577. "maxSlope": 0.7,
  10578. "minSlope": 0.0,
  10579. "snapToXGrid": -1,
  10580. "snapToYGrid": -1,
  10581. "gridXOffset": 0,
  10582. "gridYOffset": 0,
  10583. "anchorYOffset": 0
  10584. },
  10585. {
  10586. "name": "TREES_willow_huge",
  10587. "density": 1.0,
  10588. "size": "MEDIUM",
  10589. "type": "TREES",
  10590. "blocksRequiredUnderneath": [
  10591. "GRASS"
  10592. ],
  10593. "blacklistedDecoBlocks": [],
  10594. "spawnOnGround": true,
  10595. "overrideExsistingBlocks": false,
  10596. "allowRotation": true,
  10597. "applyPhysics": true,
  10598. "applyAir": false,
  10599. "fixFlyingRoots": true,
  10600. "replaceAir": true,
  10601. "minY": 62,
  10602. "maxY": 103,
  10603. "maxSlope": 0.7,
  10604. "minSlope": 0.0,
  10605. "snapToXGrid": -1,
  10606. "snapToYGrid": -1,
  10607. "gridXOffset": 0,
  10608. "gridYOffset": 0,
  10609. "anchorYOffset": 0
  10610. },
  10611. {
  10612. "name": "TREES_willow_medium",
  10613. "density": 1.0,
  10614. "size": "MEDIUM",
  10615. "type": "TREES",
  10616. "blocksRequiredUnderneath": [
  10617. "GRASS"
  10618. ],
  10619. "blacklistedDecoBlocks": [],
  10620. "spawnOnGround": true,
  10621. "overrideExsistingBlocks": false,
  10622. "allowRotation": true,
  10623. "applyPhysics": true,
  10624. "applyAir": false,
  10625. "fixFlyingRoots": true,
  10626. "replaceAir": true,
  10627. "minY": 62,
  10628. "maxY": 103,
  10629. "maxSlope": 0.7,
  10630. "minSlope": 0.0,
  10631. "snapToXGrid": -1,
  10632. "snapToYGrid": -1,
  10633. "gridXOffset": 0,
  10634. "gridYOffset": 0,
  10635. "anchorYOffset": 0
  10636. },
  10637. {
  10638. "name": "TREES_willow_medium_2",
  10639. "density": 1.0,
  10640. "size": "MEDIUM",
  10641. "type": "TREES",
  10642. "blocksRequiredUnderneath": [
  10643. "GRASS"
  10644. ],
  10645. "blacklistedDecoBlocks": [],
  10646. "spawnOnGround": true,
  10647. "overrideExsistingBlocks": false,
  10648. "allowRotation": true,
  10649. "applyPhysics": true,
  10650. "applyAir": false,
  10651. "fixFlyingRoots": true,
  10652. "replaceAir": true,
  10653. "minY": 62,
  10654. "maxY": 103,
  10655. "maxSlope": 0.7,
  10656. "minSlope": 0.0,
  10657. "snapToXGrid": -1,
  10658. "snapToYGrid": -1,
  10659. "gridXOffset": 0,
  10660. "gridYOffset": 0,
  10661. "anchorYOffset": 0
  10662. },
  10663. {
  10664. "name": "TREES_willow_normal",
  10665. "density": 1.0,
  10666. "size": "MEDIUM",
  10667. "type": "TREES",
  10668. "blocksRequiredUnderneath": [
  10669. "GRASS"
  10670. ],
  10671. "blacklistedDecoBlocks": [],
  10672. "spawnOnGround": true,
  10673. "overrideExsistingBlocks": false,
  10674. "allowRotation": true,
  10675. "applyPhysics": true,
  10676. "applyAir": false,
  10677. "fixFlyingRoots": true,
  10678. "replaceAir": true,
  10679. "minY": 62,
  10680. "maxY": 103,
  10681. "maxSlope": 0.7,
  10682. "minSlope": 0.0,
  10683. "snapToXGrid": -1,
  10684. "snapToYGrid": -1,
  10685. "gridXOffset": 0,
  10686. "gridYOffset": 0,
  10687. "anchorYOffset": 0
  10688. },
  10689. {
  10690. "name": "TREES_willow_small",
  10691. "density": 1.0,
  10692. "size": "MEDIUM",
  10693. "type": "TREES",
  10694. "blocksRequiredUnderneath": [
  10695. "GRASS"
  10696. ],
  10697. "blacklistedDecoBlocks": [],
  10698. "spawnOnGround": true,
  10699. "overrideExsistingBlocks": false,
  10700. "allowRotation": true,
  10701. "applyPhysics": true,
  10702. "applyAir": false,
  10703. "fixFlyingRoots": true,
  10704. "replaceAir": true,
  10705. "minY": 62,
  10706. "maxY": 103,
  10707. "maxSlope": 0.7,
  10708. "minSlope": 0.0,
  10709. "snapToXGrid": -1,
  10710. "snapToYGrid": -1,
  10711. "gridXOffset": 0,
  10712. "gridYOffset": 0,
  10713. "anchorYOffset": 0
  10714. },
  10715. {
  10716. "name": "TREES_willow_tiny",
  10717. "density": 1.0,
  10718. "size": "MEDIUM",
  10719. "type": "TREES",
  10720. "blocksRequiredUnderneath": [
  10721. "GRASS"
  10722. ],
  10723. "blacklistedDecoBlocks": [],
  10724. "spawnOnGround": true,
  10725. "overrideExsistingBlocks": false,
  10726. "allowRotation": true,
  10727. "applyPhysics": true,
  10728. "applyAir": false,
  10729. "fixFlyingRoots": true,
  10730. "replaceAir": true,
  10731. "minY": 62,
  10732. "maxY": 103,
  10733. "maxSlope": 0.7,
  10734. "minSlope": 0.0,
  10735. "snapToXGrid": -1,
  10736. "snapToYGrid": -1,
  10737. "gridXOffset": 0,
  10738. "gridYOffset": 0,
  10739. "anchorYOffset": 0
  10740. },
  10741. {
  10742. "name": "TREES_willow_tiny_2",
  10743. "density": 1.0,
  10744. "size": "MEDIUM",
  10745. "type": "TREES",
  10746. "blocksRequiredUnderneath": [
  10747. "GRASS"
  10748. ],
  10749. "blacklistedDecoBlocks": [],
  10750. "spawnOnGround": true,
  10751. "overrideExsistingBlocks": false,
  10752. "allowRotation": true,
  10753. "applyPhysics": true,
  10754. "applyAir": false,
  10755. "fixFlyingRoots": true,
  10756. "replaceAir": true,
  10757. "minY": 62,
  10758. "maxY": 103,
  10759. "maxSlope": 0.7,
  10760. "minSlope": 0.0,
  10761. "snapToXGrid": -1,
  10762. "snapToYGrid": -1,
  10763. "gridXOffset": 0,
  10764. "gridYOffset": 0,
  10765. "anchorYOffset": 0
  10766. },
  10767. {
  10768. "name": "TREES_willow_tiny_3",
  10769. "density": 1.0,
  10770. "size": "MEDIUM",
  10771. "type": "TREES",
  10772. "blocksRequiredUnderneath": [
  10773. "GRASS"
  10774. ],
  10775. "blacklistedDecoBlocks": [],
  10776. "spawnOnGround": true,
  10777. "overrideExsistingBlocks": false,
  10778. "allowRotation": true,
  10779. "applyPhysics": true,
  10780. "applyAir": false,
  10781. "fixFlyingRoots": true,
  10782. "replaceAir": true,
  10783. "minY": 62,
  10784. "maxY": 103,
  10785. "maxSlope": 0.7,
  10786. "minSlope": 0.0,
  10787. "snapToXGrid": -1,
  10788. "snapToYGrid": -1,
  10789. "gridXOffset": 0,
  10790. "gridYOffset": 0,
  10791. "anchorYOffset": 0
  10792. }
  10793. ],
  10794. "customStructures": [],
  10795. "maxEWGObjectsPerChunk": 4,
  10796. "xNoiseModifier": 1.2,
  10797. "yNoiseModifier": 0.8,
  10798. "zNoiseModifier": 1.2,
  10799. "lakeDepth": 0.0,
  10800. "baseHeight": 50,
  10801. "nativeBiomes": [
  10802. {
  10803. "nativeBiome": "RIVER",
  10804. "chance": 1.0
  10805. }
  10806. ],
  10807. "entitySettings": {},
  10808. "groundMaterials": []
  10809. },
  10810. "Ocean": {
  10811. "enabled": true,
  10812. "biomeType": "AQUATIC",
  10813. "useDungeons": true,
  10814. "dungeonChance": 8,
  10815. "useMineShafts": true,
  10816. "useStrongholds": true,
  10817. "useVillages": true,
  10818. "useTemples": false,
  10819. "useNetherFortress": false,
  10820. "useCaves": true,
  10821. "useMonuments": true,
  10822. "useRavines": true,
  10823. "useWitchHuts": false,
  10824. "usePyramids": false,
  10825. "useJungleTemples": false,
  10826. "useIgloos": false,
  10827. "useFossils": false,
  10828. "useWaterLakes": true,
  10829. "useLavaLakes": false,
  10830. "useRivers": true,
  10831. "useNativePainting": false,
  10832. "useNativeStructure": false,
  10833. "fossilChance": 64,
  10834. "lavaLakeChance": 70,
  10835. "waterLakeChance": 4,
  10836. "ores": [
  10837. {
  10838. "type": "DIRT",
  10839. "data": 0,
  10840. "size": 33,
  10841. "count": 10,
  10842. "minHeight": 0,
  10843. "maxHeight": 256
  10844. },
  10845. {
  10846. "type": "GRAVEL",
  10847. "data": 0,
  10848. "size": 33,
  10849. "count": 8,
  10850. "minHeight": 0,
  10851. "maxHeight": 256
  10852. },
  10853. {
  10854. "type": "STONE",
  10855. "data": 1,
  10856. "size": 33,
  10857. "count": 10,
  10858. "minHeight": 0,
  10859. "maxHeight": 80
  10860. },
  10861. {
  10862. "type": "STONE",
  10863. "data": 3,
  10864. "size": 33,
  10865. "count": 10,
  10866. "minHeight": 0,
  10867. "maxHeight": 80
  10868. },
  10869. {
  10870. "type": "STONE",
  10871. "data": 5,
  10872. "size": 33,
  10873. "count": 10,
  10874. "minHeight": 0,
  10875. "maxHeight": 80
  10876. },
  10877. {
  10878. "type": "COAL_ORE",
  10879. "data": 0,
  10880. "size": 17,
  10881. "count": 20,
  10882. "minHeight": 0,
  10883. "maxHeight": 128
  10884. },
  10885. {
  10886. "type": "IRON_ORE",
  10887. "data": 0,
  10888. "size": 9,
  10889. "count": 20,
  10890. "minHeight": 0,
  10891. "maxHeight": 64
  10892. },
  10893. {
  10894. "type": "GOLD_ORE",
  10895. "data": 0,
  10896. "size": 9,
  10897. "count": 2,
  10898. "minHeight": 0,
  10899. "maxHeight": 32
  10900. },
  10901. {
  10902. "type": "REDSTONE_ORE",
  10903. "data": 0,
  10904. "size": 8,
  10905. "count": 8,
  10906. "minHeight": 0,
  10907. "maxHeight": 16
  10908. },
  10909. {
  10910. "type": "DIAMOND_ORE",
  10911. "data": 0,
  10912. "size": 8,
  10913. "count": 1,
  10914. "minHeight": 0,
  10915. "maxHeight": 16
  10916. },
  10917. {
  10918. "type": "LAPIS_ORE",
  10919. "data": 0,
  10920. "size": 7,
  10921. "count": 1,
  10922. "minHeight": 0,
  10923. "maxHeight": 32
  10924. },
  10925. {
  10926. "type": "EMERALD_ORE",
  10927. "data": 0,
  10928. "size": 4,
  10929. "count": 2,
  10930. "minHeight": 4,
  10931. "maxHeight": 32
  10932. }
  10933. ],
  10934. "terrainSettings": {
  10935. "subTerrains": [
  10936. {
  10937. "provider": "EWG",
  10938. "name": "Ocean",
  10939. "xModifier": 1.0,
  10940. "yModifer": 1.0,
  10941. "zModifer": 1.0,
  10942. "yOffset": 0
  10943. }
  10944. ]
  10945. },
  10946. "overlaySettings": {
  10947. "spawnLillypads": false,
  10948. "spawnCactus": false,
  10949. "spawnSnowLayers": false,
  10950. "spawnIceOnWater": false,
  10951. "minRiver": 2.0,
  10952. "groundDepth": 4,
  10953. "surfaceDepth": 1,
  10954. "surfaceBlocks": [
  10955. [
  10956. [
  10957. {
  10958. "type": "STAINED_CLAY",
  10959. "data": 9,
  10960. "inclinationsConditions": [
  10961. {
  10962. "minInclination": 2.3,
  10963. "maxInclination": 99.0
  10964. }
  10965. ]
  10966. },
  10967. 1.0
  10968. ]
  10969. ],
  10970. [
  10971. [
  10972. {
  10973. "type": "STONE",
  10974. "data": 0,
  10975. "inclinationsConditions": [
  10976. {
  10977. "minInclination": 1.3,
  10978. "maxInclination": 1.7
  10979. }
  10980. ]
  10981. },
  10982. 0.4
  10983. ],
  10984. [
  10985. {
  10986. "type": "COBBLESTONE",
  10987. "data": 0,
  10988. "inclinationsConditions": [
  10989. {
  10990. "minInclination": 1.3,
  10991. "maxInclination": 1.7
  10992. }
  10993. ]
  10994. },
  10995. 0.3
  10996. ],
  10997. [
  10998. {
  10999. "type": "STONE",
  11000. "data": 5,
  11001. "inclinationsConditions": [
  11002. {
  11003. "minInclination": 1.3,
  11004. "maxInclination": 1.7
  11005. }
  11006. ]
  11007. },
  11008. 0.3
  11009. ]
  11010. ],
  11011. [
  11012. [
  11013. {
  11014. "type": "GRASS",
  11015. "data": 0
  11016. },
  11017. 1.0
  11018. ]
  11019. ]
  11020. ],
  11021. "oceanBlocks": [],
  11022. "groundBlocks": [
  11023. [
  11024. [
  11025. {
  11026. "type": "STAINED_CLAY",
  11027. "data": 9,
  11028. "inclinationsConditions": [
  11029. {
  11030. "minInclination": 2.3,
  11031. "maxInclination": 99.0
  11032. }
  11033. ]
  11034. },
  11035. 1.0
  11036. ]
  11037. ],
  11038. [
  11039. [
  11040. {
  11041. "type": "STONE",
  11042. "data": 0,
  11043. "inclinationsConditions": [
  11044. {
  11045. "minInclination": 1.3,
  11046. "maxInclination": 1.7
  11047. }
  11048. ]
  11049. },
  11050. 0.4
  11051. ],
  11052. [
  11053. {
  11054. "type": "COBBLESTONE",
  11055. "data": 0,
  11056. "inclinationsConditions": [
  11057. {
  11058. "minInclination": 1.3,
  11059. "maxInclination": 1.7
  11060. }
  11061. ]
  11062. },
  11063. 0.3
  11064. ],
  11065. [
  11066. {
  11067. "type": "STONE",
  11068. "data": 5,
  11069. "inclinationsConditions": [
  11070. {
  11071. "minInclination": 1.3,
  11072. "maxInclination": 1.7
  11073. }
  11074. ]
  11075. },
  11076. 0.3
  11077. ]
  11078. ],
  11079. [
  11080. [
  11081. {
  11082. "type": "DIRT",
  11083. "data": 0
  11084. },
  11085. 0.8
  11086. ],
  11087. [
  11088. {
  11089. "type": "COBBLESTONE",
  11090. "data": 0
  11091. },
  11092. 0.2
  11093. ]
  11094. ]
  11095. ],
  11096. "beachBlocks": [
  11097. [
  11098. [
  11099. {
  11100. "type": "DIRT",
  11101. "data": 0
  11102. },
  11103. 1.0
  11104. ]
  11105. ]
  11106. ],
  11107. "slabBlocks": [],
  11108. "stairBlocks": [],
  11109. "plantBlocks": [
  11110. {},
  11111. {},
  11112. [
  11113. [
  11114. {
  11115. "type": "SUGAR_CANE_BLOCK",
  11116. "data": 0,
  11117. "heightConditions": [
  11118. {
  11119. "minHeight": 54,
  11120. "maxHeight": 54
  11121. }
  11122. ]
  11123. },
  11124. 0.1
  11125. ],
  11126. [
  11127. {
  11128. "type": "LONG_GRASS",
  11129. "data": 1,
  11130. "inclinationsConditions": [
  11131. {
  11132. "minInclination": 0.0,
  11133. "maxInclination": 1.7
  11134. }
  11135. ]
  11136. },
  11137. 0.25
  11138. ],
  11139. [
  11140. {
  11141. "type": "DOUBLE_PLANT",
  11142. "data": 0,
  11143. "inclinationsConditions": [
  11144. {
  11145. "minInclination": 0.0,
  11146. "maxInclination": 1.7
  11147. }
  11148. ]
  11149. },
  11150. 0.001
  11151. ],
  11152. [
  11153. {
  11154. "type": "DOUBLE_PLANT",
  11155. "data": 1,
  11156. "inclinationsConditions": [
  11157. {
  11158. "minInclination": 0.0,
  11159. "maxInclination": 1.7
  11160. }
  11161. ]
  11162. },
  11163. 0.001
  11164. ],
  11165. [
  11166. {
  11167. "type": "DOUBLE_PLANT",
  11168. "data": 2,
  11169. "inclinationsConditions": [
  11170. {
  11171. "minInclination": 0.0,
  11172. "maxInclination": 1.7
  11173. }
  11174. ]
  11175. },
  11176. 0.001
  11177. ],
  11178. [
  11179. {
  11180. "type": "DOUBLE_PLANT",
  11181. "data": 3,
  11182. "inclinationsConditions": [
  11183. {
  11184. "minInclination": 0.0,
  11185. "maxInclination": 1.7
  11186. }
  11187. ]
  11188. },
  11189. 0.001
  11190. ],
  11191. [
  11192. {
  11193. "type": "DOUBLE_PLANT",
  11194. "data": 4,
  11195. "inclinationsConditions": [
  11196. {
  11197. "minInclination": 0.0,
  11198. "maxInclination": 1.7
  11199. }
  11200. ]
  11201. },
  11202. 0.001
  11203. ],
  11204. [
  11205. {
  11206. "type": "DOUBLE_PLANT",
  11207. "data": 5,
  11208. "inclinationsConditions": [
  11209. {
  11210. "minInclination": 0.0,
  11211. "maxInclination": 1.7
  11212. }
  11213. ]
  11214. },
  11215. 0.001
  11216. ],
  11217. [
  11218. {
  11219. "type": "RED_ROSE",
  11220. "data": 0,
  11221. "inclinationsConditions": [
  11222. {
  11223. "minInclination": 0.0,
  11224. "maxInclination": 1.7
  11225. }
  11226. ]
  11227. },
  11228. 0.001
  11229. ],
  11230. [
  11231. {
  11232. "type": "YELLOW_FLOWER",
  11233. "data": 0,
  11234. "inclinationsConditions": [
  11235. {
  11236. "minInclination": 0.0,
  11237. "maxInclination": 1.7
  11238. }
  11239. ]
  11240. },
  11241. 0.001
  11242. ],
  11243. [
  11244. {
  11245. "type": "RED_ROSE",
  11246. "data": 1,
  11247. "inclinationsConditions": [
  11248. {
  11249. "minInclination": 0.0,
  11250. "maxInclination": 1.7
  11251. }
  11252. ]
  11253. },
  11254. 0.001
  11255. ],
  11256. [
  11257. {
  11258. "type": "RED_ROSE",
  11259. "data": 2,
  11260. "inclinationsConditions": [
  11261. {
  11262. "minInclination": 0.0,
  11263. "maxInclination": 1.7
  11264. }
  11265. ]
  11266. },
  11267. 0.001
  11268. ],
  11269. [
  11270. {
  11271. "type": "RED_ROSE",
  11272. "data": 3,
  11273. "inclinationsConditions": [
  11274. {
  11275. "minInclination": 0.0,
  11276. "maxInclination": 1.7
  11277. }
  11278. ]
  11279. },
  11280. 0.001
  11281. ],
  11282. [
  11283. {
  11284. "type": "RED_ROSE",
  11285. "data": 4,
  11286. "inclinationsConditions": [
  11287. {
  11288. "minInclination": 0.0,
  11289. "maxInclination": 1.7
  11290. }
  11291. ]
  11292. },
  11293. 0.001
  11294. ],
  11295. [
  11296. {
  11297. "type": "RED_ROSE",
  11298. "data": 5,
  11299. "inclinationsConditions": [
  11300. {
  11301. "minInclination": 0.0,
  11302. "maxInclination": 1.7
  11303. }
  11304. ]
  11305. },
  11306. 0.001
  11307. ],
  11308. [
  11309. {
  11310. "type": "RED_ROSE",
  11311. "data": 6,
  11312. "inclinationsConditions": [
  11313. {
  11314. "minInclination": 0.0,
  11315. "maxInclination": 1.7
  11316. }
  11317. ]
  11318. },
  11319. 0.001
  11320. ],
  11321. [
  11322. {
  11323. "type": "RED_ROSE",
  11324. "data": 7,
  11325. "inclinationsConditions": [
  11326. {
  11327. "minInclination": 0.0,
  11328. "maxInclination": 1.7
  11329. }
  11330. ]
  11331. },
  11332. 0.001
  11333. ],
  11334. [
  11335. {
  11336. "type": "RED_ROSE",
  11337. "data": 8,
  11338. "inclinationsConditions": [
  11339. {
  11340. "minInclination": 0.0,
  11341. "maxInclination": 1.7
  11342. }
  11343. ]
  11344. },
  11345. 0.001
  11346. ]
  11347. ],
  11348. {},
  11349. [
  11350. [
  11351. {
  11352. "type": "DOUBLE_PLANT",
  11353. "data": 2
  11354. },
  11355. 0.001953125
  11356. ]
  11357. ]
  11358. ],
  11359. "riverBlocks": [
  11360. [
  11361. [
  11362. {
  11363. "type": "SAND",
  11364. "data": 0
  11365. },
  11366. 1.0
  11367. ]
  11368. ]
  11369. ],
  11370. "leavesBlock": {
  11371. "type": "LEAVES",
  11372. "data": 0,
  11373. "inclinationsConditions": [
  11374. {
  11375. "minInclination": 0.44999998807907104,
  11376. "maxInclination": 0.6000000238418579
  11377. }
  11378. ]
  11379. }
  11380. },
  11381. "customTrees": [
  11382. {
  11383. "name": "TREES_willow_big",
  11384. "density": 5.0E-5,
  11385. "size": "MEDIUM",
  11386. "type": "TREES",
  11387. "blocksRequiredUnderneath": [
  11388. "GRASS"
  11389. ],
  11390. "blacklistedDecoBlocks": [],
  11391. "spawnOnGround": true,
  11392. "overrideExsistingBlocks": false,
  11393. "allowRotation": true,
  11394. "applyPhysics": false,
  11395. "applyAir": false,
  11396. "fixFlyingRoots": true,
  11397. "replaceAir": true,
  11398. "minY": 62,
  11399. "maxY": 113,
  11400. "maxSlope": 0.7,
  11401. "minSlope": 0.0,
  11402. "snapToXGrid": -1,
  11403. "snapToYGrid": -1,
  11404. "gridXOffset": 0,
  11405. "gridYOffset": 0,
  11406. "anchorYOffset": 0
  11407. },
  11408. {
  11409. "name": "TREES_willow_big_2",
  11410. "density": 5.0E-5,
  11411. "size": "MEDIUM",
  11412. "type": "TREES",
  11413. "blocksRequiredUnderneath": [
  11414. "GRASS"
  11415. ],
  11416. "blacklistedDecoBlocks": [],
  11417. "spawnOnGround": true,
  11418. "overrideExsistingBlocks": false,
  11419. "allowRotation": true,
  11420. "applyPhysics": false,
  11421. "applyAir": false,
  11422. "fixFlyingRoots": true,
  11423. "replaceAir": true,
  11424. "minY": 62,
  11425. "maxY": 113,
  11426. "maxSlope": 0.7,
  11427. "minSlope": 0.0,
  11428. "snapToXGrid": -1,
  11429. "snapToYGrid": -1,
  11430. "gridXOffset": 0,
  11431. "gridYOffset": 0,
  11432. "anchorYOffset": 0
  11433. },
  11434. {
  11435. "name": "TREES_willow_huge",
  11436. "density": 5.0E-5,
  11437. "size": "MEDIUM",
  11438. "type": "TREES",
  11439. "blocksRequiredUnderneath": [
  11440. "GRASS"
  11441. ],
  11442. "blacklistedDecoBlocks": [],
  11443. "spawnOnGround": true,
  11444. "overrideExsistingBlocks": false,
  11445. "allowRotation": true,
  11446. "applyPhysics": false,
  11447. "applyAir": false,
  11448. "fixFlyingRoots": true,
  11449. "replaceAir": true,
  11450. "minY": 62,
  11451. "maxY": 113,
  11452. "maxSlope": 0.7,
  11453. "minSlope": 0.0,
  11454. "snapToXGrid": -1,
  11455. "snapToYGrid": -1,
  11456. "gridXOffset": 0,
  11457. "gridYOffset": 0,
  11458. "anchorYOffset": 0
  11459. },
  11460. {
  11461. "name": "TREES_willow_medium",
  11462. "density": 5.0E-5,
  11463. "size": "MEDIUM",
  11464. "type": "TREES",
  11465. "blocksRequiredUnderneath": [
  11466. "GRASS"
  11467. ],
  11468. "blacklistedDecoBlocks": [],
  11469. "spawnOnGround": true,
  11470. "overrideExsistingBlocks": false,
  11471. "allowRotation": true,
  11472. "applyPhysics": false,
  11473. "applyAir": false,
  11474. "fixFlyingRoots": true,
  11475. "replaceAir": true,
  11476. "minY": 62,
  11477. "maxY": 113,
  11478. "maxSlope": 0.7,
  11479. "minSlope": 0.0,
  11480. "snapToXGrid": -1,
  11481. "snapToYGrid": -1,
  11482. "gridXOffset": 0,
  11483. "gridYOffset": 0,
  11484. "anchorYOffset": 0
  11485. },
  11486. {
  11487. "name": "TREES_willow_medium_2",
  11488. "density": 5.0E-5,
  11489. "size": "MEDIUM",
  11490. "type": "TREES",
  11491. "blocksRequiredUnderneath": [
  11492. "GRASS"
  11493. ],
  11494. "blacklistedDecoBlocks": [],
  11495. "spawnOnGround": true,
  11496. "overrideExsistingBlocks": false,
  11497. "allowRotation": true,
  11498. "applyPhysics": false,
  11499. "applyAir": false,
  11500. "fixFlyingRoots": true,
  11501. "replaceAir": true,
  11502. "minY": 62,
  11503. "maxY": 113,
  11504. "maxSlope": 0.7,
  11505. "minSlope": 0.0,
  11506. "snapToXGrid": -1,
  11507. "snapToYGrid": -1,
  11508. "gridXOffset": 0,
  11509. "gridYOffset": 0,
  11510. "anchorYOffset": 0
  11511. },
  11512. {
  11513. "name": "TREES_willow_normal",
  11514. "density": 5.0E-5,
  11515. "size": "MEDIUM",
  11516. "type": "TREES",
  11517. "blocksRequiredUnderneath": [
  11518. "GRASS"
  11519. ],
  11520. "blacklistedDecoBlocks": [],
  11521. "spawnOnGround": true,
  11522. "overrideExsistingBlocks": false,
  11523. "allowRotation": true,
  11524. "applyPhysics": false,
  11525. "applyAir": false,
  11526. "fixFlyingRoots": true,
  11527. "replaceAir": true,
  11528. "minY": 62,
  11529. "maxY": 113,
  11530. "maxSlope": 0.7,
  11531. "minSlope": 0.0,
  11532. "snapToXGrid": -1,
  11533. "snapToYGrid": -1,
  11534. "gridXOffset": 0,
  11535. "gridYOffset": 0,
  11536. "anchorYOffset": 0
  11537. },
  11538. {
  11539. "name": "TREES_willow_small",
  11540. "density": 5.0E-5,
  11541. "size": "MEDIUM",
  11542. "type": "TREES",
  11543. "blocksRequiredUnderneath": [
  11544. "GRASS"
  11545. ],
  11546. "blacklistedDecoBlocks": [],
  11547. "spawnOnGround": true,
  11548. "overrideExsistingBlocks": false,
  11549. "allowRotation": true,
  11550. "applyPhysics": false,
  11551. "applyAir": false,
  11552. "fixFlyingRoots": true,
  11553. "replaceAir": true,
  11554. "minY": 62,
  11555. "maxY": 113,
  11556. "maxSlope": 0.7,
  11557. "minSlope": 0.0,
  11558. "snapToXGrid": -1,
  11559. "snapToYGrid": -1,
  11560. "gridXOffset": 0,
  11561. "gridYOffset": 0,
  11562. "anchorYOffset": 0
  11563. },
  11564. {
  11565. "name": "TREES_willow_tiny",
  11566. "density": 5.0E-5,
  11567. "size": "MEDIUM",
  11568. "type": "TREES",
  11569. "blocksRequiredUnderneath": [
  11570. "GRASS"
  11571. ],
  11572. "blacklistedDecoBlocks": [],
  11573. "spawnOnGround": true,
  11574. "overrideExsistingBlocks": false,
  11575. "allowRotation": true,
  11576. "applyPhysics": false,
  11577. "applyAir": false,
  11578. "fixFlyingRoots": true,
  11579. "replaceAir": true,
  11580. "minY": 62,
  11581. "maxY": 113,
  11582. "maxSlope": 0.7,
  11583. "minSlope": 0.0,
  11584. "snapToXGrid": -1,
  11585. "snapToYGrid": -1,
  11586. "gridXOffset": 0,
  11587. "gridYOffset": 0,
  11588. "anchorYOffset": 0
  11589. },
  11590. {
  11591. "name": "TREES_willow_tiny_2",
  11592. "density": 5.0E-5,
  11593. "size": "MEDIUM",
  11594. "type": "TREES",
  11595. "blocksRequiredUnderneath": [
  11596. "GRASS"
  11597. ],
  11598. "blacklistedDecoBlocks": [],
  11599. "spawnOnGround": true,
  11600. "overrideExsistingBlocks": false,
  11601. "allowRotation": true,
  11602. "applyPhysics": false,
  11603. "applyAir": false,
  11604. "fixFlyingRoots": true,
  11605. "replaceAir": true,
  11606. "minY": 62,
  11607. "maxY": 113,
  11608. "maxSlope": 0.7,
  11609. "minSlope": 0.0,
  11610. "snapToXGrid": -1,
  11611. "snapToYGrid": -1,
  11612. "gridXOffset": 0,
  11613. "gridYOffset": 0,
  11614. "anchorYOffset": 0
  11615. },
  11616. {
  11617. "name": "TREES_willow_tiny_3",
  11618. "density": 5.0E-5,
  11619. "size": "MEDIUM",
  11620. "type": "TREES",
  11621. "blocksRequiredUnderneath": [
  11622. "GRASS"
  11623. ],
  11624. "blacklistedDecoBlocks": [],
  11625. "spawnOnGround": true,
  11626. "overrideExsistingBlocks": false,
  11627. "allowRotation": true,
  11628. "applyPhysics": false,
  11629. "applyAir": false,
  11630. "fixFlyingRoots": true,
  11631. "replaceAir": true,
  11632. "minY": 62,
  11633. "maxY": 113,
  11634. "maxSlope": 0.7,
  11635. "minSlope": 0.0,
  11636. "snapToXGrid": -1,
  11637. "snapToYGrid": -1,
  11638. "gridXOffset": 0,
  11639. "gridYOffset": 0,
  11640. "anchorYOffset": 0
  11641. },
  11642. {
  11643. "name": "TREES_willow_big",
  11644. "density": 5.0E-5,
  11645. "size": "MEDIUM",
  11646. "type": "TREES",
  11647. "blocksRequiredUnderneath": [
  11648. "GRASS"
  11649. ],
  11650. "blacklistedDecoBlocks": [],
  11651. "spawnOnGround": true,
  11652. "overrideExsistingBlocks": false,
  11653. "allowRotation": true,
  11654. "applyPhysics": false,
  11655. "applyAir": false,
  11656. "fixFlyingRoots": true,
  11657. "replaceAir": true,
  11658. "minY": 62,
  11659. "maxY": 113,
  11660. "maxSlope": 0.7,
  11661. "minSlope": 0.0,
  11662. "snapToXGrid": -1,
  11663. "snapToYGrid": -1,
  11664. "gridXOffset": 0,
  11665. "gridYOffset": 0,
  11666. "anchorYOffset": 0
  11667. },
  11668. {
  11669. "name": "TREES_willow_big_2",
  11670. "density": 5.0E-5,
  11671. "size": "MEDIUM",
  11672. "type": "TREES",
  11673. "blocksRequiredUnderneath": [
  11674. "GRASS"
  11675. ],
  11676. "blacklistedDecoBlocks": [],
  11677. "spawnOnGround": true,
  11678. "overrideExsistingBlocks": false,
  11679. "allowRotation": true,
  11680. "applyPhysics": false,
  11681. "applyAir": false,
  11682. "fixFlyingRoots": true,
  11683. "replaceAir": true,
  11684. "minY": 62,
  11685. "maxY": 113,
  11686. "maxSlope": 0.7,
  11687. "minSlope": 0.0,
  11688. "snapToXGrid": -1,
  11689. "snapToYGrid": -1,
  11690. "gridXOffset": 0,
  11691. "gridYOffset": 0,
  11692. "anchorYOffset": 0
  11693. },
  11694. {
  11695. "name": "TREES_willow_huge",
  11696. "density": 5.0E-5,
  11697. "size": "MEDIUM",
  11698. "type": "TREES",
  11699. "blocksRequiredUnderneath": [
  11700. "GRASS"
  11701. ],
  11702. "blacklistedDecoBlocks": [],
  11703. "spawnOnGround": true,
  11704. "overrideExsistingBlocks": false,
  11705. "allowRotation": true,
  11706. "applyPhysics": false,
  11707. "applyAir": false,
  11708. "fixFlyingRoots": true,
  11709. "replaceAir": true,
  11710. "minY": 62,
  11711. "maxY": 113,
  11712. "maxSlope": 0.7,
  11713. "minSlope": 0.0,
  11714. "snapToXGrid": -1,
  11715. "snapToYGrid": -1,
  11716. "gridXOffset": 0,
  11717. "gridYOffset": 0,
  11718. "anchorYOffset": 0
  11719. },
  11720. {
  11721. "name": "TREES_willow_medium",
  11722. "density": 5.0E-5,
  11723. "size": "MEDIUM",
  11724. "type": "TREES",
  11725. "blocksRequiredUnderneath": [
  11726. "GRASS"
  11727. ],
  11728. "blacklistedDecoBlocks": [],
  11729. "spawnOnGround": true,
  11730. "overrideExsistingBlocks": false,
  11731. "allowRotation": true,
  11732. "applyPhysics": false,
  11733. "applyAir": false,
  11734. "fixFlyingRoots": true,
  11735. "replaceAir": true,
  11736. "minY": 62,
  11737. "maxY": 113,
  11738. "maxSlope": 0.7,
  11739. "minSlope": 0.0,
  11740. "snapToXGrid": -1,
  11741. "snapToYGrid": -1,
  11742. "gridXOffset": 0,
  11743. "gridYOffset": 0,
  11744. "anchorYOffset": 0
  11745. },
  11746. {
  11747. "name": "TREES_willow_medium_2",
  11748. "density": 5.0E-5,
  11749. "size": "MEDIUM",
  11750. "type": "TREES",
  11751. "blocksRequiredUnderneath": [
  11752. "GRASS"
  11753. ],
  11754. "blacklistedDecoBlocks": [],
  11755. "spawnOnGround": true,
  11756. "overrideExsistingBlocks": false,
  11757. "allowRotation": true,
  11758. "applyPhysics": false,
  11759. "applyAir": false,
  11760. "fixFlyingRoots": true,
  11761. "replaceAir": true,
  11762. "minY": 62,
  11763. "maxY": 113,
  11764. "maxSlope": 0.7,
  11765. "minSlope": 0.0,
  11766. "snapToXGrid": -1,
  11767. "snapToYGrid": -1,
  11768. "gridXOffset": 0,
  11769. "gridYOffset": 0,
  11770. "anchorYOffset": 0
  11771. },
  11772. {
  11773. "name": "TREES_willow_normal",
  11774. "density": 5.0E-5,
  11775. "size": "MEDIUM",
  11776. "type": "TREES",
  11777. "blocksRequiredUnderneath": [
  11778. "GRASS"
  11779. ],
  11780. "blacklistedDecoBlocks": [],
  11781. "spawnOnGround": true,
  11782. "overrideExsistingBlocks": false,
  11783. "allowRotation": true,
  11784. "applyPhysics": false,
  11785. "applyAir": false,
  11786. "fixFlyingRoots": true,
  11787. "replaceAir": true,
  11788. "minY": 62,
  11789. "maxY": 113,
  11790. "maxSlope": 0.7,
  11791. "minSlope": 0.0,
  11792. "snapToXGrid": -1,
  11793. "snapToYGrid": -1,
  11794. "gridXOffset": 0,
  11795. "gridYOffset": 0,
  11796. "anchorYOffset": 0
  11797. },
  11798. {
  11799. "name": "TREES_willow_small",
  11800. "density": 5.0E-5,
  11801. "size": "MEDIUM",
  11802. "type": "TREES",
  11803. "blocksRequiredUnderneath": [
  11804. "GRASS"
  11805. ],
  11806. "blacklistedDecoBlocks": [],
  11807. "spawnOnGround": true,
  11808. "overrideExsistingBlocks": false,
  11809. "allowRotation": true,
  11810. "applyPhysics": false,
  11811. "applyAir": false,
  11812. "fixFlyingRoots": true,
  11813. "replaceAir": true,
  11814. "minY": 62,
  11815. "maxY": 113,
  11816. "maxSlope": 0.7,
  11817. "minSlope": 0.0,
  11818. "snapToXGrid": -1,
  11819. "snapToYGrid": -1,
  11820. "gridXOffset": 0,
  11821. "gridYOffset": 0,
  11822. "anchorYOffset": 0
  11823. },
  11824. {
  11825. "name": "TREES_willow_tiny",
  11826. "density": 5.0E-5,
  11827. "size": "MEDIUM",
  11828. "type": "TREES",
  11829. "blocksRequiredUnderneath": [
  11830. "GRASS"
  11831. ],
  11832. "blacklistedDecoBlocks": [],
  11833. "spawnOnGround": true,
  11834. "overrideExsistingBlocks": false,
  11835. "allowRotation": true,
  11836. "applyPhysics": false,
  11837. "applyAir": false,
  11838. "fixFlyingRoots": true,
  11839. "replaceAir": true,
  11840. "minY": 62,
  11841. "maxY": 113,
  11842. "maxSlope": 0.7,
  11843. "minSlope": 0.0,
  11844. "snapToXGrid": -1,
  11845. "snapToYGrid": -1,
  11846. "gridXOffset": 0,
  11847. "gridYOffset": 0,
  11848. "anchorYOffset": 0
  11849. },
  11850. {
  11851. "name": "TREES_willow_tiny_2",
  11852. "density": 5.0E-5,
  11853. "size": "MEDIUM",
  11854. "type": "TREES",
  11855. "blocksRequiredUnderneath": [
  11856. "GRASS"
  11857. ],
  11858. "blacklistedDecoBlocks": [],
  11859. "spawnOnGround": true,
  11860. "overrideExsistingBlocks": false,
  11861. "allowRotation": true,
  11862. "applyPhysics": false,
  11863. "applyAir": false,
  11864. "fixFlyingRoots": true,
  11865. "replaceAir": true,
  11866. "minY": 62,
  11867. "maxY": 113,
  11868. "maxSlope": 0.7,
  11869. "minSlope": 0.0,
  11870. "snapToXGrid": -1,
  11871. "snapToYGrid": -1,
  11872. "gridXOffset": 0,
  11873. "gridYOffset": 0,
  11874. "anchorYOffset": 0
  11875. },
  11876. {
  11877. "name": "TREES_willow_tiny_3",
  11878. "density": 5.0E-5,
  11879. "size": "MEDIUM",
  11880. "type": "TREES",
  11881. "blocksRequiredUnderneath": [
  11882. "GRASS"
  11883. ],
  11884. "blacklistedDecoBlocks": [],
  11885. "spawnOnGround": true,
  11886. "overrideExsistingBlocks": false,
  11887. "allowRotation": true,
  11888. "applyPhysics": false,
  11889. "applyAir": false,
  11890. "fixFlyingRoots": true,
  11891. "replaceAir": true,
  11892. "minY": 62,
  11893. "maxY": 113,
  11894. "maxSlope": 0.7,
  11895. "minSlope": 0.0,
  11896. "snapToXGrid": -1,
  11897. "snapToYGrid": -1,
  11898. "gridXOffset": 0,
  11899. "gridYOffset": 0,
  11900. "anchorYOffset": 0
  11901. }
  11902. ],
  11903. "customStructures": [],
  11904. "maxEWGObjectsPerChunk": 4,
  11905. "xNoiseModifier": 1.2,
  11906. "yNoiseModifier": 0.7,
  11907. "zNoiseModifier": 1.2,
  11908. "lakeDepth": 0.0,
  11909. "baseHeight": 67,
  11910. "nativeBiomes": [
  11911. {
  11912. "nativeBiome": "OCEAN",
  11913. "chance": 1.0
  11914. }
  11915. ],
  11916. "entitySettings": {},
  11917. "groundMaterials": [
  11918. {
  11919. "material": "STONE",
  11920. "data": 0,
  11921. "chance": 1.0
  11922. }
  11923. ]
  11924. },
  11925. "Fantasy Forest": {
  11926. "enabled": true,
  11927. "biomeType": "GRASSLAND",
  11928. "useDungeons": true,
  11929. "dungeonChance": 8,
  11930. "useMineShafts": true,
  11931. "useStrongholds": true,
  11932. "useVillages": true,
  11933. "useTemples": false,
  11934. "useNetherFortress": false,
  11935. "useCaves": true,
  11936. "useMonuments": false,
  11937. "useRavines": true,
  11938. "useWitchHuts": false,
  11939. "usePyramids": false,
  11940. "useJungleTemples": false,
  11941. "useIgloos": false,
  11942. "useFossils": false,
  11943. "useWaterLakes": true,
  11944. "useLavaLakes": false,
  11945. "useRivers": true,
  11946. "useNativePainting": false,
  11947. "useNativeStructure": false,
  11948. "fossilChance": 64,
  11949. "lavaLakeChance": 80,
  11950. "waterLakeChance": 4,
  11951. "ores": [
  11952. {
  11953. "type": "DIRT",
  11954. "data": 0,
  11955. "size": 33,
  11956. "count": 10,
  11957. "minHeight": 0,
  11958. "maxHeight": 256
  11959. },
  11960. {
  11961. "type": "GRAVEL",
  11962. "data": 0,
  11963. "size": 33,
  11964. "count": 8,
  11965. "minHeight": 0,
  11966. "maxHeight": 256
  11967. },
  11968. {
  11969. "type": "STONE",
  11970. "data": 1,
  11971. "size": 33,
  11972. "count": 10,
  11973. "minHeight": 0,
  11974. "maxHeight": 80
  11975. },
  11976. {
  11977. "type": "STONE",
  11978. "data": 3,
  11979. "size": 33,
  11980. "count": 10,
  11981. "minHeight": 0,
  11982. "maxHeight": 80
  11983. },
  11984. {
  11985. "type": "STONE",
  11986. "data": 5,
  11987. "size": 33,
  11988. "count": 10,
  11989. "minHeight": 0,
  11990. "maxHeight": 80
  11991. },
  11992. {
  11993. "type": "COAL_ORE",
  11994. "data": 0,
  11995. "size": 17,
  11996. "count": 20,
  11997. "minHeight": 0,
  11998. "maxHeight": 128
  11999. },
  12000. {
  12001. "type": "IRON_ORE",
  12002. "data": 0,
  12003. "size": 9,
  12004. "count": 20,
  12005. "minHeight": 0,
  12006. "maxHeight": 64
  12007. },
  12008. {
  12009. "type": "GOLD_ORE",
  12010. "data": 0,
  12011. "size": 9,
  12012. "count": 2,
  12013. "minHeight": 0,
  12014. "maxHeight": 32
  12015. },
  12016. {
  12017. "type": "REDSTONE_ORE",
  12018. "data": 0,
  12019. "size": 8,
  12020. "count": 8,
  12021. "minHeight": 0,
  12022. "maxHeight": 16
  12023. },
  12024. {
  12025. "type": "DIAMOND_ORE",
  12026. "data": 0,
  12027. "size": 8,
  12028. "count": 1,
  12029. "minHeight": 0,
  12030. "maxHeight": 16
  12031. },
  12032. {
  12033. "type": "LAPIS_ORE",
  12034. "data": 0,
  12035. "size": 7,
  12036. "count": 1,
  12037. "minHeight": 0,
  12038. "maxHeight": 32
  12039. },
  12040. {
  12041. "type": "EMERALD_ORE",
  12042. "data": 0,
  12043. "size": 4,
  12044. "count": 2,
  12045. "minHeight": 4,
  12046. "maxHeight": 32
  12047. }
  12048. ],
  12049. "terrainSettings": {
  12050. "subTerrains": [
  12051. {
  12052. "provider": "EWG",
  12053. "name": "Fantasy Forest",
  12054. "xModifier": 1.0,
  12055. "yModifer": 1.0,
  12056. "zModifer": 1.0,
  12057. "yOffset": 0
  12058. }
  12059. ]
  12060. },
  12061. "overlaySettings": {
  12062. "spawnLillypads": false,
  12063. "spawnCactus": false,
  12064. "spawnSnowLayers": false,
  12065. "spawnIceOnWater": false,
  12066. "minRiver": 2.0,
  12067. "groundDepth": 4,
  12068. "surfaceDepth": 1,
  12069. "surfaceBlocks": [
  12070. [
  12071. [
  12072. {
  12073. "type": "STAINED_CLAY",
  12074. "data": 9,
  12075. "inclinationsConditions": [
  12076. {
  12077. "minInclination": 2.3,
  12078. "maxInclination": 99.0
  12079. }
  12080. ]
  12081. },
  12082. 1.0
  12083. ]
  12084. ],
  12085. [
  12086. [
  12087. {
  12088. "type": "STONE",
  12089. "data": 0,
  12090. "inclinationsConditions": [
  12091. {
  12092. "minInclination": 1.3,
  12093. "maxInclination": 1.7
  12094. }
  12095. ]
  12096. },
  12097. 0.4
  12098. ],
  12099. [
  12100. {
  12101. "type": "COBBLESTONE",
  12102. "data": 0,
  12103. "inclinationsConditions": [
  12104. {
  12105. "minInclination": 1.3,
  12106. "maxInclination": 1.7
  12107. }
  12108. ]
  12109. },
  12110. 0.3
  12111. ],
  12112. [
  12113. {
  12114. "type": "STONE",
  12115. "data": 5,
  12116. "inclinationsConditions": [
  12117. {
  12118. "minInclination": 1.3,
  12119. "maxInclination": 1.7
  12120. }
  12121. ]
  12122. },
  12123. 0.3
  12124. ]
  12125. ],
  12126. [
  12127. [
  12128. {
  12129. "type": "GRASS",
  12130. "data": 0
  12131. },
  12132. 1.0
  12133. ],
  12134. [
  12135. {
  12136. "type": "STONE",
  12137. "data": 1,
  12138. "inclinationsConditions": [
  12139. {
  12140. "minInclination": 2.2,
  12141. "maxInclination": 99.0
  12142. }
  12143. ]
  12144. },
  12145. 0.5
  12146. ]
  12147. ]
  12148. ],
  12149. "oceanBlocks": [],
  12150. "groundBlocks": [
  12151. [
  12152. [
  12153. {
  12154. "type": "STAINED_CLAY",
  12155. "data": 9,
  12156. "inclinationsConditions": [
  12157. {
  12158. "minInclination": 2.3,
  12159. "maxInclination": 99.0
  12160. }
  12161. ]
  12162. },
  12163. 1.0
  12164. ]
  12165. ],
  12166. [
  12167. [
  12168. {
  12169. "type": "STONE",
  12170. "data": 0,
  12171. "inclinationsConditions": [
  12172. {
  12173. "minInclination": 1.3,
  12174. "maxInclination": 1.7
  12175. }
  12176. ]
  12177. },
  12178. 0.4
  12179. ],
  12180. [
  12181. {
  12182. "type": "COBBLESTONE",
  12183. "data": 0,
  12184. "inclinationsConditions": [
  12185. {
  12186. "minInclination": 1.3,
  12187. "maxInclination": 1.7
  12188. }
  12189. ]
  12190. },
  12191. 0.3
  12192. ],
  12193. [
  12194. {
  12195. "type": "STONE",
  12196. "data": 5,
  12197. "inclinationsConditions": [
  12198. {
  12199. "minInclination": 1.3,
  12200. "maxInclination": 1.7
  12201. }
  12202. ]
  12203. },
  12204. 0.3
  12205. ]
  12206. ],
  12207. [
  12208. [
  12209. {
  12210. "type": "DIRT",
  12211. "data": 0
  12212. },
  12213. 0.8
  12214. ],
  12215. [
  12216. {
  12217. "type": "COBBLESTONE",
  12218. "data": 0
  12219. },
  12220. 0.2
  12221. ]
  12222. ]
  12223. ],
  12224. "beachBlocks": [
  12225. [
  12226. [
  12227. {
  12228. "type": "SAND",
  12229. "data": 0,
  12230. "heightConditions": [
  12231. {
  12232. "minHeight": 0,
  12233. "maxHeight": 53
  12234. }
  12235. ]
  12236. },
  12237. 1.0
  12238. ]
  12239. ],
  12240. [
  12241. [
  12242. {
  12243. "type": "SAND",
  12244. "data": 0,
  12245. "inclinationsConditions": [
  12246. {
  12247. "minInclination": 0.0,
  12248. "maxInclination": 0.5
  12249. }
  12250. ]
  12251. },
  12252. 1.0
  12253. ]
  12254. ]
  12255. ],
  12256. "slabBlocks": [],
  12257. "stairBlocks": [],
  12258. "plantBlocks": [
  12259. {},
  12260. {},
  12261. [
  12262. [
  12263. {
  12264. "type": "SUGAR_CANE_BLOCK",
  12265. "data": 0,
  12266. "heightConditions": [
  12267. {
  12268. "minHeight": 54,
  12269. "maxHeight": 54
  12270. }
  12271. ]
  12272. },
  12273. 0.1
  12274. ],
  12275. [
  12276. {
  12277. "type": "LONG_GRASS",
  12278. "data": 1,
  12279. "inclinationsConditions": [
  12280. {
  12281. "minInclination": 0.0,
  12282. "maxInclination": 1.7
  12283. }
  12284. ]
  12285. },
  12286. 0.25
  12287. ],
  12288. [
  12289. {
  12290. "type": "DOUBLE_PLANT",
  12291. "data": 0,
  12292. "inclinationsConditions": [
  12293. {
  12294. "minInclination": 0.0,
  12295. "maxInclination": 1.7
  12296. }
  12297. ]
  12298. },
  12299. 0.001
  12300. ],
  12301. [
  12302. {
  12303. "type": "DOUBLE_PLANT",
  12304. "data": 1,
  12305. "inclinationsConditions": [
  12306. {
  12307. "minInclination": 0.0,
  12308. "maxInclination": 1.7
  12309. }
  12310. ]
  12311. },
  12312. 0.001
  12313. ],
  12314. [
  12315. {
  12316. "type": "DOUBLE_PLANT",
  12317. "data": 2,
  12318. "inclinationsConditions": [
  12319. {
  12320. "minInclination": 0.0,
  12321. "maxInclination": 1.7
  12322. }
  12323. ]
  12324. },
  12325. 0.001
  12326. ],
  12327. [
  12328. {
  12329. "type": "DOUBLE_PLANT",
  12330. "data": 3,
  12331. "inclinationsConditions": [
  12332. {
  12333. "minInclination": 0.0,
  12334. "maxInclination": 1.7
  12335. }
  12336. ]
  12337. },
  12338. 0.001
  12339. ],
  12340. [
  12341. {
  12342. "type": "DOUBLE_PLANT",
  12343. "data": 4,
  12344. "inclinationsConditions": [
  12345. {
  12346. "minInclination": 0.0,
  12347. "maxInclination": 1.7
  12348. }
  12349. ]
  12350. },
  12351. 0.001
  12352. ],
  12353. [
  12354. {
  12355. "type": "DOUBLE_PLANT",
  12356. "data": 5,
  12357. "inclinationsConditions": [
  12358. {
  12359. "minInclination": 0.0,
  12360. "maxInclination": 1.7
  12361. }
  12362. ]
  12363. },
  12364. 0.001
  12365. ],
  12366. [
  12367. {
  12368. "type": "RED_ROSE",
  12369. "data": 0,
  12370. "inclinationsConditions": [
  12371. {
  12372. "minInclination": 0.0,
  12373. "maxInclination": 1.7
  12374. }
  12375. ]
  12376. },
  12377. 0.001
  12378. ],
  12379. [
  12380. {
  12381. "type": "YELLOW_FLOWER",
  12382. "data": 0,
  12383. "inclinationsConditions": [
  12384. {
  12385. "minInclination": 0.0,
  12386. "maxInclination": 1.7
  12387. }
  12388. ]
  12389. },
  12390. 0.001
  12391. ],
  12392. [
  12393. {
  12394. "type": "RED_ROSE",
  12395. "data": 1,
  12396. "inclinationsConditions": [
  12397. {
  12398. "minInclination": 0.0,
  12399. "maxInclination": 1.7
  12400. }
  12401. ]
  12402. },
  12403. 0.001
  12404. ],
  12405. [
  12406. {
  12407. "type": "RED_ROSE",
  12408. "data": 2,
  12409. "inclinationsConditions": [
  12410. {
  12411. "minInclination": 0.0,
  12412. "maxInclination": 1.7
  12413. }
  12414. ]
  12415. },
  12416. 0.001
  12417. ],
  12418. [
  12419. {
  12420. "type": "RED_ROSE",
  12421. "data": 3,
  12422. "inclinationsConditions": [
  12423. {
  12424. "minInclination": 0.0,
  12425. "maxInclination": 1.7
  12426. }
  12427. ]
  12428. },
  12429. 0.001
  12430. ],
  12431. [
  12432. {
  12433. "type": "RED_ROSE",
  12434. "data": 4,
  12435. "inclinationsConditions": [
  12436. {
  12437. "minInclination": 0.0,
  12438. "maxInclination": 1.7
  12439. }
  12440. ]
  12441. },
  12442. 0.001
  12443. ],
  12444. [
  12445. {
  12446. "type": "RED_ROSE",
  12447. "data": 5,
  12448. "inclinationsConditions": [
  12449. {
  12450. "minInclination": 0.0,
  12451. "maxInclination": 1.7
  12452. }
  12453. ]
  12454. },
  12455. 0.001
  12456. ],
  12457. [
  12458. {
  12459. "type": "RED_ROSE",
  12460. "data": 6,
  12461. "inclinationsConditions": [
  12462. {
  12463. "minInclination": 0.0,
  12464. "maxInclination": 1.7
  12465. }
  12466. ]
  12467. },
  12468. 0.001
  12469. ],
  12470. [
  12471. {
  12472. "type": "RED_ROSE",
  12473. "data": 7,
  12474. "inclinationsConditions": [
  12475. {
  12476. "minInclination": 0.0,
  12477. "maxInclination": 1.7
  12478. }
  12479. ]
  12480. },
  12481. 0.001
  12482. ],
  12483. [
  12484. {
  12485. "type": "RED_ROSE",
  12486. "data": 8,
  12487. "inclinationsConditions": [
  12488. {
  12489. "minInclination": 0.0,
  12490. "maxInclination": 1.7
  12491. }
  12492. ]
  12493. },
  12494. 0.001
  12495. ]
  12496. ],
  12497. {},
  12498. [
  12499. [
  12500. {
  12501. "type": "RED_ROSE",
  12502. "data": 0
  12503. },
  12504. 0.001953125
  12505. ],
  12506. [
  12507. {
  12508. "type": "RED_ROSE",
  12509. "data": 1
  12510. },
  12511. 0.001953125
  12512. ],
  12513. [
  12514. {
  12515. "type": "RED_ROSE",
  12516. "data": 2
  12517. },
  12518. 0.001953125
  12519. ],
  12520. [
  12521. {
  12522. "type": "RED_ROSE",
  12523. "data": 3
  12524. },
  12525. 0.001953125
  12526. ],
  12527. [
  12528. {
  12529. "type": "RED_ROSE",
  12530. "data": 4
  12531. },
  12532. 0.001953125
  12533. ],
  12534. [
  12535. {
  12536. "type": "RED_ROSE",
  12537. "data": 5
  12538. },
  12539. 0.001953125
  12540. ],
  12541. [
  12542. {
  12543. "type": "RED_ROSE",
  12544. "data": 6
  12545. },
  12546. 0.001953125
  12547. ],
  12548. [
  12549. {
  12550. "type": "RED_ROSE",
  12551. "data": 7
  12552. },
  12553. 0.001953125
  12554. ],
  12555. [
  12556. {
  12557. "type": "RED_ROSE",
  12558. "data": 8
  12559. },
  12560. 0.001953125
  12561. ],
  12562. [
  12563. {
  12564. "type": "DOUBLE_PLANT",
  12565. "data": 2
  12566. },
  12567. 0.001953125
  12568. ],
  12569. [
  12570. {
  12571. "type": "DOUBLE_PLANT",
  12572. "data": 3
  12573. },
  12574. 0.001953125
  12575. ]
  12576. ]
  12577. ],
  12578. "riverBlocks": [],
  12579. "leavesBlock": {
  12580. "type": "LEAVES",
  12581. "data": 0,
  12582. "inclinationsConditions": [
  12583. {
  12584. "minInclination": 0.44999998807907104,
  12585. "maxInclination": 0.6000000238418579
  12586. }
  12587. ]
  12588. }
  12589. },
  12590. "customTrees": [
  12591. {
  12592. "name": "TREES_fantasy_normal",
  12593. "density": 0.0014285714285714286,
  12594. "size": "MEDIUM",
  12595. "type": "TREES",
  12596. "blocksRequiredUnderneath": [
  12597. "GRASS"
  12598. ],
  12599. "blacklistedDecoBlocks": [],
  12600. "spawnOnGround": true,
  12601. "overrideExsistingBlocks": false,
  12602. "allowRotation": true,
  12603. "applyPhysics": true,
  12604. "applyAir": false,
  12605. "fixFlyingRoots": true,
  12606. "replaceAir": true,
  12607. "minY": 62,
  12608. "maxY": 120,
  12609. "maxSlope": 0.7,
  12610. "minSlope": 0.0,
  12611. "snapToXGrid": -1,
  12612. "snapToYGrid": -1,
  12613. "gridXOffset": 0,
  12614. "gridYOffset": 0,
  12615. "anchorYOffset": 0
  12616. },
  12617. {
  12618. "name": "TREES_fantasy_normal_2",
  12619. "density": 0.0014285714285714286,
  12620. "size": "MEDIUM",
  12621. "type": "TREES",
  12622. "blocksRequiredUnderneath": [
  12623. "GRASS"
  12624. ],
  12625. "blacklistedDecoBlocks": [],
  12626. "spawnOnGround": true,
  12627. "overrideExsistingBlocks": false,
  12628. "allowRotation": true,
  12629. "applyPhysics": true,
  12630. "applyAir": false,
  12631. "fixFlyingRoots": true,
  12632. "replaceAir": true,
  12633. "minY": 62,
  12634. "maxY": 120,
  12635. "maxSlope": 0.7,
  12636. "minSlope": 0.0,
  12637. "snapToXGrid": -1,
  12638. "snapToYGrid": -1,
  12639. "gridXOffset": 0,
  12640. "gridYOffset": 0,
  12641. "anchorYOffset": 0
  12642. },
  12643. {
  12644. "name": "TREES_fantasy_small",
  12645. "density": 0.0014285714285714286,
  12646. "size": "MEDIUM",
  12647. "type": "TREES",
  12648. "blocksRequiredUnderneath": [
  12649. "GRASS"
  12650. ],
  12651. "blacklistedDecoBlocks": [],
  12652. "spawnOnGround": true,
  12653. "overrideExsistingBlocks": false,
  12654. "allowRotation": true,
  12655. "applyPhysics": true,
  12656. "applyAir": false,
  12657. "fixFlyingRoots": true,
  12658. "replaceAir": true,
  12659. "minY": 62,
  12660. "maxY": 120,
  12661. "maxSlope": 0.7,
  12662. "minSlope": 0.0,
  12663. "snapToXGrid": -1,
  12664. "snapToYGrid": -1,
  12665. "gridXOffset": 0,
  12666. "gridYOffset": 0,
  12667. "anchorYOffset": 0
  12668. },
  12669. {
  12670. "name": "TREES_fantasy_small_2",
  12671. "density": 0.0014285714285714286,
  12672. "size": "MEDIUM",
  12673. "type": "TREES",
  12674. "blocksRequiredUnderneath": [
  12675. "GRASS"
  12676. ],
  12677. "blacklistedDecoBlocks": [],
  12678. "spawnOnGround": true,
  12679. "overrideExsistingBlocks": false,
  12680. "allowRotation": true,
  12681. "applyPhysics": true,
  12682. "applyAir": false,
  12683. "fixFlyingRoots": true,
  12684. "replaceAir": true,
  12685. "minY": 62,
  12686. "maxY": 120,
  12687. "maxSlope": 0.7,
  12688. "minSlope": 0.0,
  12689. "snapToXGrid": -1,
  12690. "snapToYGrid": -1,
  12691. "gridXOffset": 0,
  12692. "gridYOffset": 0,
  12693. "anchorYOffset": 0
  12694. },
  12695. {
  12696. "name": "TREES_fantasy_small_3",
  12697. "density": 0.0014285714285714286,
  12698. "size": "MEDIUM",
  12699. "type": "TREES",
  12700. "blocksRequiredUnderneath": [
  12701. "GRASS"
  12702. ],
  12703. "blacklistedDecoBlocks": [],
  12704. "spawnOnGround": true,
  12705. "overrideExsistingBlocks": false,
  12706. "allowRotation": true,
  12707. "applyPhysics": true,
  12708. "applyAir": false,
  12709. "fixFlyingRoots": true,
  12710. "replaceAir": true,
  12711. "minY": 62,
  12712. "maxY": 120,
  12713. "maxSlope": 0.7,
  12714. "minSlope": 0.0,
  12715. "snapToXGrid": -1,
  12716. "snapToYGrid": -1,
  12717. "gridXOffset": 0,
  12718. "gridYOffset": 0,
  12719. "anchorYOffset": 0
  12720. }
  12721. ],
  12722. "customStructures": [
  12723. {
  12724. "name": "forest",
  12725. "density": 3.333333333333333E-4,
  12726. "size": "MEDIUM",
  12727. "type": "DECO",
  12728. "blocksRequiredUnderneath": [
  12729. "GRASS"
  12730. ],
  12731. "blacklistedDecoBlocks": [],
  12732. "spawnOnGround": true,
  12733. "overrideExsistingBlocks": false,
  12734. "allowRotation": true,
  12735. "applyPhysics": true,
  12736. "applyAir": false,
  12737. "fixFlyingRoots": false,
  12738. "replaceAir": true,
  12739. "minY": 67,
  12740. "maxY": 107,
  12741. "maxSlope": 0.7,
  12742. "minSlope": 0.0,
  12743. "snapToXGrid": -1,
  12744. "snapToYGrid": -1,
  12745. "gridXOffset": 0,
  12746. "gridYOffset": 0,
  12747. "anchorYOffset": 0
  12748. }
  12749. ],
  12750. "maxEWGObjectsPerChunk": 4,
  12751. "xNoiseModifier": 1.2,
  12752. "yNoiseModifier": 0.8,
  12753. "zNoiseModifier": 1.2,
  12754. "lakeDepth": 0.0,
  12755. "baseHeight": 67,
  12756. "nativeBiomes": [
  12757. {
  12758. "nativeBiome": "JUNGLE",
  12759. "chance": 0.8
  12760. },
  12761. {
  12762. "nativeBiome": "SAVANNA",
  12763. "chance": 0.2
  12764. }
  12765. ],
  12766. "entitySettings": {},
  12767. "groundMaterials": [
  12768. {
  12769. "material": "STONE",
  12770. "data": 0,
  12771. "chance": 1.0
  12772. }
  12773. ]
  12774. },
  12775. "Desert": {
  12776. "enabled": true,
  12777. "biomeType": "DESERT",
  12778. "useDungeons": true,
  12779. "dungeonChance": 8,
  12780. "useMineShafts": true,
  12781. "useStrongholds": true,
  12782. "useVillages": true,
  12783. "useTemples": false,
  12784. "useNetherFortress": false,
  12785. "useCaves": true,
  12786. "useMonuments": false,
  12787. "useRavines": true,
  12788. "useWitchHuts": false,
  12789. "usePyramids": false,
  12790. "useJungleTemples": false,
  12791. "useIgloos": false,
  12792. "useFossils": true,
  12793. "useWaterLakes": true,
  12794. "useLavaLakes": true,
  12795. "useRivers": true,
  12796. "useNativePainting": false,
  12797. "useNativeStructure": false,
  12798. "fossilChance": 64,
  12799. "lavaLakeChance": 30,
  12800. "waterLakeChance": 50,
  12801. "ores": [
  12802. {
  12803. "type": "DIRT",
  12804. "data": 0,
  12805. "size": 33,
  12806. "count": 10,
  12807. "minHeight": 0,
  12808. "maxHeight": 256
  12809. },
  12810. {
  12811. "type": "GRAVEL",
  12812. "data": 0,
  12813. "size": 33,
  12814. "count": 8,
  12815. "minHeight": 0,
  12816. "maxHeight": 256
  12817. },
  12818. {
  12819. "type": "STONE",
  12820. "data": 1,
  12821. "size": 33,
  12822. "count": 10,
  12823. "minHeight": 0,
  12824. "maxHeight": 80
  12825. },
  12826. {
  12827. "type": "STONE",
  12828. "data": 3,
  12829. "size": 33,
  12830. "count": 10,
  12831. "minHeight": 0,
  12832. "maxHeight": 80
  12833. },
  12834. {
  12835. "type": "STONE",
  12836. "data": 5,
  12837. "size": 33,
  12838. "count": 10,
  12839. "minHeight": 0,
  12840. "maxHeight": 80
  12841. },
  12842. {
  12843. "type": "COAL_ORE",
  12844. "data": 0,
  12845. "size": 17,
  12846. "count": 20,
  12847. "minHeight": 0,
  12848. "maxHeight": 128
  12849. },
  12850. {
  12851. "type": "IRON_ORE",
  12852. "data": 0,
  12853. "size": 9,
  12854. "count": 20,
  12855. "minHeight": 0,
  12856. "maxHeight": 64
  12857. },
  12858. {
  12859. "type": "GOLD_ORE",
  12860. "data": 0,
  12861. "size": 9,
  12862. "count": 2,
  12863. "minHeight": 0,
  12864. "maxHeight": 32
  12865. },
  12866. {
  12867. "type": "REDSTONE_ORE",
  12868. "data": 0,
  12869. "size": 8,
  12870. "count": 8,
  12871. "minHeight": 0,
  12872. "maxHeight": 16
  12873. },
  12874. {
  12875. "type": "DIAMOND_ORE",
  12876. "data": 0,
  12877. "size": 8,
  12878. "count": 1,
  12879. "minHeight": 0,
  12880. "maxHeight": 16
  12881. },
  12882. {
  12883. "type": "LAPIS_ORE",
  12884. "data": 0,
  12885. "size": 7,
  12886. "count": 1,
  12887. "minHeight": 0,
  12888. "maxHeight": 32
  12889. },
  12890. {
  12891. "type": "EMERALD_ORE",
  12892. "data": 0,
  12893. "size": 4,
  12894. "count": 2,
  12895. "minHeight": 4,
  12896. "maxHeight": 32
  12897. }
  12898. ],
  12899. "terrainSettings": {
  12900. "subTerrains": [
  12901. {
  12902. "provider": "EWG",
  12903. "name": "Desert",
  12904. "xModifier": 1.0,
  12905. "yModifer": 1.0,
  12906. "zModifer": 1.0,
  12907. "yOffset": 0
  12908. }
  12909. ]
  12910. },
  12911. "overlaySettings": {
  12912. "spawnLillypads": false,
  12913. "spawnCactus": true,
  12914. "spawnSnowLayers": false,
  12915. "spawnIceOnWater": false,
  12916. "minRiver": 2.0,
  12917. "groundDepth": 3,
  12918. "surfaceDepth": 4,
  12919. "surfaceBlocks": [
  12920. {},
  12921. {},
  12922. {},
  12923. {},
  12924. [
  12925. [
  12926. {
  12927. "type": "SAND",
  12928. "data": 0
  12929. },
  12930. 1.0
  12931. ]
  12932. ]
  12933. ],
  12934. "oceanBlocks": [],
  12935. "groundBlocks": [
  12936. {},
  12937. {},
  12938. {},
  12939. {},
  12940. [
  12941. [
  12942. {
  12943. "type": "SANDSTONE",
  12944. "data": 0
  12945. },
  12946. 1.0
  12947. ]
  12948. ]
  12949. ],
  12950. "beachBlocks": [
  12951. {},
  12952. {},
  12953. {},
  12954. {},
  12955. [
  12956. [
  12957. {
  12958. "type": "DIRT",
  12959. "data": 0
  12960. },
  12961. 1.0
  12962. ]
  12963. ]
  12964. ],
  12965. "slabBlocks": [
  12966. {},
  12967. {},
  12968. {},
  12969. {},
  12970. [
  12971. [
  12972. {
  12973. "type": "STEP",
  12974. "data": 1
  12975. },
  12976. 1.0
  12977. ]
  12978. ]
  12979. ],
  12980. "stairBlocks": [
  12981. {},
  12982. {},
  12983. {},
  12984. {},
  12985. [
  12986. [
  12987. {
  12988. "type": "SANDSTONE_STAIRS",
  12989. "data": 0
  12990. },
  12991. 1.0
  12992. ]
  12993. ]
  12994. ],
  12995. "plantBlocks": [],
  12996. "riverBlocks": []
  12997. },
  12998. "customTrees": [],
  12999. "customStructures": [
  13000. {
  13001. "name": "desert",
  13002. "density": 3.0E-4,
  13003. "size": "MEDIUM",
  13004. "type": "DECO",
  13005. "blocksRequiredUnderneath": [
  13006. "SAND"
  13007. ],
  13008. "blacklistedDecoBlocks": [
  13009. 46
  13010. ],
  13011. "spawnOnGround": true,
  13012. "overrideExsistingBlocks": false,
  13013. "allowRotation": false,
  13014. "applyPhysics": true,
  13015. "applyAir": true,
  13016. "fixFlyingRoots": false,
  13017. "replaceAir": true,
  13018. "minY": 64,
  13019. "maxY": 80,
  13020. "maxSlope": 0.5,
  13021. "minSlope": 0.0,
  13022. "snapToXGrid": -1,
  13023. "snapToYGrid": -1,
  13024. "gridXOffset": 0,
  13025. "gridYOffset": 0,
  13026. "anchorYOffset": 0
  13027. }
  13028. ],
  13029. "maxEWGObjectsPerChunk": 4,
  13030. "xNoiseModifier": 1.2,
  13031. "yNoiseModifier": 0.8,
  13032. "zNoiseModifier": 1.2,
  13033. "lakeDepth": 0.0,
  13034. "baseHeight": 64,
  13035. "nativeBiomes": [
  13036. {
  13037. "nativeBiome": "DESERT",
  13038. "chance": 1.0
  13039. }
  13040. ],
  13041. "entitySettings": {},
  13042. "groundMaterials": [
  13043. {
  13044. "material": "STONE",
  13045. "data": 0,
  13046. "chance": 1.0
  13047. }
  13048. ]
  13049. },
  13050. "Forgotten Forest": {
  13051. "enabled": true,
  13052. "biomeType": "FOREST",
  13053. "useDungeons": true,
  13054. "dungeonChance": 8,
  13055. "useMineShafts": true,
  13056. "useStrongholds": true,
  13057. "useVillages": true,
  13058. "useTemples": false,
  13059. "useNetherFortress": false,
  13060. "useCaves": true,
  13061. "useMonuments": true,
  13062. "useRavines": true,
  13063. "useWitchHuts": false,
  13064. "usePyramids": false,
  13065. "useJungleTemples": false,
  13066. "useIgloos": false,
  13067. "useFossils": false,
  13068. "useWaterLakes": true,
  13069. "useLavaLakes": false,
  13070. "useRivers": true,
  13071. "useNativePainting": false,
  13072. "useNativeStructure": false,
  13073. "fossilChance": 64,
  13074. "lavaLakeChance": 80,
  13075. "waterLakeChance": 4,
  13076. "ores": [
  13077. {
  13078. "type": "DIRT",
  13079. "data": 0,
  13080. "size": 33,
  13081. "count": 10,
  13082. "minHeight": 0,
  13083. "maxHeight": 256
  13084. },
  13085. {
  13086. "type": "GRAVEL",
  13087. "data": 0,
  13088. "size": 33,
  13089. "count": 8,
  13090. "minHeight": 0,
  13091. "maxHeight": 256
  13092. },
  13093. {
  13094. "type": "STONE",
  13095. "data": 1,
  13096. "size": 33,
  13097. "count": 10,
  13098. "minHeight": 0,
  13099. "maxHeight": 80
  13100. },
  13101. {
  13102. "type": "STONE",
  13103. "data": 3,
  13104. "size": 33,
  13105. "count": 10,
  13106. "minHeight": 0,
  13107. "maxHeight": 80
  13108. },
  13109. {
  13110. "type": "STONE",
  13111. "data": 5,
  13112. "size": 33,
  13113. "count": 10,
  13114. "minHeight": 0,
  13115. "maxHeight": 80
  13116. },
  13117. {
  13118. "type": "COAL_ORE",
  13119. "data": 0,
  13120. "size": 17,
  13121. "count": 20,
  13122. "minHeight": 0,
  13123. "maxHeight": 128
  13124. },
  13125. {
  13126. "type": "IRON_ORE",
  13127. "data": 0,
  13128. "size": 9,
  13129. "count": 20,
  13130. "minHeight": 0,
  13131. "maxHeight": 64
  13132. },
  13133. {
  13134. "type": "GOLD_ORE",
  13135. "data": 0,
  13136. "size": 9,
  13137. "count": 2,
  13138. "minHeight": 0,
  13139. "maxHeight": 32
  13140. },
  13141. {
  13142. "type": "REDSTONE_ORE",
  13143. "data": 0,
  13144. "size": 8,
  13145. "count": 8,
  13146. "minHeight": 0,
  13147. "maxHeight": 16
  13148. },
  13149. {
  13150. "type": "DIAMOND_ORE",
  13151. "data": 0,
  13152. "size": 8,
  13153. "count": 1,
  13154. "minHeight": 0,
  13155. "maxHeight": 16
  13156. },
  13157. {
  13158. "type": "LAPIS_ORE",
  13159. "data": 0,
  13160. "size": 7,
  13161. "count": 1,
  13162. "minHeight": 0,
  13163. "maxHeight": 32
  13164. },
  13165. {
  13166. "type": "EMERALD_ORE",
  13167. "data": 0,
  13168. "size": 4,
  13169. "count": 2,
  13170. "minHeight": 4,
  13171. "maxHeight": 32
  13172. }
  13173. ],
  13174. "terrainSettings": {
  13175. "subTerrains": [
  13176. {
  13177. "provider": "EWG",
  13178. "name": "Forgotten Forest",
  13179. "xModifier": 1.0,
  13180. "yModifer": 1.0,
  13181. "zModifer": 1.0,
  13182. "yOffset": 0
  13183. }
  13184. ]
  13185. },
  13186. "overlaySettings": {
  13187. "spawnLillypads": true,
  13188. "spawnCactus": false,
  13189. "spawnSnowLayers": false,
  13190. "spawnIceOnWater": false,
  13191. "minRiver": 2.0,
  13192. "groundDepth": 4,
  13193. "surfaceDepth": 1,
  13194. "surfaceBlocks": [
  13195. [
  13196. [
  13197. {
  13198. "type": "STAINED_CLAY",
  13199. "data": 9,
  13200. "inclinationsConditions": [
  13201. {
  13202. "minInclination": 2.0,
  13203. "maxInclination": 99.0
  13204. }
  13205. ]
  13206. },
  13207. 1.0
  13208. ]
  13209. ],
  13210. [
  13211. [
  13212. {
  13213. "type": "CLAY",
  13214. "data": 0,
  13215. "inclinationsConditions": [
  13216. {
  13217. "minInclination": 1.6,
  13218. "maxInclination": 2.0
  13219. }
  13220. ]
  13221. },
  13222. 1.0
  13223. ]
  13224. ],
  13225. [
  13226. [
  13227. {
  13228. "type": "STAINED_CLAY",
  13229. "data": 8,
  13230. "inclinationsConditions": [
  13231. {
  13232. "minInclination": 1.3,
  13233. "maxInclination": 1.6
  13234. }
  13235. ]
  13236. },
  13237. 1.0
  13238. ]
  13239. ],
  13240. [
  13241. [
  13242. {
  13243. "type": "STAINED_CLAY",
  13244. "data": 9,
  13245. "inclinationsConditions": [
  13246. {
  13247. "minInclination": 2.0,
  13248. "maxInclination": 99.0
  13249. }
  13250. ]
  13251. },
  13252. 1.0
  13253. ]
  13254. ],
  13255. [
  13256. [
  13257. {
  13258. "type": "GRASS",
  13259. "data": 0
  13260. },
  13261. 1.0
  13262. ]
  13263. ]
  13264. ],
  13265. "oceanBlocks": [],
  13266. "groundBlocks": [
  13267. [
  13268. [
  13269. {
  13270. "type": "STAINED_CLAY",
  13271. "data": 9,
  13272. "inclinationsConditions": [
  13273. {
  13274. "minInclination": 2.0,
  13275. "maxInclination": 99.0
  13276. }
  13277. ]
  13278. },
  13279. 1.0
  13280. ]
  13281. ],
  13282. [
  13283. [
  13284. {
  13285. "type": "CLAY",
  13286. "data": 0,
  13287. "inclinationsConditions": [
  13288. {
  13289. "minInclination": 1.6,
  13290. "maxInclination": 2.0
  13291. }
  13292. ]
  13293. },
  13294. 1.0
  13295. ]
  13296. ],
  13297. [
  13298. [
  13299. {
  13300. "type": "STAINED_CLAY",
  13301. "data": 8,
  13302. "inclinationsConditions": [
  13303. {
  13304. "minInclination": 1.3,
  13305. "maxInclination": 1.6
  13306. }
  13307. ]
  13308. },
  13309. 1.0
  13310. ]
  13311. ],
  13312. [
  13313. [
  13314. {
  13315. "type": "STAINED_CLAY",
  13316. "data": 9,
  13317. "inclinationsConditions": [
  13318. {
  13319. "minInclination": 2.0,
  13320. "maxInclination": 99.0
  13321. }
  13322. ]
  13323. },
  13324. 1.0
  13325. ]
  13326. ],
  13327. [
  13328. [
  13329. {
  13330. "type": "DIRT",
  13331. "data": 0
  13332. },
  13333. 1.0
  13334. ]
  13335. ]
  13336. ],
  13337. "beachBlocks": [
  13338. [
  13339. [
  13340. {
  13341. "type": "SAND",
  13342. "data": 0,
  13343. "heightConditions": [
  13344. {
  13345. "minHeight": 0,
  13346. "maxHeight": 53
  13347. }
  13348. ]
  13349. },
  13350. 1.0
  13351. ]
  13352. ],
  13353. [
  13354. [
  13355. {
  13356. "type": "SAND",
  13357. "data": 0,
  13358. "inclinationsConditions": [
  13359. {
  13360. "minInclination": 0.0,
  13361. "maxInclination": 0.5
  13362. }
  13363. ]
  13364. },
  13365. 1.0
  13366. ]
  13367. ]
  13368. ],
  13369. "slabBlocks": [],
  13370. "stairBlocks": [],
  13371. "plantBlocks": [
  13372. {},
  13373. {},
  13374. [
  13375. [
  13376. {
  13377. "type": "SUGAR_CANE_BLOCK",
  13378. "data": 0,
  13379. "heightConditions": [
  13380. {
  13381. "minHeight": 54,
  13382. "maxHeight": 54
  13383. }
  13384. ]
  13385. },
  13386. 0.1
  13387. ],
  13388. [
  13389. {
  13390. "type": "LONG_GRASS",
  13391. "data": 1,
  13392. "inclinationsConditions": [
  13393. {
  13394. "minInclination": 0.0,
  13395. "maxInclination": 1.7
  13396. }
  13397. ]
  13398. },
  13399. 0.25
  13400. ],
  13401. [
  13402. {
  13403. "type": "DOUBLE_PLANT",
  13404. "data": 0,
  13405. "inclinationsConditions": [
  13406. {
  13407. "minInclination": 0.0,
  13408. "maxInclination": 1.7
  13409. }
  13410. ]
  13411. },
  13412. 0.001
  13413. ],
  13414. [
  13415. {
  13416. "type": "DOUBLE_PLANT",
  13417. "data": 1,
  13418. "inclinationsConditions": [
  13419. {
  13420. "minInclination": 0.0,
  13421. "maxInclination": 1.7
  13422. }
  13423. ]
  13424. },
  13425. 0.001
  13426. ],
  13427. [
  13428. {
  13429. "type": "DOUBLE_PLANT",
  13430. "data": 2,
  13431. "inclinationsConditions": [
  13432. {
  13433. "minInclination": 0.0,
  13434. "maxInclination": 1.7
  13435. }
  13436. ]
  13437. },
  13438. 0.001
  13439. ],
  13440. [
  13441. {
  13442. "type": "DOUBLE_PLANT",
  13443. "data": 3,
  13444. "inclinationsConditions": [
  13445. {
  13446. "minInclination": 0.0,
  13447. "maxInclination": 1.7
  13448. }
  13449. ]
  13450. },
  13451. 0.001
  13452. ],
  13453. [
  13454. {
  13455. "type": "DOUBLE_PLANT",
  13456. "data": 4,
  13457. "inclinationsConditions": [
  13458. {
  13459. "minInclination": 0.0,
  13460. "maxInclination": 1.7
  13461. }
  13462. ]
  13463. },
  13464. 0.001
  13465. ],
  13466. [
  13467. {
  13468. "type": "DOUBLE_PLANT",
  13469. "data": 5,
  13470. "inclinationsConditions": [
  13471. {
  13472. "minInclination": 0.0,
  13473. "maxInclination": 1.7
  13474. }
  13475. ]
  13476. },
  13477. 0.001
  13478. ],
  13479. [
  13480. {
  13481. "type": "RED_ROSE",
  13482. "data": 0,
  13483. "inclinationsConditions": [
  13484. {
  13485. "minInclination": 0.0,
  13486. "maxInclination": 1.7
  13487. }
  13488. ]
  13489. },
  13490. 0.001
  13491. ],
  13492. [
  13493. {
  13494. "type": "YELLOW_FLOWER",
  13495. "data": 0,
  13496. "inclinationsConditions": [
  13497. {
  13498. "minInclination": 0.0,
  13499. "maxInclination": 1.7
  13500. }
  13501. ]
  13502. },
  13503. 0.001
  13504. ],
  13505. [
  13506. {
  13507. "type": "RED_ROSE",
  13508. "data": 1,
  13509. "inclinationsConditions": [
  13510. {
  13511. "minInclination": 0.0,
  13512. "maxInclination": 1.7
  13513. }
  13514. ]
  13515. },
  13516. 0.001
  13517. ],
  13518. [
  13519. {
  13520. "type": "RED_ROSE",
  13521. "data": 2,
  13522. "inclinationsConditions": [
  13523. {
  13524. "minInclination": 0.0,
  13525. "maxInclination": 1.7
  13526. }
  13527. ]
  13528. },
  13529. 0.001
  13530. ],
  13531. [
  13532. {
  13533. "type": "RED_ROSE",
  13534. "data": 3,
  13535. "inclinationsConditions": [
  13536. {
  13537. "minInclination": 0.0,
  13538. "maxInclination": 1.7
  13539. }
  13540. ]
  13541. },
  13542. 0.001
  13543. ],
  13544. [
  13545. {
  13546. "type": "RED_ROSE",
  13547. "data": 4,
  13548. "inclinationsConditions": [
  13549. {
  13550. "minInclination": 0.0,
  13551. "maxInclination": 1.7
  13552. }
  13553. ]
  13554. },
  13555. 0.001
  13556. ],
  13557. [
  13558. {
  13559. "type": "RED_ROSE",
  13560. "data": 5,
  13561. "inclinationsConditions": [
  13562. {
  13563. "minInclination": 0.0,
  13564. "maxInclination": 1.7
  13565. }
  13566. ]
  13567. },
  13568. 0.001
  13569. ],
  13570. [
  13571. {
  13572. "type": "RED_ROSE",
  13573. "data": 6,
  13574. "inclinationsConditions": [
  13575. {
  13576. "minInclination": 0.0,
  13577. "maxInclination": 1.7
  13578. }
  13579. ]
  13580. },
  13581. 0.001
  13582. ],
  13583. [
  13584. {
  13585. "type": "RED_ROSE",
  13586. "data": 7,
  13587. "inclinationsConditions": [
  13588. {
  13589. "minInclination": 0.0,
  13590. "maxInclination": 1.7
  13591. }
  13592. ]
  13593. },
  13594. 0.001
  13595. ],
  13596. [
  13597. {
  13598. "type": "RED_ROSE",
  13599. "data": 8,
  13600. "inclinationsConditions": [
  13601. {
  13602. "minInclination": 0.0,
  13603. "maxInclination": 1.7
  13604. }
  13605. ]
  13606. },
  13607. 0.001
  13608. ]
  13609. ]
  13610. ],
  13611. "riverBlocks": [],
  13612. "leavesBlock": {
  13613. "type": "LEAVES",
  13614. "data": 0,
  13615. "inclinationsConditions": [
  13616. {
  13617. "minInclination": 0.44999998807907104,
  13618. "maxInclination": 0.6000000238418579
  13619. }
  13620. ]
  13621. }
  13622. },
  13623. "customTrees": [
  13624. {
  13625. "name": "TREES_forgottenForest_medium",
  13626. "density": 0.005,
  13627. "size": "MEDIUM",
  13628. "type": "TREES",
  13629. "blocksRequiredUnderneath": [
  13630. "GRASS"
  13631. ],
  13632. "blacklistedDecoBlocks": [],
  13633. "spawnOnGround": true,
  13634. "overrideExsistingBlocks": false,
  13635. "allowRotation": true,
  13636. "applyPhysics": true,
  13637. "applyAir": false,
  13638. "fixFlyingRoots": true,
  13639. "replaceAir": true,
  13640. "minY": 62,
  13641. "maxY": 103,
  13642. "maxSlope": 0.7,
  13643. "minSlope": 0.0,
  13644. "snapToXGrid": -1,
  13645. "snapToYGrid": -1,
  13646. "gridXOffset": 0,
  13647. "gridYOffset": 0,
  13648. "anchorYOffset": 0
  13649. },
  13650. {
  13651. "name": "TREES_forgottenForest_medium_4",
  13652. "density": 0.005,
  13653. "size": "MEDIUM",
  13654. "type": "TREES",
  13655. "blocksRequiredUnderneath": [
  13656. "GRASS"
  13657. ],
  13658. "blacklistedDecoBlocks": [],
  13659. "spawnOnGround": true,
  13660. "overrideExsistingBlocks": false,
  13661. "allowRotation": true,
  13662. "applyPhysics": true,
  13663. "applyAir": false,
  13664. "fixFlyingRoots": true,
  13665. "replaceAir": true,
  13666. "minY": 62,
  13667. "maxY": 103,
  13668. "maxSlope": 0.7,
  13669. "minSlope": 0.0,
  13670. "snapToXGrid": -1,
  13671. "snapToYGrid": -1,
  13672. "gridXOffset": 0,
  13673. "gridYOffset": 0,
  13674. "anchorYOffset": 0
  13675. },
  13676. {
  13677. "name": "TREES_forgottenForest_medium_5",
  13678. "density": 0.005,
  13679. "size": "MEDIUM",
  13680. "type": "TREES",
  13681. "blocksRequiredUnderneath": [
  13682. "GRASS"
  13683. ],
  13684. "blacklistedDecoBlocks": [],
  13685. "spawnOnGround": true,
  13686. "overrideExsistingBlocks": false,
  13687. "allowRotation": true,
  13688. "applyPhysics": true,
  13689. "applyAir": false,
  13690. "fixFlyingRoots": true,
  13691. "replaceAir": true,
  13692. "minY": 62,
  13693. "maxY": 103,
  13694. "maxSlope": 0.7,
  13695. "minSlope": 0.0,
  13696. "snapToXGrid": -1,
  13697. "snapToYGrid": -1,
  13698. "gridXOffset": 0,
  13699. "gridYOffset": 0,
  13700. "anchorYOffset": 0
  13701. },
  13702. {
  13703. "name": "TREES_forgottenForest_normal_2",
  13704. "density": 0.005,
  13705. "size": "MEDIUM",
  13706. "type": "TREES",
  13707. "blocksRequiredUnderneath": [
  13708. "GRASS"
  13709. ],
  13710. "blacklistedDecoBlocks": [],
  13711. "spawnOnGround": true,
  13712. "overrideExsistingBlocks": false,
  13713. "allowRotation": true,
  13714. "applyPhysics": true,
  13715. "applyAir": false,
  13716. "fixFlyingRoots": true,
  13717. "replaceAir": true,
  13718. "minY": 62,
  13719. "maxY": 103,
  13720. "maxSlope": 0.7,
  13721. "minSlope": 0.0,
  13722. "snapToXGrid": -1,
  13723. "snapToYGrid": -1,
  13724. "gridXOffset": 0,
  13725. "gridYOffset": 0,
  13726. "anchorYOffset": 0
  13727. },
  13728. {
  13729. "name": "TREES_forgottenForest_normal_3",
  13730. "density": 0.005,
  13731. "size": "MEDIUM",
  13732. "type": "TREES",
  13733. "blocksRequiredUnderneath": [
  13734. "GRASS"
  13735. ],
  13736. "blacklistedDecoBlocks": [],
  13737. "spawnOnGround": true,
  13738. "overrideExsistingBlocks": false,
  13739. "allowRotation": true,
  13740. "applyPhysics": true,
  13741. "applyAir": false,
  13742. "fixFlyingRoots": true,
  13743. "replaceAir": true,
  13744. "minY": 62,
  13745. "maxY": 103,
  13746. "maxSlope": 0.7,
  13747. "minSlope": 0.0,
  13748. "snapToXGrid": -1,
  13749. "snapToYGrid": -1,
  13750. "gridXOffset": 0,
  13751. "gridYOffset": 0,
  13752. "anchorYOffset": 0
  13753. }
  13754. ],
  13755. "customStructures": [],
  13756. "maxEWGObjectsPerChunk": 4,
  13757. "xNoiseModifier": 1.2,
  13758. "yNoiseModifier": 0.8,
  13759. "zNoiseModifier": 1.2,
  13760. "lakeDepth": 0.0,
  13761. "baseHeight": 50,
  13762. "nativeBiomes": [
  13763. {
  13764. "nativeBiome": "PLAINS",
  13765. "chance": 1.0
  13766. }
  13767. ],
  13768. "entitySettings": {},
  13769. "groundMaterials": [
  13770. {
  13771. "material": "STONE",
  13772. "data": 0,
  13773. "chance": 1.0
  13774. }
  13775. ]
  13776. },
  13777. "Deep Ocean": {
  13778. "enabled": true,
  13779. "biomeType": "RIVER",
  13780. "useDungeons": true,
  13781. "dungeonChance": 8,
  13782. "useMineShafts": true,
  13783. "useStrongholds": true,
  13784. "useVillages": true,
  13785. "useTemples": false,
  13786. "useNetherFortress": false,
  13787. "useCaves": true,
  13788. "useMonuments": true,
  13789. "useRavines": true,
  13790. "useWitchHuts": false,
  13791. "usePyramids": false,
  13792. "useJungleTemples": false,
  13793. "useIgloos": false,
  13794. "useFossils": false,
  13795. "useWaterLakes": true,
  13796. "useLavaLakes": false,
  13797. "useRivers": true,
  13798. "useNativePainting": false,
  13799. "useNativeStructure": false,
  13800. "fossilChance": 64,
  13801. "lavaLakeChance": 70,
  13802. "waterLakeChance": 4,
  13803. "ores": [
  13804. {
  13805. "type": "DIRT",
  13806. "data": 0,
  13807. "size": 33,
  13808. "count": 10,
  13809. "minHeight": 0,
  13810. "maxHeight": 256
  13811. },
  13812. {
  13813. "type": "GRAVEL",
  13814. "data": 0,
  13815. "size": 33,
  13816. "count": 8,
  13817. "minHeight": 0,
  13818. "maxHeight": 256
  13819. },
  13820. {
  13821. "type": "STONE",
  13822. "data": 1,
  13823. "size": 33,
  13824. "count": 10,
  13825. "minHeight": 0,
  13826. "maxHeight": 80
  13827. },
  13828. {
  13829. "type": "STONE",
  13830. "data": 3,
  13831. "size": 33,
  13832. "count": 10,
  13833. "minHeight": 0,
  13834. "maxHeight": 80
  13835. },
  13836. {
  13837. "type": "STONE",
  13838. "data": 5,
  13839. "size": 33,
  13840. "count": 10,
  13841. "minHeight": 0,
  13842. "maxHeight": 80
  13843. },
  13844. {
  13845. "type": "COAL_ORE",
  13846. "data": 0,
  13847. "size": 17,
  13848. "count": 20,
  13849. "minHeight": 0,
  13850. "maxHeight": 128
  13851. },
  13852. {
  13853. "type": "IRON_ORE",
  13854. "data": 0,
  13855. "size": 9,
  13856. "count": 20,
  13857. "minHeight": 0,
  13858. "maxHeight": 64
  13859. },
  13860. {
  13861. "type": "GOLD_ORE",
  13862. "data": 0,
  13863. "size": 9,
  13864. "count": 2,
  13865. "minHeight": 0,
  13866. "maxHeight": 32
  13867. },
  13868. {
  13869. "type": "REDSTONE_ORE",
  13870. "data": 0,
  13871. "size": 8,
  13872. "count": 8,
  13873. "minHeight": 0,
  13874. "maxHeight": 16
  13875. },
  13876. {
  13877. "type": "DIAMOND_ORE",
  13878. "data": 0,
  13879. "size": 8,
  13880. "count": 1,
  13881. "minHeight": 0,
  13882. "maxHeight": 16
  13883. },
  13884. {
  13885. "type": "LAPIS_ORE",
  13886. "data": 0,
  13887. "size": 7,
  13888. "count": 1,
  13889. "minHeight": 0,
  13890. "maxHeight": 32
  13891. },
  13892. {
  13893. "type": "EMERALD_ORE",
  13894. "data": 0,
  13895. "size": 4,
  13896. "count": 2,
  13897. "minHeight": 4,
  13898. "maxHeight": 32
  13899. }
  13900. ],
  13901. "terrainSettings": {
  13902. "subTerrains": [
  13903. {
  13904. "provider": "EWG",
  13905. "name": "Deep Ocean",
  13906. "xModifier": 1.0,
  13907. "yModifer": 1.0,
  13908. "zModifer": 1.0,
  13909. "yOffset": 0
  13910. }
  13911. ]
  13912. },
  13913. "overlaySettings": {
  13914. "spawnLillypads": false,
  13915. "spawnCactus": false,
  13916. "spawnSnowLayers": false,
  13917. "spawnIceOnWater": false,
  13918. "minRiver": 2.0,
  13919. "groundDepth": 4,
  13920. "surfaceDepth": 1,
  13921. "surfaceBlocks": [
  13922. [
  13923. [
  13924. {
  13925. "type": "STAINED_CLAY",
  13926. "data": 9,
  13927. "inclinationsConditions": [
  13928. {
  13929. "minInclination": 2.3,
  13930. "maxInclination": 99.0
  13931. }
  13932. ]
  13933. },
  13934. 1.0
  13935. ]
  13936. ],
  13937. [
  13938. [
  13939. {
  13940. "type": "STONE",
  13941. "data": 0,
  13942. "inclinationsConditions": [
  13943. {
  13944. "minInclination": 1.3,
  13945. "maxInclination": 1.7
  13946. }
  13947. ]
  13948. },
  13949. 0.4
  13950. ],
  13951. [
  13952. {
  13953. "type": "COBBLESTONE",
  13954. "data": 0,
  13955. "inclinationsConditions": [
  13956. {
  13957. "minInclination": 1.3,
  13958. "maxInclination": 1.7
  13959. }
  13960. ]
  13961. },
  13962. 0.3
  13963. ],
  13964. [
  13965. {
  13966. "type": "STONE",
  13967. "data": 5,
  13968. "inclinationsConditions": [
  13969. {
  13970. "minInclination": 1.3,
  13971. "maxInclination": 1.7
  13972. }
  13973. ]
  13974. },
  13975. 0.3
  13976. ]
  13977. ],
  13978. [
  13979. [
  13980. {
  13981. "type": "GRASS",
  13982. "data": 0
  13983. },
  13984. 1.0
  13985. ]
  13986. ]
  13987. ],
  13988. "oceanBlocks": [],
  13989. "groundBlocks": [
  13990. [
  13991. [
  13992. {
  13993. "type": "STAINED_CLAY",
  13994. "data": 9,
  13995. "inclinationsConditions": [
  13996. {
  13997. "minInclination": 2.3,
  13998. "maxInclination": 99.0
  13999. }
  14000. ]
  14001. },
  14002. 1.0
  14003. ]
  14004. ],
  14005. [
  14006. [
  14007. {
  14008. "type": "STONE",
  14009. "data": 0,
  14010. "inclinationsConditions": [
  14011. {
  14012. "minInclination": 1.3,
  14013. "maxInclination": 1.7
  14014. }
  14015. ]
  14016. },
  14017. 0.4
  14018. ],
  14019. [
  14020. {
  14021. "type": "COBBLESTONE",
  14022. "data": 0,
  14023. "inclinationsConditions": [
  14024. {
  14025. "minInclination": 1.3,
  14026. "maxInclination": 1.7
  14027. }
  14028. ]
  14029. },
  14030. 0.3
  14031. ],
  14032. [
  14033. {
  14034. "type": "STONE",
  14035. "data": 5,
  14036. "inclinationsConditions": [
  14037. {
  14038. "minInclination": 1.3,
  14039. "maxInclination": 1.7
  14040. }
  14041. ]
  14042. },
  14043. 0.3
  14044. ]
  14045. ],
  14046. [
  14047. [
  14048. {
  14049. "type": "DIRT",
  14050. "data": 0
  14051. },
  14052. 0.8
  14053. ],
  14054. [
  14055. {
  14056. "type": "COBBLESTONE",
  14057. "data": 0
  14058. },
  14059. 0.2
  14060. ]
  14061. ]
  14062. ],
  14063. "beachBlocks": [
  14064. [
  14065. [
  14066. {
  14067. "type": "DIRT",
  14068. "data": 0
  14069. },
  14070. 1.0
  14071. ]
  14072. ]
  14073. ],
  14074. "slabBlocks": [],
  14075. "stairBlocks": [],
  14076. "plantBlocks": [
  14077. {},
  14078. {},
  14079. [
  14080. [
  14081. {
  14082. "type": "SUGAR_CANE_BLOCK",
  14083. "data": 0,
  14084. "heightConditions": [
  14085. {
  14086. "minHeight": 54,
  14087. "maxHeight": 54
  14088. }
  14089. ]
  14090. },
  14091. 0.1
  14092. ],
  14093. [
  14094. {
  14095. "type": "LONG_GRASS",
  14096. "data": 1,
  14097. "inclinationsConditions": [
  14098. {
  14099. "minInclination": 0.0,
  14100. "maxInclination": 1.7
  14101. }
  14102. ]
  14103. },
  14104. 0.25
  14105. ],
  14106. [
  14107. {
  14108. "type": "DOUBLE_PLANT",
  14109. "data": 0,
  14110. "inclinationsConditions": [
  14111. {
  14112. "minInclination": 0.0,
  14113. "maxInclination": 1.7
  14114. }
  14115. ]
  14116. },
  14117. 0.001
  14118. ],
  14119. [
  14120. {
  14121. "type": "DOUBLE_PLANT",
  14122. "data": 1,
  14123. "inclinationsConditions": [
  14124. {
  14125. "minInclination": 0.0,
  14126. "maxInclination": 1.7
  14127. }
  14128. ]
  14129. },
  14130. 0.001
  14131. ],
  14132. [
  14133. {
  14134. "type": "DOUBLE_PLANT",
  14135. "data": 2,
  14136. "inclinationsConditions": [
  14137. {
  14138. "minInclination": 0.0,
  14139. "maxInclination": 1.7
  14140. }
  14141. ]
  14142. },
  14143. 0.001
  14144. ],
  14145. [
  14146. {
  14147. "type": "DOUBLE_PLANT",
  14148. "data": 3,
  14149. "inclinationsConditions": [
  14150. {
  14151. "minInclination": 0.0,
  14152. "maxInclination": 1.7
  14153. }
  14154. ]
  14155. },
  14156. 0.001
  14157. ],
  14158. [
  14159. {
  14160. "type": "DOUBLE_PLANT",
  14161. "data": 4,
  14162. "inclinationsConditions": [
  14163. {
  14164. "minInclination": 0.0,
  14165. "maxInclination": 1.7
  14166. }
  14167. ]
  14168. },
  14169. 0.001
  14170. ],
  14171. [
  14172. {
  14173. "type": "DOUBLE_PLANT",
  14174. "data": 5,
  14175. "inclinationsConditions": [
  14176. {
  14177. "minInclination": 0.0,
  14178. "maxInclination": 1.7
  14179. }
  14180. ]
  14181. },
  14182. 0.001
  14183. ],
  14184. [
  14185. {
  14186. "type": "RED_ROSE",
  14187. "data": 0,
  14188. "inclinationsConditions": [
  14189. {
  14190. "minInclination": 0.0,
  14191. "maxInclination": 1.7
  14192. }
  14193. ]
  14194. },
  14195. 0.001
  14196. ],
  14197. [
  14198. {
  14199. "type": "YELLOW_FLOWER",
  14200. "data": 0,
  14201. "inclinationsConditions": [
  14202. {
  14203. "minInclination": 0.0,
  14204. "maxInclination": 1.7
  14205. }
  14206. ]
  14207. },
  14208. 0.001
  14209. ],
  14210. [
  14211. {
  14212. "type": "RED_ROSE",
  14213. "data": 1,
  14214. "inclinationsConditions": [
  14215. {
  14216. "minInclination": 0.0,
  14217. "maxInclination": 1.7
  14218. }
  14219. ]
  14220. },
  14221. 0.001
  14222. ],
  14223. [
  14224. {
  14225. "type": "RED_ROSE",
  14226. "data": 2,
  14227. "inclinationsConditions": [
  14228. {
  14229. "minInclination": 0.0,
  14230. "maxInclination": 1.7
  14231. }
  14232. ]
  14233. },
  14234. 0.001
  14235. ],
  14236. [
  14237. {
  14238. "type": "RED_ROSE",
  14239. "data": 3,
  14240. "inclinationsConditions": [
  14241. {
  14242. "minInclination": 0.0,
  14243. "maxInclination": 1.7
  14244. }
  14245. ]
  14246. },
  14247. 0.001
  14248. ],
  14249. [
  14250. {
  14251. "type": "RED_ROSE",
  14252. "data": 4,
  14253. "inclinationsConditions": [
  14254. {
  14255. "minInclination": 0.0,
  14256. "maxInclination": 1.7
  14257. }
  14258. ]
  14259. },
  14260. 0.001
  14261. ],
  14262. [
  14263. {
  14264. "type": "RED_ROSE",
  14265. "data": 5,
  14266. "inclinationsConditions": [
  14267. {
  14268. "minInclination": 0.0,
  14269. "maxInclination": 1.7
  14270. }
  14271. ]
  14272. },
  14273. 0.001
  14274. ],
  14275. [
  14276. {
  14277. "type": "RED_ROSE",
  14278. "data": 6,
  14279. "inclinationsConditions": [
  14280. {
  14281. "minInclination": 0.0,
  14282. "maxInclination": 1.7
  14283. }
  14284. ]
  14285. },
  14286. 0.001
  14287. ],
  14288. [
  14289. {
  14290. "type": "RED_ROSE",
  14291. "data": 7,
  14292. "inclinationsConditions": [
  14293. {
  14294. "minInclination": 0.0,
  14295. "maxInclination": 1.7
  14296. }
  14297. ]
  14298. },
  14299. 0.001
  14300. ],
  14301. [
  14302. {
  14303. "type": "RED_ROSE",
  14304. "data": 8,
  14305. "inclinationsConditions": [
  14306. {
  14307. "minInclination": 0.0,
  14308. "maxInclination": 1.7
  14309. }
  14310. ]
  14311. },
  14312. 0.001
  14313. ]
  14314. ],
  14315. {},
  14316. [
  14317. [
  14318. {
  14319. "type": "DOUBLE_PLANT",
  14320. "data": 2
  14321. },
  14322. 0.001953125
  14323. ]
  14324. ]
  14325. ],
  14326. "riverBlocks": [
  14327. [
  14328. [
  14329. {
  14330. "type": "SAND",
  14331. "data": 0
  14332. },
  14333. 1.0
  14334. ]
  14335. ]
  14336. ],
  14337. "leavesBlock": {
  14338. "type": "LEAVES",
  14339. "data": 0,
  14340. "inclinationsConditions": [
  14341. {
  14342. "minInclination": 0.44999998807907104,
  14343. "maxInclination": 0.6000000238418579
  14344. }
  14345. ]
  14346. }
  14347. },
  14348. "customTrees": [
  14349. {
  14350. "name": "TREES_willow_big",
  14351. "density": 1.25E-4,
  14352. "size": "MEDIUM",
  14353. "type": "TREES",
  14354. "blocksRequiredUnderneath": [
  14355. "GRASS"
  14356. ],
  14357. "blacklistedDecoBlocks": [],
  14358. "spawnOnGround": true,
  14359. "overrideExsistingBlocks": false,
  14360. "allowRotation": true,
  14361. "applyPhysics": false,
  14362. "applyAir": false,
  14363. "fixFlyingRoots": true,
  14364. "replaceAir": true,
  14365. "minY": 62,
  14366. "maxY": 113,
  14367. "maxSlope": 0.7,
  14368. "minSlope": 0.0,
  14369. "snapToXGrid": -1,
  14370. "snapToYGrid": -1,
  14371. "gridXOffset": 0,
  14372. "gridYOffset": 0,
  14373. "anchorYOffset": 0
  14374. },
  14375. {
  14376. "name": "TREES_willow_big_2",
  14377. "density": 1.25E-4,
  14378. "size": "MEDIUM",
  14379. "type": "TREES",
  14380. "blocksRequiredUnderneath": [
  14381. "GRASS"
  14382. ],
  14383. "blacklistedDecoBlocks": [],
  14384. "spawnOnGround": true,
  14385. "overrideExsistingBlocks": false,
  14386. "allowRotation": true,
  14387. "applyPhysics": false,
  14388. "applyAir": false,
  14389. "fixFlyingRoots": true,
  14390. "replaceAir": true,
  14391. "minY": 62,
  14392. "maxY": 113,
  14393. "maxSlope": 0.7,
  14394. "minSlope": 0.0,
  14395. "snapToXGrid": -1,
  14396. "snapToYGrid": -1,
  14397. "gridXOffset": 0,
  14398. "gridYOffset": 0,
  14399. "anchorYOffset": 0
  14400. },
  14401. {
  14402. "name": "TREES_willow_huge",
  14403. "density": 1.25E-4,
  14404. "size": "MEDIUM",
  14405. "type": "TREES",
  14406. "blocksRequiredUnderneath": [
  14407. "GRASS"
  14408. ],
  14409. "blacklistedDecoBlocks": [],
  14410. "spawnOnGround": true,
  14411. "overrideExsistingBlocks": false,
  14412. "allowRotation": true,
  14413. "applyPhysics": false,
  14414. "applyAir": false,
  14415. "fixFlyingRoots": true,
  14416. "replaceAir": true,
  14417. "minY": 62,
  14418. "maxY": 113,
  14419. "maxSlope": 0.7,
  14420. "minSlope": 0.0,
  14421. "snapToXGrid": -1,
  14422. "snapToYGrid": -1,
  14423. "gridXOffset": 0,
  14424. "gridYOffset": 0,
  14425. "anchorYOffset": 0
  14426. },
  14427. {
  14428. "name": "TREES_willow_medium",
  14429. "density": 1.25E-4,
  14430. "size": "MEDIUM",
  14431. "type": "TREES",
  14432. "blocksRequiredUnderneath": [
  14433. "GRASS"
  14434. ],
  14435. "blacklistedDecoBlocks": [],
  14436. "spawnOnGround": true,
  14437. "overrideExsistingBlocks": false,
  14438. "allowRotation": true,
  14439. "applyPhysics": false,
  14440. "applyAir": false,
  14441. "fixFlyingRoots": true,
  14442. "replaceAir": true,
  14443. "minY": 62,
  14444. "maxY": 113,
  14445. "maxSlope": 0.7,
  14446. "minSlope": 0.0,
  14447. "snapToXGrid": -1,
  14448. "snapToYGrid": -1,
  14449. "gridXOffset": 0,
  14450. "gridYOffset": 0,
  14451. "anchorYOffset": 0
  14452. },
  14453. {
  14454. "name": "TREES_willow_medium_2",
  14455. "density": 1.25E-4,
  14456. "size": "MEDIUM",
  14457. "type": "TREES",
  14458. "blocksRequiredUnderneath": [
  14459. "GRASS"
  14460. ],
  14461. "blacklistedDecoBlocks": [],
  14462. "spawnOnGround": true,
  14463. "overrideExsistingBlocks": false,
  14464. "allowRotation": true,
  14465. "applyPhysics": false,
  14466. "applyAir": false,
  14467. "fixFlyingRoots": true,
  14468. "replaceAir": true,
  14469. "minY": 62,
  14470. "maxY": 113,
  14471. "maxSlope": 0.7,
  14472. "minSlope": 0.0,
  14473. "snapToXGrid": -1,
  14474. "snapToYGrid": -1,
  14475. "gridXOffset": 0,
  14476. "gridYOffset": 0,
  14477. "anchorYOffset": 0
  14478. },
  14479. {
  14480. "name": "TREES_willow_normal",
  14481. "density": 1.25E-4,
  14482. "size": "MEDIUM",
  14483. "type": "TREES",
  14484. "blocksRequiredUnderneath": [
  14485. "GRASS"
  14486. ],
  14487. "blacklistedDecoBlocks": [],
  14488. "spawnOnGround": true,
  14489. "overrideExsistingBlocks": false,
  14490. "allowRotation": true,
  14491. "applyPhysics": false,
  14492. "applyAir": false,
  14493. "fixFlyingRoots": true,
  14494. "replaceAir": true,
  14495. "minY": 62,
  14496. "maxY": 113,
  14497. "maxSlope": 0.7,
  14498. "minSlope": 0.0,
  14499. "snapToXGrid": -1,
  14500. "snapToYGrid": -1,
  14501. "gridXOffset": 0,
  14502. "gridYOffset": 0,
  14503. "anchorYOffset": 0
  14504. },
  14505. {
  14506. "name": "TREES_willow_small",
  14507. "density": 1.25E-4,
  14508. "size": "MEDIUM",
  14509. "type": "TREES",
  14510. "blocksRequiredUnderneath": [
  14511. "GRASS"
  14512. ],
  14513. "blacklistedDecoBlocks": [],
  14514. "spawnOnGround": true,
  14515. "overrideExsistingBlocks": false,
  14516. "allowRotation": true,
  14517. "applyPhysics": false,
  14518. "applyAir": false,
  14519. "fixFlyingRoots": true,
  14520. "replaceAir": true,
  14521. "minY": 62,
  14522. "maxY": 113,
  14523. "maxSlope": 0.7,
  14524. "minSlope": 0.0,
  14525. "snapToXGrid": -1,
  14526. "snapToYGrid": -1,
  14527. "gridXOffset": 0,
  14528. "gridYOffset": 0,
  14529. "anchorYOffset": 0
  14530. },
  14531. {
  14532. "name": "TREES_willow_tiny",
  14533. "density": 1.25E-4,
  14534. "size": "MEDIUM",
  14535. "type": "TREES",
  14536. "blocksRequiredUnderneath": [
  14537. "GRASS"
  14538. ],
  14539. "blacklistedDecoBlocks": [],
  14540. "spawnOnGround": true,
  14541. "overrideExsistingBlocks": false,
  14542. "allowRotation": true,
  14543. "applyPhysics": false,
  14544. "applyAir": false,
  14545. "fixFlyingRoots": true,
  14546. "replaceAir": true,
  14547. "minY": 62,
  14548. "maxY": 113,
  14549. "maxSlope": 0.7,
  14550. "minSlope": 0.0,
  14551. "snapToXGrid": -1,
  14552. "snapToYGrid": -1,
  14553. "gridXOffset": 0,
  14554. "gridYOffset": 0,
  14555. "anchorYOffset": 0
  14556. },
  14557. {
  14558. "name": "TREES_willow_tiny_2",
  14559. "density": 1.25E-4,
  14560. "size": "MEDIUM",
  14561. "type": "TREES",
  14562. "blocksRequiredUnderneath": [
  14563. "GRASS"
  14564. ],
  14565. "blacklistedDecoBlocks": [],
  14566. "spawnOnGround": true,
  14567. "overrideExsistingBlocks": false,
  14568. "allowRotation": true,
  14569. "applyPhysics": false,
  14570. "applyAir": false,
  14571. "fixFlyingRoots": true,
  14572. "replaceAir": true,
  14573. "minY": 62,
  14574. "maxY": 113,
  14575. "maxSlope": 0.7,
  14576. "minSlope": 0.0,
  14577. "snapToXGrid": -1,
  14578. "snapToYGrid": -1,
  14579. "gridXOffset": 0,
  14580. "gridYOffset": 0,
  14581. "anchorYOffset": 0
  14582. },
  14583. {
  14584. "name": "TREES_willow_tiny_3",
  14585. "density": 1.25E-4,
  14586. "size": "MEDIUM",
  14587. "type": "TREES",
  14588. "blocksRequiredUnderneath": [
  14589. "GRASS"
  14590. ],
  14591. "blacklistedDecoBlocks": [],
  14592. "spawnOnGround": true,
  14593. "overrideExsistingBlocks": false,
  14594. "allowRotation": true,
  14595. "applyPhysics": false,
  14596. "applyAir": false,
  14597. "fixFlyingRoots": true,
  14598. "replaceAir": true,
  14599. "minY": 62,
  14600. "maxY": 113,
  14601. "maxSlope": 0.7,
  14602. "minSlope": 0.0,
  14603. "snapToXGrid": -1,
  14604. "snapToYGrid": -1,
  14605. "gridXOffset": 0,
  14606. "gridYOffset": 0,
  14607. "anchorYOffset": 0
  14608. },
  14609. {
  14610. "name": "TREES_willow_big",
  14611. "density": 1.25E-4,
  14612. "size": "MEDIUM",
  14613. "type": "TREES",
  14614. "blocksRequiredUnderneath": [
  14615. "GRASS"
  14616. ],
  14617. "blacklistedDecoBlocks": [],
  14618. "spawnOnGround": true,
  14619. "overrideExsistingBlocks": false,
  14620. "allowRotation": true,
  14621. "applyPhysics": false,
  14622. "applyAir": false,
  14623. "fixFlyingRoots": true,
  14624. "replaceAir": true,
  14625. "minY": 62,
  14626. "maxY": 113,
  14627. "maxSlope": 0.7,
  14628. "minSlope": 0.0,
  14629. "snapToXGrid": -1,
  14630. "snapToYGrid": -1,
  14631. "gridXOffset": 0,
  14632. "gridYOffset": 0,
  14633. "anchorYOffset": 0
  14634. },
  14635. {
  14636. "name": "TREES_willow_big_2",
  14637. "density": 1.25E-4,
  14638. "size": "MEDIUM",
  14639. "type": "TREES",
  14640. "blocksRequiredUnderneath": [
  14641. "GRASS"
  14642. ],
  14643. "blacklistedDecoBlocks": [],
  14644. "spawnOnGround": true,
  14645. "overrideExsistingBlocks": false,
  14646. "allowRotation": true,
  14647. "applyPhysics": false,
  14648. "applyAir": false,
  14649. "fixFlyingRoots": true,
  14650. "replaceAir": true,
  14651. "minY": 62,
  14652. "maxY": 113,
  14653. "maxSlope": 0.7,
  14654. "minSlope": 0.0,
  14655. "snapToXGrid": -1,
  14656. "snapToYGrid": -1,
  14657. "gridXOffset": 0,
  14658. "gridYOffset": 0,
  14659. "anchorYOffset": 0
  14660. },
  14661. {
  14662. "name": "TREES_willow_huge",
  14663. "density": 1.25E-4,
  14664. "size": "MEDIUM",
  14665. "type": "TREES",
  14666. "blocksRequiredUnderneath": [
  14667. "GRASS"
  14668. ],
  14669. "blacklistedDecoBlocks": [],
  14670. "spawnOnGround": true,
  14671. "overrideExsistingBlocks": false,
  14672. "allowRotation": true,
  14673. "applyPhysics": false,
  14674. "applyAir": false,
  14675. "fixFlyingRoots": true,
  14676. "replaceAir": true,
  14677. "minY": 62,
  14678. "maxY": 113,
  14679. "maxSlope": 0.7,
  14680. "minSlope": 0.0,
  14681. "snapToXGrid": -1,
  14682. "snapToYGrid": -1,
  14683. "gridXOffset": 0,
  14684. "gridYOffset": 0,
  14685. "anchorYOffset": 0
  14686. },
  14687. {
  14688. "name": "TREES_willow_medium",
  14689. "density": 1.25E-4,
  14690. "size": "MEDIUM",
  14691. "type": "TREES",
  14692. "blocksRequiredUnderneath": [
  14693. "GRASS"
  14694. ],
  14695. "blacklistedDecoBlocks": [],
  14696. "spawnOnGround": true,
  14697. "overrideExsistingBlocks": false,
  14698. "allowRotation": true,
  14699. "applyPhysics": false,
  14700. "applyAir": false,
  14701. "fixFlyingRoots": true,
  14702. "replaceAir": true,
  14703. "minY": 62,
  14704. "maxY": 113,
  14705. "maxSlope": 0.7,
  14706. "minSlope": 0.0,
  14707. "snapToXGrid": -1,
  14708. "snapToYGrid": -1,
  14709. "gridXOffset": 0,
  14710. "gridYOffset": 0,
  14711. "anchorYOffset": 0
  14712. },
  14713. {
  14714. "name": "TREES_willow_medium_2",
  14715. "density": 1.25E-4,
  14716. "size": "MEDIUM",
  14717. "type": "TREES",
  14718. "blocksRequiredUnderneath": [
  14719. "GRASS"
  14720. ],
  14721. "blacklistedDecoBlocks": [],
  14722. "spawnOnGround": true,
  14723. "overrideExsistingBlocks": false,
  14724. "allowRotation": true,
  14725. "applyPhysics": false,
  14726. "applyAir": false,
  14727. "fixFlyingRoots": true,
  14728. "replaceAir": true,
  14729. "minY": 62,
  14730. "maxY": 113,
  14731. "maxSlope": 0.7,
  14732. "minSlope": 0.0,
  14733. "snapToXGrid": -1,
  14734. "snapToYGrid": -1,
  14735. "gridXOffset": 0,
  14736. "gridYOffset": 0,
  14737. "anchorYOffset": 0
  14738. },
  14739. {
  14740. "name": "TREES_willow_normal",
  14741. "density": 1.25E-4,
  14742. "size": "MEDIUM",
  14743. "type": "TREES",
  14744. "blocksRequiredUnderneath": [
  14745. "GRASS"
  14746. ],
  14747. "blacklistedDecoBlocks": [],
  14748. "spawnOnGround": true,
  14749. "overrideExsistingBlocks": false,
  14750. "allowRotation": true,
  14751. "applyPhysics": false,
  14752. "applyAir": false,
  14753. "fixFlyingRoots": true,
  14754. "replaceAir": true,
  14755. "minY": 62,
  14756. "maxY": 113,
  14757. "maxSlope": 0.7,
  14758. "minSlope": 0.0,
  14759. "snapToXGrid": -1,
  14760. "snapToYGrid": -1,
  14761. "gridXOffset": 0,
  14762. "gridYOffset": 0,
  14763. "anchorYOffset": 0
  14764. },
  14765. {
  14766. "name": "TREES_willow_small",
  14767. "density": 1.25E-4,
  14768. "size": "MEDIUM",
  14769. "type": "TREES",
  14770. "blocksRequiredUnderneath": [
  14771. "GRASS"
  14772. ],
  14773. "blacklistedDecoBlocks": [],
  14774. "spawnOnGround": true,
  14775. "overrideExsistingBlocks": false,
  14776. "allowRotation": true,
  14777. "applyPhysics": false,
  14778. "applyAir": false,
  14779. "fixFlyingRoots": true,
  14780. "replaceAir": true,
  14781. "minY": 62,
  14782. "maxY": 113,
  14783. "maxSlope": 0.7,
  14784. "minSlope": 0.0,
  14785. "snapToXGrid": -1,
  14786. "snapToYGrid": -1,
  14787. "gridXOffset": 0,
  14788. "gridYOffset": 0,
  14789. "anchorYOffset": 0
  14790. },
  14791. {
  14792. "name": "TREES_willow_tiny",
  14793. "density": 1.25E-4,
  14794. "size": "MEDIUM",
  14795. "type": "TREES",
  14796. "blocksRequiredUnderneath": [
  14797. "GRASS"
  14798. ],
  14799. "blacklistedDecoBlocks": [],
  14800. "spawnOnGround": true,
  14801. "overrideExsistingBlocks": false,
  14802. "allowRotation": true,
  14803. "applyPhysics": false,
  14804. "applyAir": false,
  14805. "fixFlyingRoots": true,
  14806. "replaceAir": true,
  14807. "minY": 62,
  14808. "maxY": 113,
  14809. "maxSlope": 0.7,
  14810. "minSlope": 0.0,
  14811. "snapToXGrid": -1,
  14812. "snapToYGrid": -1,
  14813. "gridXOffset": 0,
  14814. "gridYOffset": 0,
  14815. "anchorYOffset": 0
  14816. },
  14817. {
  14818. "name": "TREES_willow_tiny_2",
  14819. "density": 1.25E-4,
  14820. "size": "MEDIUM",
  14821. "type": "TREES",
  14822. "blocksRequiredUnderneath": [
  14823. "GRASS"
  14824. ],
  14825. "blacklistedDecoBlocks": [],
  14826. "spawnOnGround": true,
  14827. "overrideExsistingBlocks": false,
  14828. "allowRotation": true,
  14829. "applyPhysics": false,
  14830. "applyAir": false,
  14831. "fixFlyingRoots": true,
  14832. "replaceAir": true,
  14833. "minY": 62,
  14834. "maxY": 113,
  14835. "maxSlope": 0.7,
  14836. "minSlope": 0.0,
  14837. "snapToXGrid": -1,
  14838. "snapToYGrid": -1,
  14839. "gridXOffset": 0,
  14840. "gridYOffset": 0,
  14841. "anchorYOffset": 0
  14842. },
  14843. {
  14844. "name": "TREES_willow_tiny_3",
  14845. "density": 1.25E-4,
  14846. "size": "MEDIUM",
  14847. "type": "TREES",
  14848. "blocksRequiredUnderneath": [
  14849. "GRASS"
  14850. ],
  14851. "blacklistedDecoBlocks": [],
  14852. "spawnOnGround": true,
  14853. "overrideExsistingBlocks": false,
  14854. "allowRotation": true,
  14855. "applyPhysics": false,
  14856. "applyAir": false,
  14857. "fixFlyingRoots": true,
  14858. "replaceAir": true,
  14859. "minY": 62,
  14860. "maxY": 113,
  14861. "maxSlope": 0.7,
  14862. "minSlope": 0.0,
  14863. "snapToXGrid": -1,
  14864. "snapToYGrid": -1,
  14865. "gridXOffset": 0,
  14866. "gridYOffset": 0,
  14867. "anchorYOffset": 0
  14868. }
  14869. ],
  14870. "customStructures": [],
  14871. "maxEWGObjectsPerChunk": 4,
  14872. "xNoiseModifier": 1.2,
  14873. "yNoiseModifier": 0.7,
  14874. "zNoiseModifier": 1.2,
  14875. "lakeDepth": 0.0,
  14876. "baseHeight": 67,
  14877. "nativeBiomes": [
  14878. {
  14879. "nativeBiome": "DEEP_OCEAN",
  14880. "chance": 1.0
  14881. }
  14882. ],
  14883. "entitySettings": {},
  14884. "groundMaterials": [
  14885. {
  14886. "material": "STONE",
  14887. "data": 0,
  14888. "chance": 1.0
  14889. }
  14890. ]
  14891. }
  14892. },
  14893. "customBiomes": {
  14894. "Ice Spikes": {
  14895. "enabled": true,
  14896. "biomeType": "TUNDRA",
  14897. "useDungeons": true,
  14898. "dungeonChance": 8,
  14899. "useMineShafts": true,
  14900. "useStrongholds": true,
  14901. "useVillages": true,
  14902. "useTemples": false,
  14903. "useNetherFortress": false,
  14904. "useCaves": true,
  14905. "useMonuments": false,
  14906. "useRavines": true,
  14907. "useWitchHuts": false,
  14908. "usePyramids": false,
  14909. "useJungleTemples": false,
  14910. "useIgloos": true,
  14911. "useFossils": true,
  14912. "useWaterLakes": true,
  14913. "useLavaLakes": false,
  14914. "useRivers": true,
  14915. "useNativePainting": true,
  14916. "useNativeStructure": true,
  14917. "nativeBiome": "mutated_ice_flats",
  14918. "fossilChance": 64,
  14919. "lavaLakeChance": 80,
  14920. "waterLakeChance": 4,
  14921. "ores": [
  14922. {
  14923. "type": "DIRT",
  14924. "data": 0,
  14925. "size": 33,
  14926. "count": 10,
  14927. "minHeight": 0,
  14928. "maxHeight": 256
  14929. },
  14930. {
  14931. "type": "GRAVEL",
  14932. "data": 0,
  14933. "size": 33,
  14934. "count": 8,
  14935. "minHeight": 0,
  14936. "maxHeight": 256
  14937. },
  14938. {
  14939. "type": "STONE",
  14940. "data": 1,
  14941. "size": 33,
  14942. "count": 10,
  14943. "minHeight": 0,
  14944. "maxHeight": 80
  14945. },
  14946. {
  14947. "type": "STONE",
  14948. "data": 3,
  14949. "size": 33,
  14950. "count": 10,
  14951. "minHeight": 0,
  14952. "maxHeight": 80
  14953. },
  14954. {
  14955. "type": "STONE",
  14956. "data": 5,
  14957. "size": 33,
  14958. "count": 10,
  14959. "minHeight": 0,
  14960. "maxHeight": 80
  14961. },
  14962. {
  14963. "type": "COAL_ORE",
  14964. "data": 0,
  14965. "size": 17,
  14966. "count": 20,
  14967. "minHeight": 0,
  14968. "maxHeight": 128
  14969. },
  14970. {
  14971. "type": "IRON_ORE",
  14972. "data": 0,
  14973. "size": 9,
  14974. "count": 20,
  14975. "minHeight": 0,
  14976. "maxHeight": 64
  14977. },
  14978. {
  14979. "type": "GOLD_ORE",
  14980. "data": 0,
  14981. "size": 9,
  14982. "count": 2,
  14983. "minHeight": 0,
  14984. "maxHeight": 32
  14985. },
  14986. {
  14987. "type": "REDSTONE_ORE",
  14988. "data": 0,
  14989. "size": 8,
  14990. "count": 8,
  14991. "minHeight": 0,
  14992. "maxHeight": 16
  14993. },
  14994. {
  14995. "type": "DIAMOND_ORE",
  14996. "data": 0,
  14997. "size": 8,
  14998. "count": 1,
  14999. "minHeight": 0,
  15000. "maxHeight": 16
  15001. },
  15002. {
  15003. "type": "LAPIS_ORE",
  15004. "data": 0,
  15005. "size": 7,
  15006. "count": 1,
  15007. "minHeight": 0,
  15008. "maxHeight": 32
  15009. },
  15010. {
  15011. "type": "EMERALD_ORE",
  15012. "data": 0,
  15013. "size": 4,
  15014. "count": 2,
  15015. "minHeight": 4,
  15016. "maxHeight": 32
  15017. }
  15018. ],
  15019. "terrainSettings": {
  15020. "subTerrains": [
  15021. {
  15022. "provider": "MINECRAFT",
  15023. "name": "mutated_ice_flats",
  15024. "xModifier": 1.0,
  15025. "yModifer": 1.0,
  15026. "zModifer": 1.0,
  15027. "yOffset": 0
  15028. }
  15029. ]
  15030. },
  15031. "overlaySettings": {
  15032. "spawnLillypads": true,
  15033. "spawnCactus": false,
  15034. "spawnSnowLayers": false,
  15035. "spawnIceOnWater": false,
  15036. "minRiver": 2.0,
  15037. "groundDepth": 4,
  15038. "surfaceDepth": 1,
  15039. "surfaceBlocks": [
  15040. [
  15041. [
  15042. {
  15043. "type": "STAINED_CLAY",
  15044. "data": 9,
  15045. "inclinationsConditions": [
  15046. {
  15047. "minInclination": 2.3,
  15048. "maxInclination": 99.0
  15049. }
  15050. ]
  15051. },
  15052. 1.0
  15053. ]
  15054. ],
  15055. [
  15056. [
  15057. {
  15058. "type": "STONE",
  15059. "data": 0,
  15060. "inclinationsConditions": [
  15061. {
  15062. "minInclination": 1.3,
  15063. "maxInclination": 1.7
  15064. }
  15065. ]
  15066. },
  15067. 0.4
  15068. ],
  15069. [
  15070. {
  15071. "type": "COBBLESTONE",
  15072. "data": 0,
  15073. "inclinationsConditions": [
  15074. {
  15075. "minInclination": 1.3,
  15076. "maxInclination": 1.7
  15077. }
  15078. ]
  15079. },
  15080. 0.3
  15081. ],
  15082. [
  15083. {
  15084. "type": "STONE",
  15085. "data": 5,
  15086. "inclinationsConditions": [
  15087. {
  15088. "minInclination": 1.3,
  15089. "maxInclination": 1.7
  15090. }
  15091. ]
  15092. },
  15093. 0.3
  15094. ]
  15095. ],
  15096. [
  15097. [
  15098. {
  15099. "type": "GRASS",
  15100. "data": 0
  15101. },
  15102. 1.0
  15103. ]
  15104. ]
  15105. ],
  15106. "oceanBlocks": [],
  15107. "groundBlocks": [
  15108. [
  15109. [
  15110. {
  15111. "type": "STAINED_CLAY",
  15112. "data": 9,
  15113. "inclinationsConditions": [
  15114. {
  15115. "minInclination": 2.3,
  15116. "maxInclination": 99.0
  15117. }
  15118. ]
  15119. },
  15120. 1.0
  15121. ]
  15122. ],
  15123. [
  15124. [
  15125. {
  15126. "type": "STONE",
  15127. "data": 0,
  15128. "inclinationsConditions": [
  15129. {
  15130. "minInclination": 1.3,
  15131. "maxInclination": 1.7
  15132. }
  15133. ]
  15134. },
  15135. 0.4
  15136. ],
  15137. [
  15138. {
  15139. "type": "COBBLESTONE",
  15140. "data": 0,
  15141. "inclinationsConditions": [
  15142. {
  15143. "minInclination": 1.3,
  15144. "maxInclination": 1.7
  15145. }
  15146. ]
  15147. },
  15148. 0.3
  15149. ],
  15150. [
  15151. {
  15152. "type": "STONE",
  15153. "data": 5,
  15154. "inclinationsConditions": [
  15155. {
  15156. "minInclination": 1.3,
  15157. "maxInclination": 1.7
  15158. }
  15159. ]
  15160. },
  15161. 0.3
  15162. ]
  15163. ],
  15164. [
  15165. [
  15166. {
  15167. "type": "DIRT",
  15168. "data": 0
  15169. },
  15170. 0.8
  15171. ],
  15172. [
  15173. {
  15174. "type": "COBBLESTONE",
  15175. "data": 0
  15176. },
  15177. 0.2
  15178. ]
  15179. ]
  15180. ],
  15181. "beachBlocks": [
  15182. [
  15183. [
  15184. {
  15185. "type": "SAND",
  15186. "data": 0,
  15187. "heightConditions": [
  15188. {
  15189. "minHeight": 0,
  15190. "maxHeight": 53
  15191. }
  15192. ]
  15193. },
  15194. 1.0
  15195. ]
  15196. ],
  15197. [
  15198. [
  15199. {
  15200. "type": "SAND",
  15201. "data": 0,
  15202. "inclinationsConditions": [
  15203. {
  15204. "minInclination": 0.0,
  15205. "maxInclination": 0.5
  15206. }
  15207. ]
  15208. },
  15209. 1.0
  15210. ]
  15211. ]
  15212. ],
  15213. "slabBlocks": [],
  15214. "stairBlocks": [],
  15215. "plantBlocks": [
  15216. {},
  15217. {},
  15218. [
  15219. [
  15220. {
  15221. "type": "SUGAR_CANE_BLOCK",
  15222. "data": 0,
  15223. "heightConditions": [
  15224. {
  15225. "minHeight": 54,
  15226. "maxHeight": 54
  15227. }
  15228. ]
  15229. },
  15230. 0.1
  15231. ],
  15232. [
  15233. {
  15234. "type": "LONG_GRASS",
  15235. "data": 1,
  15236. "inclinationsConditions": [
  15237. {
  15238. "minInclination": 0.0,
  15239. "maxInclination": 1.7
  15240. }
  15241. ]
  15242. },
  15243. 0.25
  15244. ],
  15245. [
  15246. {
  15247. "type": "DOUBLE_PLANT",
  15248. "data": 0,
  15249. "inclinationsConditions": [
  15250. {
  15251. "minInclination": 0.0,
  15252. "maxInclination": 1.7
  15253. }
  15254. ]
  15255. },
  15256. 0.001
  15257. ],
  15258. [
  15259. {
  15260. "type": "DOUBLE_PLANT",
  15261. "data": 1,
  15262. "inclinationsConditions": [
  15263. {
  15264. "minInclination": 0.0,
  15265. "maxInclination": 1.7
  15266. }
  15267. ]
  15268. },
  15269. 0.001
  15270. ],
  15271. [
  15272. {
  15273. "type": "DOUBLE_PLANT",
  15274. "data": 2,
  15275. "inclinationsConditions": [
  15276. {
  15277. "minInclination": 0.0,
  15278. "maxInclination": 1.7
  15279. }
  15280. ]
  15281. },
  15282. 0.001
  15283. ],
  15284. [
  15285. {
  15286. "type": "DOUBLE_PLANT",
  15287. "data": 3,
  15288. "inclinationsConditions": [
  15289. {
  15290. "minInclination": 0.0,
  15291. "maxInclination": 1.7
  15292. }
  15293. ]
  15294. },
  15295. 0.001
  15296. ],
  15297. [
  15298. {
  15299. "type": "DOUBLE_PLANT",
  15300. "data": 4,
  15301. "inclinationsConditions": [
  15302. {
  15303. "minInclination": 0.0,
  15304. "maxInclination": 1.7
  15305. }
  15306. ]
  15307. },
  15308. 0.001
  15309. ],
  15310. [
  15311. {
  15312. "type": "DOUBLE_PLANT",
  15313. "data": 5,
  15314. "inclinationsConditions": [
  15315. {
  15316. "minInclination": 0.0,
  15317. "maxInclination": 1.7
  15318. }
  15319. ]
  15320. },
  15321. 0.001
  15322. ],
  15323. [
  15324. {
  15325. "type": "RED_ROSE",
  15326. "data": 0,
  15327. "inclinationsConditions": [
  15328. {
  15329. "minInclination": 0.0,
  15330. "maxInclination": 1.7
  15331. }
  15332. ]
  15333. },
  15334. 0.001
  15335. ],
  15336. [
  15337. {
  15338. "type": "YELLOW_FLOWER",
  15339. "data": 0,
  15340. "inclinationsConditions": [
  15341. {
  15342. "minInclination": 0.0,
  15343. "maxInclination": 1.7
  15344. }
  15345. ]
  15346. },
  15347. 0.001
  15348. ],
  15349. [
  15350. {
  15351. "type": "RED_ROSE",
  15352. "data": 1,
  15353. "inclinationsConditions": [
  15354. {
  15355. "minInclination": 0.0,
  15356. "maxInclination": 1.7
  15357. }
  15358. ]
  15359. },
  15360. 0.001
  15361. ],
  15362. [
  15363. {
  15364. "type": "RED_ROSE",
  15365. "data": 2,
  15366. "inclinationsConditions": [
  15367. {
  15368. "minInclination": 0.0,
  15369. "maxInclination": 1.7
  15370. }
  15371. ]
  15372. },
  15373. 0.001
  15374. ],
  15375. [
  15376. {
  15377. "type": "RED_ROSE",
  15378. "data": 3,
  15379. "inclinationsConditions": [
  15380. {
  15381. "minInclination": 0.0,
  15382. "maxInclination": 1.7
  15383. }
  15384. ]
  15385. },
  15386. 0.001
  15387. ],
  15388. [
  15389. {
  15390. "type": "RED_ROSE",
  15391. "data": 4,
  15392. "inclinationsConditions": [
  15393. {
  15394. "minInclination": 0.0,
  15395. "maxInclination": 1.7
  15396. }
  15397. ]
  15398. },
  15399. 0.001
  15400. ],
  15401. [
  15402. {
  15403. "type": "RED_ROSE",
  15404. "data": 5,
  15405. "inclinationsConditions": [
  15406. {
  15407. "minInclination": 0.0,
  15408. "maxInclination": 1.7
  15409. }
  15410. ]
  15411. },
  15412. 0.001
  15413. ],
  15414. [
  15415. {
  15416. "type": "RED_ROSE",
  15417. "data": 6,
  15418. "inclinationsConditions": [
  15419. {
  15420. "minInclination": 0.0,
  15421. "maxInclination": 1.7
  15422. }
  15423. ]
  15424. },
  15425. 0.001
  15426. ],
  15427. [
  15428. {
  15429. "type": "RED_ROSE",
  15430. "data": 7,
  15431. "inclinationsConditions": [
  15432. {
  15433. "minInclination": 0.0,
  15434. "maxInclination": 1.7
  15435. }
  15436. ]
  15437. },
  15438. 0.001
  15439. ],
  15440. [
  15441. {
  15442. "type": "RED_ROSE",
  15443. "data": 8,
  15444. "inclinationsConditions": [
  15445. {
  15446. "minInclination": 0.0,
  15447. "maxInclination": 1.7
  15448. }
  15449. ]
  15450. },
  15451. 0.001
  15452. ]
  15453. ]
  15454. ],
  15455. "riverBlocks": [],
  15456. "leavesBlock": {
  15457. "type": "LEAVES",
  15458. "data": 2,
  15459. "inclinationsConditions": [
  15460. {
  15461. "minInclination": 0.5,
  15462. "maxInclination": 0.6000000238418579
  15463. }
  15464. ]
  15465. }
  15466. },
  15467. "customTrees": [],
  15468. "customStructures": [],
  15469. "maxEWGObjectsPerChunk": 4,
  15470. "xNoiseModifier": 1.2,
  15471. "yNoiseModifier": 0.8,
  15472. "zNoiseModifier": 1.2,
  15473. "lakeDepth": 0.0,
  15474. "baseHeight": 50,
  15475. "nativeBiomes": [
  15476. {
  15477. "nativeBiome": "BIRCH_FOREST",
  15478. "chance": 0.8
  15479. },
  15480. {
  15481. "nativeBiome": "SAVANNA",
  15482. "chance": 0.2
  15483. }
  15484. ],
  15485. "entitySettings": {},
  15486. "groundMaterials": [
  15487. {
  15488. "material": "STONE",
  15489. "data": 0,
  15490. "chance": 1.0
  15491. }
  15492. ]
  15493. },
  15494. "Spruce Taiga": {
  15495. "enabled": true,
  15496. "biomeType": "FOREST",
  15497. "useDungeons": true,
  15498. "dungeonChance": 8,
  15499. "useMineShafts": true,
  15500. "useStrongholds": true,
  15501. "useVillages": true,
  15502. "useTemples": false,
  15503. "useNetherFortress": false,
  15504. "useCaves": true,
  15505. "useMonuments": false,
  15506. "useRavines": true,
  15507. "useWitchHuts": false,
  15508. "usePyramids": false,
  15509. "useJungleTemples": false,
  15510. "useIgloos": false,
  15511. "useFossils": false,
  15512. "useWaterLakes": true,
  15513. "useLavaLakes": false,
  15514. "useRivers": true,
  15515. "useNativePainting": true,
  15516. "useNativeStructure": true,
  15517. "nativeBiome": "redwood_taiga",
  15518. "fossilChance": 64,
  15519. "lavaLakeChance": 80,
  15520. "waterLakeChance": 4,
  15521. "ores": [
  15522. {
  15523. "type": "DIRT",
  15524. "data": 0,
  15525. "size": 33,
  15526. "count": 10,
  15527. "minHeight": 0,
  15528. "maxHeight": 256
  15529. },
  15530. {
  15531. "type": "GRAVEL",
  15532. "data": 0,
  15533. "size": 33,
  15534. "count": 8,
  15535. "minHeight": 0,
  15536. "maxHeight": 256
  15537. },
  15538. {
  15539. "type": "STONE",
  15540. "data": 1,
  15541. "size": 33,
  15542. "count": 10,
  15543. "minHeight": 0,
  15544. "maxHeight": 80
  15545. },
  15546. {
  15547. "type": "STONE",
  15548. "data": 3,
  15549. "size": 33,
  15550. "count": 10,
  15551. "minHeight": 0,
  15552. "maxHeight": 80
  15553. },
  15554. {
  15555. "type": "STONE",
  15556. "data": 5,
  15557. "size": 33,
  15558. "count": 10,
  15559. "minHeight": 0,
  15560. "maxHeight": 80
  15561. },
  15562. {
  15563. "type": "COAL_ORE",
  15564. "data": 0,
  15565. "size": 17,
  15566. "count": 20,
  15567. "minHeight": 0,
  15568. "maxHeight": 128
  15569. },
  15570. {
  15571. "type": "IRON_ORE",
  15572. "data": 0,
  15573. "size": 9,
  15574. "count": 20,
  15575. "minHeight": 0,
  15576. "maxHeight": 64
  15577. },
  15578. {
  15579. "type": "GOLD_ORE",
  15580. "data": 0,
  15581. "size": 9,
  15582. "count": 2,
  15583. "minHeight": 0,
  15584. "maxHeight": 32
  15585. },
  15586. {
  15587. "type": "REDSTONE_ORE",
  15588. "data": 0,
  15589. "size": 8,
  15590. "count": 8,
  15591. "minHeight": 0,
  15592. "maxHeight": 16
  15593. },
  15594. {
  15595. "type": "DIAMOND_ORE",
  15596. "data": 0,
  15597. "size": 8,
  15598. "count": 1,
  15599. "minHeight": 0,
  15600. "maxHeight": 16
  15601. },
  15602. {
  15603. "type": "LAPIS_ORE",
  15604. "data": 0,
  15605. "size": 7,
  15606. "count": 1,
  15607. "minHeight": 0,
  15608. "maxHeight": 32
  15609. },
  15610. {
  15611. "type": "EMERALD_ORE",
  15612. "data": 0,
  15613. "size": 4,
  15614. "count": 2,
  15615. "minHeight": 4,
  15616. "maxHeight": 32
  15617. }
  15618. ],
  15619. "terrainSettings": {
  15620. "subTerrains": [
  15621. {
  15622. "provider": "MINECRAFT",
  15623. "name": "redwood_taiga",
  15624. "xModifier": 1.0,
  15625. "yModifer": 1.0,
  15626. "zModifer": 1.0,
  15627. "yOffset": 0
  15628. }
  15629. ]
  15630. },
  15631. "overlaySettings": {
  15632. "spawnLillypads": true,
  15633. "spawnCactus": false,
  15634. "spawnSnowLayers": false,
  15635. "spawnIceOnWater": false,
  15636. "minRiver": 2.0,
  15637. "groundDepth": 4,
  15638. "surfaceDepth": 1,
  15639. "surfaceBlocks": [
  15640. [
  15641. [
  15642. {
  15643. "type": "STAINED_CLAY",
  15644. "data": 9,
  15645. "inclinationsConditions": [
  15646. {
  15647. "minInclination": 2.3,
  15648. "maxInclination": 99.0
  15649. }
  15650. ]
  15651. },
  15652. 1.0
  15653. ]
  15654. ],
  15655. [
  15656. [
  15657. {
  15658. "type": "STONE",
  15659. "data": 0,
  15660. "inclinationsConditions": [
  15661. {
  15662. "minInclination": 1.3,
  15663. "maxInclination": 1.7
  15664. }
  15665. ]
  15666. },
  15667. 0.4
  15668. ],
  15669. [
  15670. {
  15671. "type": "COBBLESTONE",
  15672. "data": 0,
  15673. "inclinationsConditions": [
  15674. {
  15675. "minInclination": 1.3,
  15676. "maxInclination": 1.7
  15677. }
  15678. ]
  15679. },
  15680. 0.3
  15681. ],
  15682. [
  15683. {
  15684. "type": "STONE",
  15685. "data": 5,
  15686. "inclinationsConditions": [
  15687. {
  15688. "minInclination": 1.3,
  15689. "maxInclination": 1.7
  15690. }
  15691. ]
  15692. },
  15693. 0.3
  15694. ]
  15695. ],
  15696. [
  15697. [
  15698. {
  15699. "type": "GRASS",
  15700. "data": 0
  15701. },
  15702. 1.0
  15703. ]
  15704. ]
  15705. ],
  15706. "oceanBlocks": [],
  15707. "groundBlocks": [
  15708. [
  15709. [
  15710. {
  15711. "type": "STAINED_CLAY",
  15712. "data": 9,
  15713. "inclinationsConditions": [
  15714. {
  15715. "minInclination": 2.3,
  15716. "maxInclination": 99.0
  15717. }
  15718. ]
  15719. },
  15720. 1.0
  15721. ]
  15722. ],
  15723. [
  15724. [
  15725. {
  15726. "type": "STONE",
  15727. "data": 0,
  15728. "inclinationsConditions": [
  15729. {
  15730. "minInclination": 1.3,
  15731. "maxInclination": 1.7
  15732. }
  15733. ]
  15734. },
  15735. 0.4
  15736. ],
  15737. [
  15738. {
  15739. "type": "COBBLESTONE",
  15740. "data": 0,
  15741. "inclinationsConditions": [
  15742. {
  15743. "minInclination": 1.3,
  15744. "maxInclination": 1.7
  15745. }
  15746. ]
  15747. },
  15748. 0.3
  15749. ],
  15750. [
  15751. {
  15752. "type": "STONE",
  15753. "data": 5,
  15754. "inclinationsConditions": [
  15755. {
  15756. "minInclination": 1.3,
  15757. "maxInclination": 1.7
  15758. }
  15759. ]
  15760. },
  15761. 0.3
  15762. ]
  15763. ],
  15764. [
  15765. [
  15766. {
  15767. "type": "DIRT",
  15768. "data": 0
  15769. },
  15770. 0.8
  15771. ],
  15772. [
  15773. {
  15774. "type": "COBBLESTONE",
  15775. "data": 0
  15776. },
  15777. 0.2
  15778. ]
  15779. ]
  15780. ],
  15781. "beachBlocks": [
  15782. [
  15783. [
  15784. {
  15785. "type": "SAND",
  15786. "data": 0,
  15787. "heightConditions": [
  15788. {
  15789. "minHeight": 0,
  15790. "maxHeight": 53
  15791. }
  15792. ]
  15793. },
  15794. 1.0
  15795. ]
  15796. ],
  15797. [
  15798. [
  15799. {
  15800. "type": "SAND",
  15801. "data": 0,
  15802. "inclinationsConditions": [
  15803. {
  15804. "minInclination": 0.0,
  15805. "maxInclination": 0.5
  15806. }
  15807. ]
  15808. },
  15809. 1.0
  15810. ]
  15811. ]
  15812. ],
  15813. "slabBlocks": [],
  15814. "stairBlocks": [],
  15815. "plantBlocks": [
  15816. {},
  15817. {},
  15818. [
  15819. [
  15820. {
  15821. "type": "SUGAR_CANE_BLOCK",
  15822. "data": 0,
  15823. "heightConditions": [
  15824. {
  15825. "minHeight": 54,
  15826. "maxHeight": 54
  15827. }
  15828. ]
  15829. },
  15830. 0.1
  15831. ],
  15832. [
  15833. {
  15834. "type": "LONG_GRASS",
  15835. "data": 1,
  15836. "inclinationsConditions": [
  15837. {
  15838. "minInclination": 0.0,
  15839. "maxInclination": 1.7
  15840. }
  15841. ]
  15842. },
  15843. 0.25
  15844. ],
  15845. [
  15846. {
  15847. "type": "DOUBLE_PLANT",
  15848. "data": 0,
  15849. "inclinationsConditions": [
  15850. {
  15851. "minInclination": 0.0,
  15852. "maxInclination": 1.7
  15853. }
  15854. ]
  15855. },
  15856. 0.001
  15857. ],
  15858. [
  15859. {
  15860. "type": "DOUBLE_PLANT",
  15861. "data": 1,
  15862. "inclinationsConditions": [
  15863. {
  15864. "minInclination": 0.0,
  15865. "maxInclination": 1.7
  15866. }
  15867. ]
  15868. },
  15869. 0.001
  15870. ],
  15871. [
  15872. {
  15873. "type": "DOUBLE_PLANT",
  15874. "data": 2,
  15875. "inclinationsConditions": [
  15876. {
  15877. "minInclination": 0.0,
  15878. "maxInclination": 1.7
  15879. }
  15880. ]
  15881. },
  15882. 0.001
  15883. ],
  15884. [
  15885. {
  15886. "type": "DOUBLE_PLANT",
  15887. "data": 3,
  15888. "inclinationsConditions": [
  15889. {
  15890. "minInclination": 0.0,
  15891. "maxInclination": 1.7
  15892. }
  15893. ]
  15894. },
  15895. 0.001
  15896. ],
  15897. [
  15898. {
  15899. "type": "DOUBLE_PLANT",
  15900. "data": 4,
  15901. "inclinationsConditions": [
  15902. {
  15903. "minInclination": 0.0,
  15904. "maxInclination": 1.7
  15905. }
  15906. ]
  15907. },
  15908. 0.001
  15909. ],
  15910. [
  15911. {
  15912. "type": "DOUBLE_PLANT",
  15913. "data": 5,
  15914. "inclinationsConditions": [
  15915. {
  15916. "minInclination": 0.0,
  15917. "maxInclination": 1.7
  15918. }
  15919. ]
  15920. },
  15921. 0.001
  15922. ],
  15923. [
  15924. {
  15925. "type": "RED_ROSE",
  15926. "data": 0,
  15927. "inclinationsConditions": [
  15928. {
  15929. "minInclination": 0.0,
  15930. "maxInclination": 1.7
  15931. }
  15932. ]
  15933. },
  15934. 0.001
  15935. ],
  15936. [
  15937. {
  15938. "type": "YELLOW_FLOWER",
  15939. "data": 0,
  15940. "inclinationsConditions": [
  15941. {
  15942. "minInclination": 0.0,
  15943. "maxInclination": 1.7
  15944. }
  15945. ]
  15946. },
  15947. 0.001
  15948. ],
  15949. [
  15950. {
  15951. "type": "RED_ROSE",
  15952. "data": 1,
  15953. "inclinationsConditions": [
  15954. {
  15955. "minInclination": 0.0,
  15956. "maxInclination": 1.7
  15957. }
  15958. ]
  15959. },
  15960. 0.001
  15961. ],
  15962. [
  15963. {
  15964. "type": "RED_ROSE",
  15965. "data": 2,
  15966. "inclinationsConditions": [
  15967. {
  15968. "minInclination": 0.0,
  15969. "maxInclination": 1.7
  15970. }
  15971. ]
  15972. },
  15973. 0.001
  15974. ],
  15975. [
  15976. {
  15977. "type": "RED_ROSE",
  15978. "data": 3,
  15979. "inclinationsConditions": [
  15980. {
  15981. "minInclination": 0.0,
  15982. "maxInclination": 1.7
  15983. }
  15984. ]
  15985. },
  15986. 0.001
  15987. ],
  15988. [
  15989. {
  15990. "type": "RED_ROSE",
  15991. "data": 4,
  15992. "inclinationsConditions": [
  15993. {
  15994. "minInclination": 0.0,
  15995. "maxInclination": 1.7
  15996. }
  15997. ]
  15998. },
  15999. 0.001
  16000. ],
  16001. [
  16002. {
  16003. "type": "RED_ROSE",
  16004. "data": 5,
  16005. "inclinationsConditions": [
  16006. {
  16007. "minInclination": 0.0,
  16008. "maxInclination": 1.7
  16009. }
  16010. ]
  16011. },
  16012. 0.001
  16013. ],
  16014. [
  16015. {
  16016. "type": "RED_ROSE",
  16017. "data": 6,
  16018. "inclinationsConditions": [
  16019. {
  16020. "minInclination": 0.0,
  16021. "maxInclination": 1.7
  16022. }
  16023. ]
  16024. },
  16025. 0.001
  16026. ],
  16027. [
  16028. {
  16029. "type": "RED_ROSE",
  16030. "data": 7,
  16031. "inclinationsConditions": [
  16032. {
  16033. "minInclination": 0.0,
  16034. "maxInclination": 1.7
  16035. }
  16036. ]
  16037. },
  16038. 0.001
  16039. ],
  16040. [
  16041. {
  16042. "type": "RED_ROSE",
  16043. "data": 8,
  16044. "inclinationsConditions": [
  16045. {
  16046. "minInclination": 0.0,
  16047. "maxInclination": 1.7
  16048. }
  16049. ]
  16050. },
  16051. 0.001
  16052. ]
  16053. ]
  16054. ],
  16055. "riverBlocks": [],
  16056. "leavesBlock": {
  16057. "type": "LEAVES",
  16058. "data": 2,
  16059. "inclinationsConditions": [
  16060. {
  16061. "minInclination": 0.5,
  16062. "maxInclination": 0.6000000238418579
  16063. }
  16064. ]
  16065. }
  16066. },
  16067. "customTrees": [],
  16068. "customStructures": [],
  16069. "maxEWGObjectsPerChunk": 4,
  16070. "xNoiseModifier": 1.2,
  16071. "yNoiseModifier": 0.8,
  16072. "zNoiseModifier": 1.2,
  16073. "lakeDepth": 0.0,
  16074. "baseHeight": 50,
  16075. "nativeBiomes": [
  16076. {
  16077. "nativeBiome": "BIRCH_FOREST",
  16078. "chance": 0.8
  16079. },
  16080. {
  16081. "nativeBiome": "SAVANNA",
  16082. "chance": 0.2
  16083. }
  16084. ],
  16085. "entitySettings": {},
  16086. "groundMaterials": [
  16087. {
  16088. "material": "STONE",
  16089. "data": 0,
  16090. "chance": 1.0
  16091. }
  16092. ]
  16093. },
  16094. "Amplified Jungle": {
  16095. "enabled": true,
  16096. "biomeType": "FOREST",
  16097. "useDungeons": true,
  16098. "dungeonChance": 8,
  16099. "useMineShafts": true,
  16100. "useStrongholds": true,
  16101. "useVillages": true,
  16102. "useTemples": false,
  16103. "useNetherFortress": false,
  16104. "useCaves": true,
  16105. "useMonuments": false,
  16106. "useRavines": true,
  16107. "useWitchHuts": false,
  16108. "usePyramids": false,
  16109. "useJungleTemples": true,
  16110. "useIgloos": false,
  16111. "useFossils": true,
  16112. "useWaterLakes": true,
  16113. "useLavaLakes": false,
  16114. "useRivers": true,
  16115. "useNativePainting": true,
  16116. "useNativeStructure": true,
  16117. "nativeBiome": "mutated_jungle",
  16118. "fossilChance": 64,
  16119. "lavaLakeChance": 80,
  16120. "waterLakeChance": 4,
  16121. "ores": [
  16122. {
  16123. "type": "DIRT",
  16124. "data": 0,
  16125. "size": 33,
  16126. "count": 10,
  16127. "minHeight": 0,
  16128. "maxHeight": 256
  16129. },
  16130. {
  16131. "type": "GRAVEL",
  16132. "data": 0,
  16133. "size": 33,
  16134. "count": 8,
  16135. "minHeight": 0,
  16136. "maxHeight": 256
  16137. },
  16138. {
  16139. "type": "STONE",
  16140. "data": 1,
  16141. "size": 33,
  16142. "count": 10,
  16143. "minHeight": 0,
  16144. "maxHeight": 80
  16145. },
  16146. {
  16147. "type": "STONE",
  16148. "data": 3,
  16149. "size": 33,
  16150. "count": 10,
  16151. "minHeight": 0,
  16152. "maxHeight": 80
  16153. },
  16154. {
  16155. "type": "STONE",
  16156. "data": 5,
  16157. "size": 33,
  16158. "count": 10,
  16159. "minHeight": 0,
  16160. "maxHeight": 80
  16161. },
  16162. {
  16163. "type": "COAL_ORE",
  16164. "data": 0,
  16165. "size": 17,
  16166. "count": 20,
  16167. "minHeight": 0,
  16168. "maxHeight": 128
  16169. },
  16170. {
  16171. "type": "IRON_ORE",
  16172. "data": 0,
  16173. "size": 9,
  16174. "count": 20,
  16175. "minHeight": 0,
  16176. "maxHeight": 64
  16177. },
  16178. {
  16179. "type": "GOLD_ORE",
  16180. "data": 0,
  16181. "size": 9,
  16182. "count": 2,
  16183. "minHeight": 0,
  16184. "maxHeight": 32
  16185. },
  16186. {
  16187. "type": "REDSTONE_ORE",
  16188. "data": 0,
  16189. "size": 8,
  16190. "count": 8,
  16191. "minHeight": 0,
  16192. "maxHeight": 16
  16193. },
  16194. {
  16195. "type": "DIAMOND_ORE",
  16196. "data": 0,
  16197. "size": 8,
  16198. "count": 1,
  16199. "minHeight": 0,
  16200. "maxHeight": 16
  16201. },
  16202. {
  16203. "type": "LAPIS_ORE",
  16204. "data": 0,
  16205. "size": 7,
  16206. "count": 1,
  16207. "minHeight": 0,
  16208. "maxHeight": 32
  16209. },
  16210. {
  16211. "type": "EMERALD_ORE",
  16212. "data": 0,
  16213. "size": 4,
  16214. "count": 2,
  16215. "minHeight": 4,
  16216. "maxHeight": 32
  16217. }
  16218. ],
  16219. "terrainSettings": {
  16220. "subTerrains": [
  16221. {
  16222. "provider": "MINECRAFT",
  16223. "name": "mutated_jungle",
  16224. "xModifier": 1.0,
  16225. "yModifer": 1.0,
  16226. "zModifer": 1.0,
  16227. "yOffset": 0
  16228. }
  16229. ]
  16230. },
  16231. "overlaySettings": {
  16232. "spawnLillypads": true,
  16233. "spawnCactus": false,
  16234. "spawnSnowLayers": false,
  16235. "spawnIceOnWater": false,
  16236. "minRiver": 2.0,
  16237. "groundDepth": 4,
  16238. "surfaceDepth": 1,
  16239. "surfaceBlocks": [
  16240. [
  16241. [
  16242. {
  16243. "type": "STAINED_CLAY",
  16244. "data": 9,
  16245. "inclinationsConditions": [
  16246. {
  16247. "minInclination": 2.3,
  16248. "maxInclination": 99.0
  16249. }
  16250. ]
  16251. },
  16252. 1.0
  16253. ]
  16254. ],
  16255. [
  16256. [
  16257. {
  16258. "type": "STONE",
  16259. "data": 0,
  16260. "inclinationsConditions": [
  16261. {
  16262. "minInclination": 1.3,
  16263. "maxInclination": 1.7
  16264. }
  16265. ]
  16266. },
  16267. 0.4
  16268. ],
  16269. [
  16270. {
  16271. "type": "COBBLESTONE",
  16272. "data": 0,
  16273. "inclinationsConditions": [
  16274. {
  16275. "minInclination": 1.3,
  16276. "maxInclination": 1.7
  16277. }
  16278. ]
  16279. },
  16280. 0.3
  16281. ],
  16282. [
  16283. {
  16284. "type": "STONE",
  16285. "data": 5,
  16286. "inclinationsConditions": [
  16287. {
  16288. "minInclination": 1.3,
  16289. "maxInclination": 1.7
  16290. }
  16291. ]
  16292. },
  16293. 0.3
  16294. ]
  16295. ],
  16296. [
  16297. [
  16298. {
  16299. "type": "GRASS",
  16300. "data": 0
  16301. },
  16302. 1.0
  16303. ]
  16304. ]
  16305. ],
  16306. "oceanBlocks": [],
  16307. "groundBlocks": [
  16308. [
  16309. [
  16310. {
  16311. "type": "STAINED_CLAY",
  16312. "data": 9,
  16313. "inclinationsConditions": [
  16314. {
  16315. "minInclination": 2.3,
  16316. "maxInclination": 99.0
  16317. }
  16318. ]
  16319. },
  16320. 1.0
  16321. ]
  16322. ],
  16323. [
  16324. [
  16325. {
  16326. "type": "STONE",
  16327. "data": 0,
  16328. "inclinationsConditions": [
  16329. {
  16330. "minInclination": 1.3,
  16331. "maxInclination": 1.7
  16332. }
  16333. ]
  16334. },
  16335. 0.4
  16336. ],
  16337. [
  16338. {
  16339. "type": "COBBLESTONE",
  16340. "data": 0,
  16341. "inclinationsConditions": [
  16342. {
  16343. "minInclination": 1.3,
  16344. "maxInclination": 1.7
  16345. }
  16346. ]
  16347. },
  16348. 0.3
  16349. ],
  16350. [
  16351. {
  16352. "type": "STONE",
  16353. "data": 5,
  16354. "inclinationsConditions": [
  16355. {
  16356. "minInclination": 1.3,
  16357. "maxInclination": 1.7
  16358. }
  16359. ]
  16360. },
  16361. 0.3
  16362. ]
  16363. ],
  16364. [
  16365. [
  16366. {
  16367. "type": "DIRT",
  16368. "data": 0
  16369. },
  16370. 0.8
  16371. ],
  16372. [
  16373. {
  16374. "type": "COBBLESTONE",
  16375. "data": 0
  16376. },
  16377. 0.2
  16378. ]
  16379. ]
  16380. ],
  16381. "beachBlocks": [
  16382. [
  16383. [
  16384. {
  16385. "type": "DIRT",
  16386. "data": 0,
  16387. "heightConditions": [
  16388. {
  16389. "minHeight": 0,
  16390. "maxHeight": 53
  16391. }
  16392. ]
  16393. },
  16394. 1.0
  16395. ]
  16396. ],
  16397. [
  16398. [
  16399. {
  16400. "type": "SAND",
  16401. "data": 0,
  16402. "inclinationsConditions": [
  16403. {
  16404. "minInclination": 0.0,
  16405. "maxInclination": 0.5
  16406. }
  16407. ]
  16408. },
  16409. 1.0
  16410. ]
  16411. ]
  16412. ],
  16413. "slabBlocks": [],
  16414. "stairBlocks": [],
  16415. "plantBlocks": [
  16416. {},
  16417. {},
  16418. [
  16419. [
  16420. {
  16421. "type": "SUGAR_CANE_BLOCK",
  16422. "data": 0,
  16423. "heightConditions": [
  16424. {
  16425. "minHeight": 54,
  16426. "maxHeight": 54
  16427. }
  16428. ]
  16429. },
  16430. 0.1
  16431. ],
  16432. [
  16433. {
  16434. "type": "LONG_GRASS",
  16435. "data": 1,
  16436. "inclinationsConditions": [
  16437. {
  16438. "minInclination": 0.0,
  16439. "maxInclination": 1.7
  16440. }
  16441. ]
  16442. },
  16443. 0.25
  16444. ],
  16445. [
  16446. {
  16447. "type": "DOUBLE_PLANT",
  16448. "data": 0,
  16449. "inclinationsConditions": [
  16450. {
  16451. "minInclination": 0.0,
  16452. "maxInclination": 1.7
  16453. }
  16454. ]
  16455. },
  16456. 0.001
  16457. ],
  16458. [
  16459. {
  16460. "type": "DOUBLE_PLANT",
  16461. "data": 1,
  16462. "inclinationsConditions": [
  16463. {
  16464. "minInclination": 0.0,
  16465. "maxInclination": 1.7
  16466. }
  16467. ]
  16468. },
  16469. 0.001
  16470. ],
  16471. [
  16472. {
  16473. "type": "DOUBLE_PLANT",
  16474. "data": 2,
  16475. "inclinationsConditions": [
  16476. {
  16477. "minInclination": 0.0,
  16478. "maxInclination": 1.7
  16479. }
  16480. ]
  16481. },
  16482. 0.001
  16483. ],
  16484. [
  16485. {
  16486. "type": "DOUBLE_PLANT",
  16487. "data": 3,
  16488. "inclinationsConditions": [
  16489. {
  16490. "minInclination": 0.0,
  16491. "maxInclination": 1.7
  16492. }
  16493. ]
  16494. },
  16495. 0.001
  16496. ],
  16497. [
  16498. {
  16499. "type": "DOUBLE_PLANT",
  16500. "data": 4,
  16501. "inclinationsConditions": [
  16502. {
  16503. "minInclination": 0.0,
  16504. "maxInclination": 1.7
  16505. }
  16506. ]
  16507. },
  16508. 0.001
  16509. ],
  16510. [
  16511. {
  16512. "type": "DOUBLE_PLANT",
  16513. "data": 5,
  16514. "inclinationsConditions": [
  16515. {
  16516. "minInclination": 0.0,
  16517. "maxInclination": 1.7
  16518. }
  16519. ]
  16520. },
  16521. 0.001
  16522. ],
  16523. [
  16524. {
  16525. "type": "RED_ROSE",
  16526. "data": 0,
  16527. "inclinationsConditions": [
  16528. {
  16529. "minInclination": 0.0,
  16530. "maxInclination": 1.7
  16531. }
  16532. ]
  16533. },
  16534. 0.001
  16535. ],
  16536. [
  16537. {
  16538. "type": "YELLOW_FLOWER",
  16539. "data": 0,
  16540. "inclinationsConditions": [
  16541. {
  16542. "minInclination": 0.0,
  16543. "maxInclination": 1.7
  16544. }
  16545. ]
  16546. },
  16547. 0.001
  16548. ],
  16549. [
  16550. {
  16551. "type": "RED_ROSE",
  16552. "data": 1,
  16553. "inclinationsConditions": [
  16554. {
  16555. "minInclination": 0.0,
  16556. "maxInclination": 1.7
  16557. }
  16558. ]
  16559. },
  16560. 0.001
  16561. ],
  16562. [
  16563. {
  16564. "type": "RED_ROSE",
  16565. "data": 2,
  16566. "inclinationsConditions": [
  16567. {
  16568. "minInclination": 0.0,
  16569. "maxInclination": 1.7
  16570. }
  16571. ]
  16572. },
  16573. 0.001
  16574. ],
  16575. [
  16576. {
  16577. "type": "RED_ROSE",
  16578. "data": 3,
  16579. "inclinationsConditions": [
  16580. {
  16581. "minInclination": 0.0,
  16582. "maxInclination": 1.7
  16583. }
  16584. ]
  16585. },
  16586. 0.001
  16587. ],
  16588. [
  16589. {
  16590. "type": "RED_ROSE",
  16591. "data": 4,
  16592. "inclinationsConditions": [
  16593. {
  16594. "minInclination": 0.0,
  16595. "maxInclination": 1.7
  16596. }
  16597. ]
  16598. },
  16599. 0.001
  16600. ],
  16601. [
  16602. {
  16603. "type": "RED_ROSE",
  16604. "data": 5,
  16605. "inclinationsConditions": [
  16606. {
  16607. "minInclination": 0.0,
  16608. "maxInclination": 1.7
  16609. }
  16610. ]
  16611. },
  16612. 0.001
  16613. ],
  16614. [
  16615. {
  16616. "type": "RED_ROSE",
  16617. "data": 6,
  16618. "inclinationsConditions": [
  16619. {
  16620. "minInclination": 0.0,
  16621. "maxInclination": 1.7
  16622. }
  16623. ]
  16624. },
  16625. 0.001
  16626. ],
  16627. [
  16628. {
  16629. "type": "RED_ROSE",
  16630. "data": 7,
  16631. "inclinationsConditions": [
  16632. {
  16633. "minInclination": 0.0,
  16634. "maxInclination": 1.7
  16635. }
  16636. ]
  16637. },
  16638. 0.001
  16639. ],
  16640. [
  16641. {
  16642. "type": "RED_ROSE",
  16643. "data": 8,
  16644. "inclinationsConditions": [
  16645. {
  16646. "minInclination": 0.0,
  16647. "maxInclination": 1.7
  16648. }
  16649. ]
  16650. },
  16651. 0.001
  16652. ]
  16653. ]
  16654. ],
  16655. "riverBlocks": [],
  16656. "leavesBlock": {
  16657. "type": "LEAVES",
  16658. "data": 2,
  16659. "inclinationsConditions": [
  16660. {
  16661. "minInclination": 0.5,
  16662. "maxInclination": 0.6000000238418579
  16663. }
  16664. ]
  16665. }
  16666. },
  16667. "customTrees": [],
  16668. "customStructures": [],
  16669. "maxEWGObjectsPerChunk": 4,
  16670. "xNoiseModifier": 1.2,
  16671. "yNoiseModifier": 0.8,
  16672. "zNoiseModifier": 1.2,
  16673. "lakeDepth": 0.0,
  16674. "baseHeight": 50,
  16675. "nativeBiomes": [
  16676. {
  16677. "nativeBiome": "BIRCH_FOREST",
  16678. "chance": 0.8
  16679. },
  16680. {
  16681. "nativeBiome": "SAVANNA",
  16682. "chance": 0.2
  16683. }
  16684. ],
  16685. "entitySettings": {},
  16686. "groundMaterials": [
  16687. {
  16688. "material": "STONE",
  16689. "data": 0,
  16690. "chance": 1.0
  16691. }
  16692. ]
  16693. },
  16694. "Swampland": {
  16695. "enabled": true,
  16696. "biomeType": "AQUATIC",
  16697. "useDungeons": true,
  16698. "dungeonChance": 8,
  16699. "useMineShafts": true,
  16700. "useStrongholds": true,
  16701. "useVillages": true,
  16702. "useTemples": false,
  16703. "useNetherFortress": false,
  16704. "useCaves": true,
  16705. "useMonuments": false,
  16706. "useRavines": true,
  16707. "useWitchHuts": true,
  16708. "usePyramids": false,
  16709. "useJungleTemples": false,
  16710. "useIgloos": false,
  16711. "useFossils": false,
  16712. "useWaterLakes": true,
  16713. "useLavaLakes": false,
  16714. "useRivers": true,
  16715. "useNativePainting": true,
  16716. "useNativeStructure": true,
  16717. "nativeBiome": "swampland",
  16718. "fossilChance": 64,
  16719. "lavaLakeChance": 80,
  16720. "waterLakeChance": 4,
  16721. "ores": [
  16722. {
  16723. "type": "DIRT",
  16724. "data": 0,
  16725. "size": 33,
  16726. "count": 10,
  16727. "minHeight": 0,
  16728. "maxHeight": 256
  16729. },
  16730. {
  16731. "type": "GRAVEL",
  16732. "data": 0,
  16733. "size": 33,
  16734. "count": 8,
  16735. "minHeight": 0,
  16736. "maxHeight": 256
  16737. },
  16738. {
  16739. "type": "STONE",
  16740. "data": 1,
  16741. "size": 33,
  16742. "count": 10,
  16743. "minHeight": 0,
  16744. "maxHeight": 80
  16745. },
  16746. {
  16747. "type": "STONE",
  16748. "data": 3,
  16749. "size": 33,
  16750. "count": 10,
  16751. "minHeight": 0,
  16752. "maxHeight": 80
  16753. },
  16754. {
  16755. "type": "STONE",
  16756. "data": 5,
  16757. "size": 33,
  16758. "count": 10,
  16759. "minHeight": 0,
  16760. "maxHeight": 80
  16761. },
  16762. {
  16763. "type": "COAL_ORE",
  16764. "data": 0,
  16765. "size": 17,
  16766. "count": 20,
  16767. "minHeight": 0,
  16768. "maxHeight": 128
  16769. },
  16770. {
  16771. "type": "IRON_ORE",
  16772. "data": 0,
  16773. "size": 9,
  16774. "count": 20,
  16775. "minHeight": 0,
  16776. "maxHeight": 64
  16777. },
  16778. {
  16779. "type": "GOLD_ORE",
  16780. "data": 0,
  16781. "size": 9,
  16782. "count": 2,
  16783. "minHeight": 0,
  16784. "maxHeight": 32
  16785. },
  16786. {
  16787. "type": "REDSTONE_ORE",
  16788. "data": 0,
  16789. "size": 8,
  16790. "count": 8,
  16791. "minHeight": 0,
  16792. "maxHeight": 16
  16793. },
  16794. {
  16795. "type": "DIAMOND_ORE",
  16796. "data": 0,
  16797. "size": 8,
  16798. "count": 1,
  16799. "minHeight": 0,
  16800. "maxHeight": 16
  16801. },
  16802. {
  16803. "type": "LAPIS_ORE",
  16804. "data": 0,
  16805. "size": 7,
  16806. "count": 1,
  16807. "minHeight": 0,
  16808. "maxHeight": 32
  16809. },
  16810. {
  16811. "type": "EMERALD_ORE",
  16812. "data": 0,
  16813. "size": 4,
  16814. "count": 2,
  16815. "minHeight": 4,
  16816. "maxHeight": 32
  16817. }
  16818. ],
  16819. "terrainSettings": {
  16820. "subTerrains": [
  16821. {
  16822. "provider": "MINECRAFT",
  16823. "name": "swampland",
  16824. "xModifier": 1.0,
  16825. "yModifer": 1.0,
  16826. "zModifer": 1.0,
  16827. "yOffset": 0
  16828. }
  16829. ]
  16830. },
  16831. "overlaySettings": {
  16832. "spawnLillypads": true,
  16833. "spawnCactus": false,
  16834. "spawnSnowLayers": false,
  16835. "spawnIceOnWater": false,
  16836. "minRiver": 2.0,
  16837. "groundDepth": 4,
  16838. "surfaceDepth": 1,
  16839. "surfaceBlocks": [
  16840. [
  16841. [
  16842. {
  16843. "type": "STAINED_CLAY",
  16844. "data": 9,
  16845. "inclinationsConditions": [
  16846. {
  16847. "minInclination": 2.3,
  16848. "maxInclination": 99.0
  16849. }
  16850. ]
  16851. },
  16852. 1.0
  16853. ]
  16854. ],
  16855. [
  16856. [
  16857. {
  16858. "type": "STONE",
  16859. "data": 0,
  16860. "inclinationsConditions": [
  16861. {
  16862. "minInclination": 1.3,
  16863. "maxInclination": 1.7
  16864. }
  16865. ]
  16866. },
  16867. 0.4
  16868. ],
  16869. [
  16870. {
  16871. "type": "COBBLESTONE",
  16872. "data": 0,
  16873. "inclinationsConditions": [
  16874. {
  16875. "minInclination": 1.3,
  16876. "maxInclination": 1.7
  16877. }
  16878. ]
  16879. },
  16880. 0.3
  16881. ],
  16882. [
  16883. {
  16884. "type": "STONE",
  16885. "data": 5,
  16886. "inclinationsConditions": [
  16887. {
  16888. "minInclination": 1.3,
  16889. "maxInclination": 1.7
  16890. }
  16891. ]
  16892. },
  16893. 0.3
  16894. ]
  16895. ],
  16896. [
  16897. [
  16898. {
  16899. "type": "GRASS",
  16900. "data": 0
  16901. },
  16902. 1.0
  16903. ]
  16904. ]
  16905. ],
  16906. "oceanBlocks": [],
  16907. "groundBlocks": [
  16908. [
  16909. [
  16910. {
  16911. "type": "STAINED_CLAY",
  16912. "data": 9,
  16913. "inclinationsConditions": [
  16914. {
  16915. "minInclination": 2.3,
  16916. "maxInclination": 99.0
  16917. }
  16918. ]
  16919. },
  16920. 1.0
  16921. ]
  16922. ],
  16923. [
  16924. [
  16925. {
  16926. "type": "STONE",
  16927. "data": 0,
  16928. "inclinationsConditions": [
  16929. {
  16930. "minInclination": 1.3,
  16931. "maxInclination": 1.7
  16932. }
  16933. ]
  16934. },
  16935. 0.4
  16936. ],
  16937. [
  16938. {
  16939. "type": "COBBLESTONE",
  16940. "data": 0,
  16941. "inclinationsConditions": [
  16942. {
  16943. "minInclination": 1.3,
  16944. "maxInclination": 1.7
  16945. }
  16946. ]
  16947. },
  16948. 0.3
  16949. ],
  16950. [
  16951. {
  16952. "type": "STONE",
  16953. "data": 5,
  16954. "inclinationsConditions": [
  16955. {
  16956. "minInclination": 1.3,
  16957. "maxInclination": 1.7
  16958. }
  16959. ]
  16960. },
  16961. 0.3
  16962. ]
  16963. ],
  16964. [
  16965. [
  16966. {
  16967. "type": "DIRT",
  16968. "data": 0
  16969. },
  16970. 0.8
  16971. ],
  16972. [
  16973. {
  16974. "type": "COBBLESTONE",
  16975. "data": 0
  16976. },
  16977. 0.2
  16978. ]
  16979. ]
  16980. ],
  16981. "beachBlocks": [
  16982. [
  16983. [
  16984. {
  16985. "type": "SAND",
  16986. "data": 0,
  16987. "heightConditions": [
  16988. {
  16989. "minHeight": 0,
  16990. "maxHeight": 53
  16991. }
  16992. ]
  16993. },
  16994. 1.0
  16995. ]
  16996. ],
  16997. [
  16998. [
  16999. {
  17000. "type": "SAND",
  17001. "data": 0,
  17002. "inclinationsConditions": [
  17003. {
  17004. "minInclination": 0.0,
  17005. "maxInclination": 0.5
  17006. }
  17007. ]
  17008. },
  17009. 1.0
  17010. ]
  17011. ]
  17012. ],
  17013. "slabBlocks": [],
  17014. "stairBlocks": [],
  17015. "plantBlocks": [
  17016. {},
  17017. {},
  17018. [
  17019. [
  17020. {
  17021. "type": "SUGAR_CANE_BLOCK",
  17022. "data": 0,
  17023. "heightConditions": [
  17024. {
  17025. "minHeight": 54,
  17026. "maxHeight": 54
  17027. }
  17028. ]
  17029. },
  17030. 0.1
  17031. ],
  17032. [
  17033. {
  17034. "type": "LONG_GRASS",
  17035. "data": 1,
  17036. "inclinationsConditions": [
  17037. {
  17038. "minInclination": 0.0,
  17039. "maxInclination": 1.7
  17040. }
  17041. ]
  17042. },
  17043. 0.25
  17044. ],
  17045. [
  17046. {
  17047. "type": "DOUBLE_PLANT",
  17048. "data": 0,
  17049. "inclinationsConditions": [
  17050. {
  17051. "minInclination": 0.0,
  17052. "maxInclination": 1.7
  17053. }
  17054. ]
  17055. },
  17056. 0.001
  17057. ],
  17058. [
  17059. {
  17060. "type": "DOUBLE_PLANT",
  17061. "data": 1,
  17062. "inclinationsConditions": [
  17063. {
  17064. "minInclination": 0.0,
  17065. "maxInclination": 1.7
  17066. }
  17067. ]
  17068. },
  17069. 0.001
  17070. ],
  17071. [
  17072. {
  17073. "type": "DOUBLE_PLANT",
  17074. "data": 2,
  17075. "inclinationsConditions": [
  17076. {
  17077. "minInclination": 0.0,
  17078. "maxInclination": 1.7
  17079. }
  17080. ]
  17081. },
  17082. 0.001
  17083. ],
  17084. [
  17085. {
  17086. "type": "DOUBLE_PLANT",
  17087. "data": 3,
  17088. "inclinationsConditions": [
  17089. {
  17090. "minInclination": 0.0,
  17091. "maxInclination": 1.7
  17092. }
  17093. ]
  17094. },
  17095. 0.001
  17096. ],
  17097. [
  17098. {
  17099. "type": "DOUBLE_PLANT",
  17100. "data": 4,
  17101. "inclinationsConditions": [
  17102. {
  17103. "minInclination": 0.0,
  17104. "maxInclination": 1.7
  17105. }
  17106. ]
  17107. },
  17108. 0.001
  17109. ],
  17110. [
  17111. {
  17112. "type": "DOUBLE_PLANT",
  17113. "data": 5,
  17114. "inclinationsConditions": [
  17115. {
  17116. "minInclination": 0.0,
  17117. "maxInclination": 1.7
  17118. }
  17119. ]
  17120. },
  17121. 0.001
  17122. ],
  17123. [
  17124. {
  17125. "type": "RED_ROSE",
  17126. "data": 0,
  17127. "inclinationsConditions": [
  17128. {
  17129. "minInclination": 0.0,
  17130. "maxInclination": 1.7
  17131. }
  17132. ]
  17133. },
  17134. 0.001
  17135. ],
  17136. [
  17137. {
  17138. "type": "YELLOW_FLOWER",
  17139. "data": 0,
  17140. "inclinationsConditions": [
  17141. {
  17142. "minInclination": 0.0,
  17143. "maxInclination": 1.7
  17144. }
  17145. ]
  17146. },
  17147. 0.001
  17148. ],
  17149. [
  17150. {
  17151. "type": "RED_ROSE",
  17152. "data": 1,
  17153. "inclinationsConditions": [
  17154. {
  17155. "minInclination": 0.0,
  17156. "maxInclination": 1.7
  17157. }
  17158. ]
  17159. },
  17160. 0.001
  17161. ],
  17162. [
  17163. {
  17164. "type": "RED_ROSE",
  17165. "data": 2,
  17166. "inclinationsConditions": [
  17167. {
  17168. "minInclination": 0.0,
  17169. "maxInclination": 1.7
  17170. }
  17171. ]
  17172. },
  17173. 0.001
  17174. ],
  17175. [
  17176. {
  17177. "type": "RED_ROSE",
  17178. "data": 3,
  17179. "inclinationsConditions": [
  17180. {
  17181. "minInclination": 0.0,
  17182. "maxInclination": 1.7
  17183. }
  17184. ]
  17185. },
  17186. 0.001
  17187. ],
  17188. [
  17189. {
  17190. "type": "RED_ROSE",
  17191. "data": 4,
  17192. "inclinationsConditions": [
  17193. {
  17194. "minInclination": 0.0,
  17195. "maxInclination": 1.7
  17196. }
  17197. ]
  17198. },
  17199. 0.001
  17200. ],
  17201. [
  17202. {
  17203. "type": "RED_ROSE",
  17204. "data": 5,
  17205. "inclinationsConditions": [
  17206. {
  17207. "minInclination": 0.0,
  17208. "maxInclination": 1.7
  17209. }
  17210. ]
  17211. },
  17212. 0.001
  17213. ],
  17214. [
  17215. {
  17216. "type": "RED_ROSE",
  17217. "data": 6,
  17218. "inclinationsConditions": [
  17219. {
  17220. "minInclination": 0.0,
  17221. "maxInclination": 1.7
  17222. }
  17223. ]
  17224. },
  17225. 0.001
  17226. ],
  17227. [
  17228. {
  17229. "type": "RED_ROSE",
  17230. "data": 7,
  17231. "inclinationsConditions": [
  17232. {
  17233. "minInclination": 0.0,
  17234. "maxInclination": 1.7
  17235. }
  17236. ]
  17237. },
  17238. 0.001
  17239. ],
  17240. [
  17241. {
  17242. "type": "RED_ROSE",
  17243. "data": 8,
  17244. "inclinationsConditions": [
  17245. {
  17246. "minInclination": 0.0,
  17247. "maxInclination": 1.7
  17248. }
  17249. ]
  17250. },
  17251. 0.001
  17252. ]
  17253. ]
  17254. ],
  17255. "riverBlocks": [],
  17256. "leavesBlock": {
  17257. "type": "LEAVES",
  17258. "data": 2,
  17259. "inclinationsConditions": [
  17260. {
  17261. "minInclination": 0.5,
  17262. "maxInclination": 0.6000000238418579
  17263. }
  17264. ]
  17265. }
  17266. },
  17267. "customTrees": [],
  17268. "customStructures": [],
  17269. "maxEWGObjectsPerChunk": 4,
  17270. "xNoiseModifier": 1.2,
  17271. "yNoiseModifier": 0.8,
  17272. "zNoiseModifier": 1.2,
  17273. "lakeDepth": 0.0,
  17274. "baseHeight": 50,
  17275. "nativeBiomes": [
  17276. {
  17277. "nativeBiome": "BIRCH_FOREST",
  17278. "chance": 0.8
  17279. },
  17280. {
  17281. "nativeBiome": "SAVANNA",
  17282. "chance": 0.2
  17283. }
  17284. ],
  17285. "entitySettings": {},
  17286. "groundMaterials": [
  17287. {
  17288. "material": "STONE",
  17289. "data": 0,
  17290. "chance": 1.0
  17291. }
  17292. ]
  17293. },
  17294. "Savanna": {
  17295. "enabled": true,
  17296. "biomeType": "GRASSLAND",
  17297. "useDungeons": true,
  17298. "dungeonChance": 8,
  17299. "useMineShafts": true,
  17300. "useStrongholds": true,
  17301. "useVillages": true,
  17302. "useTemples": false,
  17303. "useNetherFortress": false,
  17304. "useCaves": true,
  17305. "useMonuments": false,
  17306. "useRavines": true,
  17307. "useWitchHuts": false,
  17308. "usePyramids": false,
  17309. "useJungleTemples": false,
  17310. "useIgloos": false,
  17311. "useFossils": false,
  17312. "useWaterLakes": true,
  17313. "useLavaLakes": false,
  17314. "useRivers": true,
  17315. "useNativePainting": true,
  17316. "useNativeStructure": true,
  17317. "nativeBiome": "savanna",
  17318. "fossilChance": 64,
  17319. "lavaLakeChance": 80,
  17320. "waterLakeChance": 4,
  17321. "ores": [
  17322. {
  17323. "type": "DIRT",
  17324. "data": 0,
  17325. "size": 33,
  17326. "count": 10,
  17327. "minHeight": 0,
  17328. "maxHeight": 256
  17329. },
  17330. {
  17331. "type": "GRAVEL",
  17332. "data": 0,
  17333. "size": 33,
  17334. "count": 8,
  17335. "minHeight": 0,
  17336. "maxHeight": 256
  17337. },
  17338. {
  17339. "type": "STONE",
  17340. "data": 1,
  17341. "size": 33,
  17342. "count": 10,
  17343. "minHeight": 0,
  17344. "maxHeight": 80
  17345. },
  17346. {
  17347. "type": "STONE",
  17348. "data": 3,
  17349. "size": 33,
  17350. "count": 10,
  17351. "minHeight": 0,
  17352. "maxHeight": 80
  17353. },
  17354. {
  17355. "type": "STONE",
  17356. "data": 5,
  17357. "size": 33,
  17358. "count": 10,
  17359. "minHeight": 0,
  17360. "maxHeight": 80
  17361. },
  17362. {
  17363. "type": "COAL_ORE",
  17364. "data": 0,
  17365. "size": 17,
  17366. "count": 20,
  17367. "minHeight": 0,
  17368. "maxHeight": 128
  17369. },
  17370. {
  17371. "type": "IRON_ORE",
  17372. "data": 0,
  17373. "size": 9,
  17374. "count": 20,
  17375. "minHeight": 0,
  17376. "maxHeight": 64
  17377. },
  17378. {
  17379. "type": "GOLD_ORE",
  17380. "data": 0,
  17381. "size": 9,
  17382. "count": 2,
  17383. "minHeight": 0,
  17384. "maxHeight": 32
  17385. },
  17386. {
  17387. "type": "REDSTONE_ORE",
  17388. "data": 0,
  17389. "size": 8,
  17390. "count": 8,
  17391. "minHeight": 0,
  17392. "maxHeight": 16
  17393. },
  17394. {
  17395. "type": "DIAMOND_ORE",
  17396. "data": 0,
  17397. "size": 8,
  17398. "count": 1,
  17399. "minHeight": 0,
  17400. "maxHeight": 16
  17401. },
  17402. {
  17403. "type": "LAPIS_ORE",
  17404. "data": 0,
  17405. "size": 7,
  17406. "count": 1,
  17407. "minHeight": 0,
  17408. "maxHeight": 32
  17409. },
  17410. {
  17411. "type": "EMERALD_ORE",
  17412. "data": 0,
  17413. "size": 4,
  17414. "count": 2,
  17415. "minHeight": 4,
  17416. "maxHeight": 32
  17417. }
  17418. ],
  17419. "terrainSettings": {
  17420. "subTerrains": [
  17421. {
  17422. "provider": "MINECRAFT",
  17423. "name": "savanna",
  17424. "xModifier": 1.0,
  17425. "yModifer": 1.0,
  17426. "zModifer": 1.0,
  17427. "yOffset": 0
  17428. }
  17429. ]
  17430. },
  17431. "overlaySettings": {
  17432. "spawnLillypads": true,
  17433. "spawnCactus": false,
  17434. "spawnSnowLayers": false,
  17435. "spawnIceOnWater": false,
  17436. "minRiver": 2.0,
  17437. "groundDepth": 4,
  17438. "surfaceDepth": 1,
  17439. "surfaceBlocks": [
  17440. [
  17441. [
  17442. {
  17443. "type": "STAINED_CLAY",
  17444. "data": 9,
  17445. "inclinationsConditions": [
  17446. {
  17447. "minInclination": 2.3,
  17448. "maxInclination": 99.0
  17449. }
  17450. ]
  17451. },
  17452. 1.0
  17453. ]
  17454. ],
  17455. [
  17456. [
  17457. {
  17458. "type": "STONE",
  17459. "data": 0,
  17460. "inclinationsConditions": [
  17461. {
  17462. "minInclination": 1.3,
  17463. "maxInclination": 1.7
  17464. }
  17465. ]
  17466. },
  17467. 0.4
  17468. ],
  17469. [
  17470. {
  17471. "type": "COBBLESTONE",
  17472. "data": 0,
  17473. "inclinationsConditions": [
  17474. {
  17475. "minInclination": 1.3,
  17476. "maxInclination": 1.7
  17477. }
  17478. ]
  17479. },
  17480. 0.3
  17481. ],
  17482. [
  17483. {
  17484. "type": "STONE",
  17485. "data": 5,
  17486. "inclinationsConditions": [
  17487. {
  17488. "minInclination": 1.3,
  17489. "maxInclination": 1.7
  17490. }
  17491. ]
  17492. },
  17493. 0.3
  17494. ]
  17495. ],
  17496. [
  17497. [
  17498. {
  17499. "type": "GRASS",
  17500. "data": 0
  17501. },
  17502. 1.0
  17503. ]
  17504. ]
  17505. ],
  17506. "oceanBlocks": [],
  17507. "groundBlocks": [
  17508. [
  17509. [
  17510. {
  17511. "type": "STAINED_CLAY",
  17512. "data": 9,
  17513. "inclinationsConditions": [
  17514. {
  17515. "minInclination": 2.3,
  17516. "maxInclination": 99.0
  17517. }
  17518. ]
  17519. },
  17520. 1.0
  17521. ]
  17522. ],
  17523. [
  17524. [
  17525. {
  17526. "type": "STONE",
  17527. "data": 0,
  17528. "inclinationsConditions": [
  17529. {
  17530. "minInclination": 1.3,
  17531. "maxInclination": 1.7
  17532. }
  17533. ]
  17534. },
  17535. 0.4
  17536. ],
  17537. [
  17538. {
  17539. "type": "COBBLESTONE",
  17540. "data": 0,
  17541. "inclinationsConditions": [
  17542. {
  17543. "minInclination": 1.3,
  17544. "maxInclination": 1.7
  17545. }
  17546. ]
  17547. },
  17548. 0.3
  17549. ],
  17550. [
  17551. {
  17552. "type": "STONE",
  17553. "data": 5,
  17554. "inclinationsConditions": [
  17555. {
  17556. "minInclination": 1.3,
  17557. "maxInclination": 1.7
  17558. }
  17559. ]
  17560. },
  17561. 0.3
  17562. ]
  17563. ],
  17564. [
  17565. [
  17566. {
  17567. "type": "DIRT",
  17568. "data": 0
  17569. },
  17570. 0.8
  17571. ],
  17572. [
  17573. {
  17574. "type": "COBBLESTONE",
  17575. "data": 0
  17576. },
  17577. 0.2
  17578. ]
  17579. ]
  17580. ],
  17581. "beachBlocks": [
  17582. [
  17583. [
  17584. {
  17585. "type": "SAND",
  17586. "data": 0,
  17587. "heightConditions": [
  17588. {
  17589. "minHeight": 0,
  17590. "maxHeight": 53
  17591. }
  17592. ]
  17593. },
  17594. 1.0
  17595. ]
  17596. ],
  17597. [
  17598. [
  17599. {
  17600. "type": "SAND",
  17601. "data": 0,
  17602. "inclinationsConditions": [
  17603. {
  17604. "minInclination": 0.0,
  17605. "maxInclination": 0.5
  17606. }
  17607. ]
  17608. },
  17609. 1.0
  17610. ]
  17611. ]
  17612. ],
  17613. "slabBlocks": [],
  17614. "stairBlocks": [],
  17615. "plantBlocks": [
  17616. {},
  17617. {},
  17618. [
  17619. [
  17620. {
  17621. "type": "SUGAR_CANE_BLOCK",
  17622. "data": 0,
  17623. "heightConditions": [
  17624. {
  17625. "minHeight": 54,
  17626. "maxHeight": 54
  17627. }
  17628. ]
  17629. },
  17630. 0.1
  17631. ],
  17632. [
  17633. {
  17634. "type": "LONG_GRASS",
  17635. "data": 1,
  17636. "inclinationsConditions": [
  17637. {
  17638. "minInclination": 0.0,
  17639. "maxInclination": 1.7
  17640. }
  17641. ]
  17642. },
  17643. 0.25
  17644. ],
  17645. [
  17646. {
  17647. "type": "DOUBLE_PLANT",
  17648. "data": 0,
  17649. "inclinationsConditions": [
  17650. {
  17651. "minInclination": 0.0,
  17652. "maxInclination": 1.7
  17653. }
  17654. ]
  17655. },
  17656. 0.001
  17657. ],
  17658. [
  17659. {
  17660. "type": "DOUBLE_PLANT",
  17661. "data": 1,
  17662. "inclinationsConditions": [
  17663. {
  17664. "minInclination": 0.0,
  17665. "maxInclination": 1.7
  17666. }
  17667. ]
  17668. },
  17669. 0.001
  17670. ],
  17671. [
  17672. {
  17673. "type": "DOUBLE_PLANT",
  17674. "data": 2,
  17675. "inclinationsConditions": [
  17676. {
  17677. "minInclination": 0.0,
  17678. "maxInclination": 1.7
  17679. }
  17680. ]
  17681. },
  17682. 0.001
  17683. ],
  17684. [
  17685. {
  17686. "type": "DOUBLE_PLANT",
  17687. "data": 3,
  17688. "inclinationsConditions": [
  17689. {
  17690. "minInclination": 0.0,
  17691. "maxInclination": 1.7
  17692. }
  17693. ]
  17694. },
  17695. 0.001
  17696. ],
  17697. [
  17698. {
  17699. "type": "DOUBLE_PLANT",
  17700. "data": 4,
  17701. "inclinationsConditions": [
  17702. {
  17703. "minInclination": 0.0,
  17704. "maxInclination": 1.7
  17705. }
  17706. ]
  17707. },
  17708. 0.001
  17709. ],
  17710. [
  17711. {
  17712. "type": "DOUBLE_PLANT",
  17713. "data": 5,
  17714. "inclinationsConditions": [
  17715. {
  17716. "minInclination": 0.0,
  17717. "maxInclination": 1.7
  17718. }
  17719. ]
  17720. },
  17721. 0.001
  17722. ],
  17723. [
  17724. {
  17725. "type": "RED_ROSE",
  17726. "data": 0,
  17727. "inclinationsConditions": [
  17728. {
  17729. "minInclination": 0.0,
  17730. "maxInclination": 1.7
  17731. }
  17732. ]
  17733. },
  17734. 0.001
  17735. ],
  17736. [
  17737. {
  17738. "type": "YELLOW_FLOWER",
  17739. "data": 0,
  17740. "inclinationsConditions": [
  17741. {
  17742. "minInclination": 0.0,
  17743. "maxInclination": 1.7
  17744. }
  17745. ]
  17746. },
  17747. 0.001
  17748. ],
  17749. [
  17750. {
  17751. "type": "RED_ROSE",
  17752. "data": 1,
  17753. "inclinationsConditions": [
  17754. {
  17755. "minInclination": 0.0,
  17756. "maxInclination": 1.7
  17757. }
  17758. ]
  17759. },
  17760. 0.001
  17761. ],
  17762. [
  17763. {
  17764. "type": "RED_ROSE",
  17765. "data": 2,
  17766. "inclinationsConditions": [
  17767. {
  17768. "minInclination": 0.0,
  17769. "maxInclination": 1.7
  17770. }
  17771. ]
  17772. },
  17773. 0.001
  17774. ],
  17775. [
  17776. {
  17777. "type": "RED_ROSE",
  17778. "data": 3,
  17779. "inclinationsConditions": [
  17780. {
  17781. "minInclination": 0.0,
  17782. "maxInclination": 1.7
  17783. }
  17784. ]
  17785. },
  17786. 0.001
  17787. ],
  17788. [
  17789. {
  17790. "type": "RED_ROSE",
  17791. "data": 4,
  17792. "inclinationsConditions": [
  17793. {
  17794. "minInclination": 0.0,
  17795. "maxInclination": 1.7
  17796. }
  17797. ]
  17798. },
  17799. 0.001
  17800. ],
  17801. [
  17802. {
  17803. "type": "RED_ROSE",
  17804. "data": 5,
  17805. "inclinationsConditions": [
  17806. {
  17807. "minInclination": 0.0,
  17808. "maxInclination": 1.7
  17809. }
  17810. ]
  17811. },
  17812. 0.001
  17813. ],
  17814. [
  17815. {
  17816. "type": "RED_ROSE",
  17817. "data": 6,
  17818. "inclinationsConditions": [
  17819. {
  17820. "minInclination": 0.0,
  17821. "maxInclination": 1.7
  17822. }
  17823. ]
  17824. },
  17825. 0.001
  17826. ],
  17827. [
  17828. {
  17829. "type": "RED_ROSE",
  17830. "data": 7,
  17831. "inclinationsConditions": [
  17832. {
  17833. "minInclination": 0.0,
  17834. "maxInclination": 1.7
  17835. }
  17836. ]
  17837. },
  17838. 0.001
  17839. ],
  17840. [
  17841. {
  17842. "type": "RED_ROSE",
  17843. "data": 8,
  17844. "inclinationsConditions": [
  17845. {
  17846. "minInclination": 0.0,
  17847. "maxInclination": 1.7
  17848. }
  17849. ]
  17850. },
  17851. 0.001
  17852. ]
  17853. ]
  17854. ],
  17855. "riverBlocks": [],
  17856. "leavesBlock": {
  17857. "type": "LEAVES",
  17858. "data": 2,
  17859. "inclinationsConditions": [
  17860. {
  17861. "minInclination": 0.5,
  17862. "maxInclination": 0.6000000238418579
  17863. }
  17864. ]
  17865. }
  17866. },
  17867. "customTrees": [],
  17868. "customStructures": [],
  17869. "maxEWGObjectsPerChunk": 4,
  17870. "xNoiseModifier": 1.2,
  17871. "yNoiseModifier": 0.8,
  17872. "zNoiseModifier": 1.2,
  17873. "lakeDepth": 0.0,
  17874. "baseHeight": 50,
  17875. "nativeBiomes": [
  17876. {
  17877. "nativeBiome": "BIRCH_FOREST",
  17878. "chance": 0.8
  17879. },
  17880. {
  17881. "nativeBiome": "SAVANNA",
  17882. "chance": 0.2
  17883. }
  17884. ],
  17885. "entitySettings": {},
  17886. "groundMaterials": [
  17887. {
  17888. "material": "STONE",
  17889. "data": 0,
  17890. "chance": 1.0
  17891. }
  17892. ]
  17893. }
  17894. }
  17895. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement