Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.53 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 1.0,
  4. "biomeType": "AQUATIC",
  5. "useDungeons": true,
  6. "dungeonChance": 8,
  7. "useMineShafts": true,
  8. "useStrongholds": true,
  9. "useVillages": false,
  10. "useTemples": false,
  11. "useNetherFortress": false,
  12. "useCaves": true,
  13. "useMonuments": false,
  14. "useWoodlandMansion": false,
  15. "useRavines": true,
  16. "useWitchHuts": true,
  17. "usePyramids": false,
  18. "useJungleTemples": false,
  19. "useIgloos": false,
  20. "useFossils": true,
  21. "useWaterLakes": true,
  22. "useLavaLakes": false,
  23. "useRivers": true,
  24. "useNativePainting": false,
  25. "useNativeStructure": false,
  26. "biomeColors": [
  27. "#474a39",
  28. "#024844",
  29. "#06694e"
  30. ],
  31. "fossilChance": 64,
  32. "lavaLakeChance": 70,
  33. "waterLakeChance": 4,
  34. "ores": [
  35. {
  36. "type": "DIRT",
  37. "data": 0,
  38. "size": 33,
  39. "count": 10,
  40. "minHeight": 0,
  41. "maxHeight": 256
  42. },
  43. {
  44. "type": "GRAVEL",
  45. "data": 0,
  46. "size": 33,
  47. "count": 8,
  48. "minHeight": 0,
  49. "maxHeight": 256
  50. },
  51. {
  52. "type": "STONE",
  53. "data": 1,
  54. "size": 33,
  55. "count": 10,
  56. "minHeight": 0,
  57. "maxHeight": 80
  58. },
  59. {
  60. "type": "STONE",
  61. "data": 3,
  62. "size": 33,
  63. "count": 10,
  64. "minHeight": 0,
  65. "maxHeight": 80
  66. },
  67. {
  68. "type": "STONE",
  69. "data": 5,
  70. "size": 33,
  71. "count": 10,
  72. "minHeight": 0,
  73. "maxHeight": 80
  74. },
  75. {
  76. "type": "COAL_ORE",
  77. "data": 0,
  78. "size": 17,
  79. "count": 20,
  80. "minHeight": 0,
  81. "maxHeight": 128
  82. },
  83. {
  84. "type": "IRON_ORE",
  85. "data": 0,
  86. "size": 9,
  87. "count": 20,
  88. "minHeight": 0,
  89. "maxHeight": 64
  90. },
  91. {
  92. "type": "GOLD_ORE",
  93. "data": 0,
  94. "size": 9,
  95. "count": 2,
  96. "minHeight": 0,
  97. "maxHeight": 32
  98. },
  99. {
  100. "type": "REDSTONE_ORE",
  101. "data": 0,
  102. "size": 8,
  103. "count": 8,
  104. "minHeight": 0,
  105. "maxHeight": 16
  106. },
  107. {
  108. "type": "DIAMOND_ORE",
  109. "data": 0,
  110. "size": 8,
  111. "count": 1,
  112. "minHeight": 0,
  113. "maxHeight": 16
  114. },
  115. {
  116. "type": "LAPIS_ORE",
  117. "data": 0,
  118. "size": 7,
  119. "count": 1,
  120. "minHeight": 0,
  121. "maxHeight": 32
  122. },
  123. {
  124. "type": "EMERALD_ORE",
  125. "data": 0,
  126. "size": 4,
  127. "count": 2,
  128. "minHeight": 4,
  129. "maxHeight": 32
  130. }
  131. ],
  132. "customTerrain": {
  133. "noiseLayers": []
  134. },
  135. "terrainSettings": {
  136. "subTerrains": [
  137. {
  138. "provider": "EWG",
  139. "name": "Swamp",
  140. "xModifier": 1.0,
  141. "yModifier": 1.0,
  142. "zModifier": 1.0,
  143. "yOffset": 0
  144. }
  145. ]
  146. },
  147. "overlaySettings": {
  148. "spawnLilyPads": true,
  149. "fastLeavesPlacing": true,
  150. "spawnCactus": false,
  151. "spawnSnowLayers": false,
  152. "spawnHangingLeaves": false,
  153. "spawnIceOnWater": false,
  154. "groundDepth": 5,
  155. "surfaceDepth": 1,
  156. "surfaceBlocks": [
  157. [
  158. {
  159. "type": "SANDSTONE",
  160. "data": 0,
  161. "heightConditions": [
  162. {
  163. "minHeight": 62,
  164. "maxHeight": 63
  165. }
  166. ],
  167. "chance": 0.5
  168. },
  169. {
  170. "type": "SAND",
  171. "data": 0,
  172. "heightConditions": [
  173. {
  174. "minHeight": 62,
  175. "maxHeight": 63
  176. }
  177. ],
  178. "chance": 0.5
  179. }
  180. ],
  181. [
  182. {
  183. "type": "STAINED_CLAY",
  184. "data": 9,
  185. "inclinationsConditions": [
  186. {
  187. "minInclination": 2.3,
  188. "maxInclination": 99.0
  189. }
  190. ],
  191. "chance": 1.0
  192. }
  193. ],
  194. [
  195. {
  196. "type": "STONE",
  197. "data": 0,
  198. "inclinationsConditions": [
  199. {
  200. "minInclination": 1.3,
  201. "maxInclination": 1.7
  202. }
  203. ],
  204. "chance": 0.4
  205. },
  206. {
  207. "type": "COBBLESTONE",
  208. "data": 0,
  209. "inclinationsConditions": [
  210. {
  211. "minInclination": 1.3,
  212. "maxInclination": 1.7
  213. }
  214. ],
  215. "chance": 0.3
  216. },
  217. {
  218. "type": "STONE",
  219. "data": 5,
  220. "inclinationsConditions": [
  221. {
  222. "minInclination": 1.3,
  223. "maxInclination": 1.7
  224. }
  225. ],
  226. "chance": 0.3
  227. }
  228. ],
  229. [
  230. {
  231. "type": "GRAVEL",
  232. "data": 1,
  233. "heightConditions": [
  234. {
  235. "minHeight": 62,
  236. "maxHeight": 63
  237. }
  238. ],
  239. "chance": 1.0
  240. }
  241. ],
  242. [
  243. {
  244. "type": "GRASS",
  245. "data": 1,
  246. "heightConditions": [
  247. {
  248. "minHeight": 63,
  249. "maxHeight": 256
  250. }
  251. ],
  252. "chance": 1.0
  253. }
  254. ],
  255. [
  256. {
  257. "type": "STONE",
  258. "data": 0,
  259. "inclinationsConditions": [
  260. {
  261. "minInclination": 1.3,
  262. "maxInclination": 1.7
  263. }
  264. ],
  265. "chance": 0.45
  266. }
  267. ]
  268. ],
  269. "oceanBlocks": [],
  270. "groundBlocks": [],
  271. "beachBlocks": [
  272. [
  273. {
  274. "type": "STONE",
  275. "data": 0,
  276. "heightConditions": [
  277. {
  278. "minHeight": 0,
  279. "maxHeight": 200
  280. }
  281. ],
  282. "chance": 0.45
  283. },
  284. {
  285. "type": "COBBLESTONE",
  286. "data": 0,
  287. "heightConditions": [
  288. {
  289. "minHeight": 0,
  290. "maxHeight": 200
  291. }
  292. ],
  293. "chance": 0.25
  294. },
  295. {
  296. "type": "DIRT",
  297. "data": 0,
  298. "heightConditions": [
  299. {
  300. "minHeight": 0,
  301. "maxHeight": 200
  302. }
  303. ],
  304. "chance": 0.15
  305. },
  306. {
  307. "type": "COBBLESTONE_STAIRS",
  308. "data": 0,
  309. "heightConditions": [
  310. {
  311. "minHeight": 0,
  312. "maxHeight": 200
  313. }
  314. ],
  315. "chance": 0.05
  316. },
  317. {
  318. "type": "STONE",
  319. "data": 5,
  320. "heightConditions": [
  321. {
  322. "minHeight": 0,
  323. "maxHeight": 200
  324. }
  325. ],
  326. "chance": 0.1
  327. }
  328. ]
  329. ],
  330. "pathBlocks": [],
  331. "farmlandBlocks": [],
  332. "slabBlocks": [
  333. [],
  334. [],
  335. [
  336. {
  337. "type": "STEP",
  338. "data": 1,
  339. "heightConditions": [
  340. {
  341. "minHeight": 62,
  342. "maxHeight": 63
  343. }
  344. ],
  345. "chance": 0.6
  346. }
  347. ]
  348. ],
  349. "stairBlocks": [],
  350. "plantBlocks": [
  351. [],
  352. [],
  353. [
  354. {
  355. "type": "LONG_GRASS",
  356. "data": 1,
  357. "inclinationsConditions": [
  358. {
  359. "minInclination": 0.0,
  360. "maxInclination": 1.7
  361. }
  362. ],
  363. "chance": 0.25
  364. },
  365. {
  366. "type": "DEAD_BUSH",
  367. "data": 0,
  368. "inclinationsConditions": [
  369. {
  370. "minInclination": 0.0,
  371. "maxInclination": 1.7
  372. }
  373. ],
  374. "chance": 0.05
  375. },
  376. {
  377. "type": "BROWN_MUSHROOM",
  378. "data": 0,
  379. "inclinationsConditions": [
  380. {
  381. "minInclination": 0.0,
  382. "maxInclination": 1.7
  383. }
  384. ],
  385. "chance": 0.02
  386. }
  387. ],
  388. [],
  389. [
  390. {
  391. "type": "DOUBLE_PLANT",
  392. "data": 2,
  393. "chance": 0.001953125
  394. }
  395. ]
  396. ],
  397. "riverBlocks": [
  398. [],
  399. [],
  400. [],
  401. [],
  402. [
  403. {
  404. "type": "DIRT",
  405. "data": 0,
  406. "chance": 0.3333333333333333
  407. },
  408. {
  409. "type": "GRASS",
  410. "data": 0,
  411. "chance": 0.3333333333333333
  412. }
  413. ]
  414. ]
  415. },
  416. "customTrees": [
  417. {
  418. "name": "TREES_swamp_huge_1",
  419. "density": 0.0025,
  420. "size": "MEDIUM",
  421. "provider": "EWG",
  422. "type": "TREES",
  423. "blocksRequiredUnderneath": [
  424. "GRASS",
  425. "STONE",
  426. "COBBLESTONE",
  427. "LONG_GRASS"
  428. ],
  429. "blacklistedDecoBlocks": [],
  430. "spawnUnderWater": true,
  431. "spawnOnGround": true,
  432. "overrideExsistingBlocks": false,
  433. "allowRotation": false,
  434. "applyPhysics": false,
  435. "applyAir": false,
  436. "fixFlyingRoots": false,
  437. "replaceAir": true,
  438. "minY": 62,
  439. "maxY": 113,
  440. "maxSlope": 0.7,
  441. "minSlope": 0.0,
  442. "transitionClearance": -1.0,
  443. "snapToXGrid": -1,
  444. "snapToYGrid": -1,
  445. "gridXOffset": 0,
  446. "gridYOffset": 0,
  447. "anchorYOffset": 0
  448. },
  449. {
  450. "name": "TREES_swamp_huge_2",
  451. "density": 0.0025,
  452. "size": "MEDIUM",
  453. "provider": "EWG",
  454. "type": "TREES",
  455. "blocksRequiredUnderneath": [
  456. "GRASS",
  457. "STONE",
  458. "COBBLESTONE",
  459. "LONG_GRASS"
  460. ],
  461. "blacklistedDecoBlocks": [],
  462. "spawnUnderWater": true,
  463. "spawnOnGround": true,
  464. "overrideExsistingBlocks": false,
  465. "allowRotation": false,
  466. "applyPhysics": false,
  467. "applyAir": false,
  468. "fixFlyingRoots": false,
  469. "replaceAir": true,
  470. "minY": 62,
  471. "maxY": 113,
  472. "maxSlope": 0.7,
  473. "minSlope": 0.0,
  474. "transitionClearance": -1.0,
  475. "snapToXGrid": -1,
  476. "snapToYGrid": -1,
  477. "gridXOffset": 0,
  478. "gridYOffset": 0,
  479. "anchorYOffset": 0
  480. },
  481. {
  482. "name": "TREES_swamp_medium_1",
  483. "density": 0.0025,
  484. "size": "MEDIUM",
  485. "provider": "EWG",
  486. "type": "TREES",
  487. "blocksRequiredUnderneath": [
  488. "GRASS",
  489. "STONE",
  490. "COBBLESTONE",
  491. "LONG_GRASS"
  492. ],
  493. "blacklistedDecoBlocks": [],
  494. "spawnUnderWater": true,
  495. "spawnOnGround": true,
  496. "overrideExsistingBlocks": false,
  497. "allowRotation": false,
  498. "applyPhysics": false,
  499. "applyAir": false,
  500. "fixFlyingRoots": false,
  501. "replaceAir": true,
  502. "minY": 62,
  503. "maxY": 113,
  504. "maxSlope": 0.7,
  505. "minSlope": 0.0,
  506. "transitionClearance": -1.0,
  507. "snapToXGrid": -1,
  508. "snapToYGrid": -1,
  509. "gridXOffset": 0,
  510. "gridYOffset": 0,
  511. "anchorYOffset": 0
  512. },
  513. {
  514. "name": "TREES_swamp_medium_2",
  515. "density": 0.0025,
  516. "size": "MEDIUM",
  517. "provider": "EWG",
  518. "type": "TREES",
  519. "blocksRequiredUnderneath": [
  520. "GRASS",
  521. "STONE",
  522. "COBBLESTONE",
  523. "LONG_GRASS"
  524. ],
  525. "blacklistedDecoBlocks": [],
  526. "spawnUnderWater": true,
  527. "spawnOnGround": true,
  528. "overrideExsistingBlocks": false,
  529. "allowRotation": false,
  530. "applyPhysics": false,
  531. "applyAir": false,
  532. "fixFlyingRoots": false,
  533. "replaceAir": true,
  534. "minY": 62,
  535. "maxY": 113,
  536. "maxSlope": 0.7,
  537. "minSlope": 0.0,
  538. "transitionClearance": -1.0,
  539. "snapToXGrid": -1,
  540. "snapToYGrid": -1,
  541. "gridXOffset": 0,
  542. "gridYOffset": 0,
  543. "anchorYOffset": 0
  544. },
  545. {
  546. "name": "TREES_swamp_medium_3",
  547. "density": 0.0025,
  548. "size": "MEDIUM",
  549. "provider": "EWG",
  550. "type": "TREES",
  551. "blocksRequiredUnderneath": [
  552. "GRASS",
  553. "STONE",
  554. "COBBLESTONE",
  555. "LONG_GRASS"
  556. ],
  557. "blacklistedDecoBlocks": [],
  558. "spawnUnderWater": true,
  559. "spawnOnGround": true,
  560. "overrideExsistingBlocks": false,
  561. "allowRotation": false,
  562. "applyPhysics": false,
  563. "applyAir": false,
  564. "fixFlyingRoots": false,
  565. "replaceAir": true,
  566. "minY": 62,
  567. "maxY": 113,
  568. "maxSlope": 0.7,
  569. "minSlope": 0.0,
  570. "transitionClearance": -1.0,
  571. "snapToXGrid": -1,
  572. "snapToYGrid": -1,
  573. "gridXOffset": 0,
  574. "gridYOffset": 0,
  575. "anchorYOffset": 0
  576. },
  577. {
  578. "name": "TREES_swamp_small_1",
  579. "density": 0.0025,
  580. "size": "MEDIUM",
  581. "provider": "EWG",
  582. "type": "TREES",
  583. "blocksRequiredUnderneath": [
  584. "GRASS",
  585. "STONE",
  586. "COBBLESTONE",
  587. "LONG_GRASS"
  588. ],
  589. "blacklistedDecoBlocks": [],
  590. "spawnUnderWater": true,
  591. "spawnOnGround": true,
  592. "overrideExsistingBlocks": false,
  593. "allowRotation": false,
  594. "applyPhysics": false,
  595. "applyAir": false,
  596. "fixFlyingRoots": false,
  597. "replaceAir": true,
  598. "minY": 62,
  599. "maxY": 113,
  600. "maxSlope": 0.7,
  601. "minSlope": 0.0,
  602. "transitionClearance": -1.0,
  603. "snapToXGrid": -1,
  604. "snapToYGrid": -1,
  605. "gridXOffset": 0,
  606. "gridYOffset": 0,
  607. "anchorYOffset": 0
  608. }
  609. ],
  610. "customStructures": [
  611. {
  612. "name": "DECO_swampRoot_1",
  613. "density": 0.001,
  614. "size": "MEDIUM",
  615. "provider": "EWG",
  616. "type": "DECO",
  617. "blocksRequiredUnderneath": [
  618. "GRASS",
  619. "STONE",
  620. "DIRT",
  621. "COBBLESTONE"
  622. ],
  623. "blacklistedDecoBlocks": [],
  624. "spawnUnderWater": true,
  625. "spawnOnGround": true,
  626. "overrideExsistingBlocks": false,
  627. "allowRotation": false,
  628. "applyPhysics": false,
  629. "applyAir": true,
  630. "fixFlyingRoots": false,
  631. "replaceAir": true,
  632. "minY": 42,
  633. "maxY": 82,
  634. "maxSlope": 20.0,
  635. "minSlope": 0.0,
  636. "transitionClearance": -1.0,
  637. "snapToXGrid": -1,
  638. "snapToYGrid": -1,
  639. "gridXOffset": 0,
  640. "gridYOffset": 0,
  641. "anchorYOffset": 0
  642. },
  643. {
  644. "name": "DECO_swampRoot_2",
  645. "density": 0.001,
  646. "size": "MEDIUM",
  647. "provider": "EWG",
  648. "type": "DECO",
  649. "blocksRequiredUnderneath": [
  650. "GRASS",
  651. "STONE",
  652. "DIRT",
  653. "COBBLESTONE"
  654. ],
  655. "blacklistedDecoBlocks": [],
  656. "spawnUnderWater": true,
  657. "spawnOnGround": true,
  658. "overrideExsistingBlocks": false,
  659. "allowRotation": false,
  660. "applyPhysics": false,
  661. "applyAir": true,
  662. "fixFlyingRoots": false,
  663. "replaceAir": true,
  664. "minY": 42,
  665. "maxY": 82,
  666. "maxSlope": 20.0,
  667. "minSlope": 0.0,
  668. "transitionClearance": -1.0,
  669. "snapToXGrid": -1,
  670. "snapToYGrid": -1,
  671. "gridXOffset": 0,
  672. "gridYOffset": 0,
  673. "anchorYOffset": 0
  674. },
  675. {
  676. "name": "DECO_swampRoot_3",
  677. "density": 0.001,
  678. "size": "MEDIUM",
  679. "provider": "EWG",
  680. "type": "DECO",
  681. "blocksRequiredUnderneath": [
  682. "GRASS",
  683. "STONE",
  684. "DIRT",
  685. "COBBLESTONE"
  686. ],
  687. "blacklistedDecoBlocks": [],
  688. "spawnUnderWater": true,
  689. "spawnOnGround": true,
  690. "overrideExsistingBlocks": false,
  691. "allowRotation": false,
  692. "applyPhysics": false,
  693. "applyAir": true,
  694. "fixFlyingRoots": false,
  695. "replaceAir": true,
  696. "minY": 42,
  697. "maxY": 82,
  698. "maxSlope": 20.0,
  699. "minSlope": 0.0,
  700. "transitionClearance": -1.0,
  701. "snapToXGrid": -1,
  702. "snapToYGrid": -1,
  703. "gridXOffset": 0,
  704. "gridYOffset": 0,
  705. "anchorYOffset": 0
  706. },
  707. {
  708. "name": "DECO_swampRoot_4",
  709. "density": 0.001,
  710. "size": "MEDIUM",
  711. "provider": "EWG",
  712. "type": "DECO",
  713. "blocksRequiredUnderneath": [
  714. "GRASS",
  715. "STONE",
  716. "DIRT",
  717. "COBBLESTONE"
  718. ],
  719. "blacklistedDecoBlocks": [],
  720. "spawnUnderWater": true,
  721. "spawnOnGround": true,
  722. "overrideExsistingBlocks": false,
  723. "allowRotation": false,
  724. "applyPhysics": false,
  725. "applyAir": true,
  726. "fixFlyingRoots": false,
  727. "replaceAir": true,
  728. "minY": 42,
  729. "maxY": 82,
  730. "maxSlope": 20.0,
  731. "minSlope": 0.0,
  732. "transitionClearance": -1.0,
  733. "snapToXGrid": -1,
  734. "snapToYGrid": -1,
  735. "gridXOffset": 0,
  736. "gridYOffset": 0,
  737. "anchorYOffset": 0
  738. },
  739. {
  740. "name": "DECO_swampRoot_5",
  741. "density": 0.001,
  742. "size": "MEDIUM",
  743. "provider": "EWG",
  744. "type": "DECO",
  745. "blocksRequiredUnderneath": [
  746. "GRASS",
  747. "STONE",
  748. "DIRT",
  749. "COBBLESTONE"
  750. ],
  751. "blacklistedDecoBlocks": [],
  752. "spawnUnderWater": true,
  753. "spawnOnGround": true,
  754. "overrideExsistingBlocks": false,
  755. "allowRotation": false,
  756. "applyPhysics": false,
  757. "applyAir": true,
  758. "fixFlyingRoots": false,
  759. "replaceAir": true,
  760. "minY": 42,
  761. "maxY": 82,
  762. "maxSlope": 20.0,
  763. "minSlope": 0.0,
  764. "transitionClearance": -1.0,
  765. "snapToXGrid": -1,
  766. "snapToYGrid": -1,
  767. "gridXOffset": 0,
  768. "gridYOffset": 0,
  769. "anchorYOffset": 0
  770. },
  771. {
  772. "name": "DECO_swampRoot_6",
  773. "density": 0.001,
  774. "size": "MEDIUM",
  775. "provider": "EWG",
  776. "type": "DECO",
  777. "blocksRequiredUnderneath": [
  778. "GRASS",
  779. "STONE",
  780. "DIRT",
  781. "COBBLESTONE"
  782. ],
  783. "blacklistedDecoBlocks": [],
  784. "spawnUnderWater": true,
  785. "spawnOnGround": true,
  786. "overrideExsistingBlocks": false,
  787. "allowRotation": false,
  788. "applyPhysics": false,
  789. "applyAir": true,
  790. "fixFlyingRoots": false,
  791. "replaceAir": true,
  792. "minY": 42,
  793. "maxY": 82,
  794. "maxSlope": 20.0,
  795. "minSlope": 0.0,
  796. "transitionClearance": -1.0,
  797. "snapToXGrid": -1,
  798. "snapToYGrid": -1,
  799. "gridXOffset": 0,
  800. "gridYOffset": 0,
  801. "anchorYOffset": 0
  802. },
  803. {
  804. "name": "DECO_swampRoot_7",
  805. "density": 0.001,
  806. "size": "MEDIUM",
  807. "provider": "EWG",
  808. "type": "DECO",
  809. "blocksRequiredUnderneath": [
  810. "GRASS",
  811. "STONE",
  812. "DIRT",
  813. "COBBLESTONE"
  814. ],
  815. "blacklistedDecoBlocks": [],
  816. "spawnUnderWater": true,
  817. "spawnOnGround": true,
  818. "overrideExsistingBlocks": false,
  819. "allowRotation": false,
  820. "applyPhysics": false,
  821. "applyAir": true,
  822. "fixFlyingRoots": false,
  823. "replaceAir": true,
  824. "minY": 42,
  825. "maxY": 82,
  826. "maxSlope": 20.0,
  827. "minSlope": 0.0,
  828. "transitionClearance": -1.0,
  829. "snapToXGrid": -1,
  830. "snapToYGrid": -1,
  831. "gridXOffset": 0,
  832. "gridYOffset": 0,
  833. "anchorYOffset": 0
  834. },
  835. {
  836. "name": "DECO_swampPlants_1",
  837. "density": 0.0033333333333333335,
  838. "size": "MEDIUM",
  839. "provider": "EWG",
  840. "type": "DECO",
  841. "blocksRequiredUnderneath": [
  842. "GRASS",
  843. "STONE",
  844. "DIRT",
  845. "COBBLESTONE"
  846. ],
  847. "blacklistedDecoBlocks": [],
  848. "spawnUnderWater": true,
  849. "spawnOnGround": true,
  850. "overrideExsistingBlocks": false,
  851. "allowRotation": false,
  852. "applyPhysics": false,
  853. "applyAir": true,
  854. "fixFlyingRoots": false,
  855. "replaceAir": true,
  856. "minY": 57,
  857. "maxY": 59,
  858. "maxSlope": 20.0,
  859. "minSlope": 0.0,
  860. "transitionClearance": -1.0,
  861. "snapToXGrid": -1,
  862. "snapToYGrid": -1,
  863. "gridXOffset": 0,
  864. "gridYOffset": 0,
  865. "anchorYOffset": 0
  866. },
  867. {
  868. "name": "DECO_swampPlants_2",
  869. "density": 0.0033333333333333335,
  870. "size": "MEDIUM",
  871. "provider": "EWG",
  872. "type": "DECO",
  873. "blocksRequiredUnderneath": [
  874. "GRASS",
  875. "STONE",
  876. "DIRT",
  877. "COBBLESTONE"
  878. ],
  879. "blacklistedDecoBlocks": [],
  880. "spawnUnderWater": true,
  881. "spawnOnGround": true,
  882. "overrideExsistingBlocks": false,
  883. "allowRotation": false,
  884. "applyPhysics": false,
  885. "applyAir": true,
  886. "fixFlyingRoots": false,
  887. "replaceAir": true,
  888. "minY": 57,
  889. "maxY": 59,
  890. "maxSlope": 20.0,
  891. "minSlope": 0.0,
  892. "transitionClearance": -1.0,
  893. "snapToXGrid": -1,
  894. "snapToYGrid": -1,
  895. "gridXOffset": 0,
  896. "gridYOffset": 0,
  897. "anchorYOffset": 0
  898. },
  899. {
  900. "name": "DECO_swampPlants_3",
  901. "density": 0.0033333333333333335,
  902. "size": "MEDIUM",
  903. "provider": "EWG",
  904. "type": "DECO",
  905. "blocksRequiredUnderneath": [
  906. "GRASS",
  907. "STONE",
  908. "DIRT",
  909. "COBBLESTONE"
  910. ],
  911. "blacklistedDecoBlocks": [],
  912. "spawnUnderWater": true,
  913. "spawnOnGround": true,
  914. "overrideExsistingBlocks": false,
  915. "allowRotation": false,
  916. "applyPhysics": false,
  917. "applyAir": true,
  918. "fixFlyingRoots": false,
  919. "replaceAir": true,
  920. "minY": 57,
  921. "maxY": 59,
  922. "maxSlope": 20.0,
  923. "minSlope": 0.0,
  924. "transitionClearance": -1.0,
  925. "snapToXGrid": -1,
  926. "snapToYGrid": -1,
  927. "gridXOffset": 0,
  928. "gridYOffset": 0,
  929. "anchorYOffset": 0
  930. },
  931. {
  932. "name": "DECO_swampPlants_4",
  933. "density": 0.0033333333333333335,
  934. "size": "MEDIUM",
  935. "provider": "EWG",
  936. "type": "DECO",
  937. "blocksRequiredUnderneath": [
  938. "GRASS",
  939. "STONE",
  940. "DIRT",
  941. "COBBLESTONE"
  942. ],
  943. "blacklistedDecoBlocks": [],
  944. "spawnUnderWater": true,
  945. "spawnOnGround": true,
  946. "overrideExsistingBlocks": false,
  947. "allowRotation": false,
  948. "applyPhysics": false,
  949. "applyAir": true,
  950. "fixFlyingRoots": false,
  951. "replaceAir": true,
  952. "minY": 57,
  953. "maxY": 59,
  954. "maxSlope": 20.0,
  955. "minSlope": 0.0,
  956. "transitionClearance": -1.0,
  957. "snapToXGrid": -1,
  958. "snapToYGrid": -1,
  959. "gridXOffset": 0,
  960. "gridYOffset": 0,
  961. "anchorYOffset": 0
  962. },
  963. {
  964. "name": "DECO_swampRocks_1",
  965. "density": 5.0E-4,
  966. "size": "MEDIUM",
  967. "provider": "EWG",
  968. "type": "DECO",
  969. "blocksRequiredUnderneath": [
  970. "GRASS",
  971. "STONE",
  972. "DIRT",
  973. "COBBLESTONE"
  974. ],
  975. "blacklistedDecoBlocks": [],
  976. "spawnUnderWater": true,
  977. "spawnOnGround": true,
  978. "overrideExsistingBlocks": false,
  979. "allowRotation": false,
  980. "applyPhysics": false,
  981. "applyAir": true,
  982. "fixFlyingRoots": false,
  983. "replaceAir": true,
  984. "minY": 57,
  985. "maxY": 55,
  986. "maxSlope": 20.0,
  987. "minSlope": 0.0,
  988. "transitionClearance": -1.0,
  989. "snapToXGrid": -1,
  990. "snapToYGrid": -1,
  991. "gridXOffset": 0,
  992. "gridYOffset": 0,
  993. "anchorYOffset": 0
  994. },
  995. {
  996. "name": "DECO_swampRootSmall_1",
  997. "density": 6.666666666666666E-4,
  998. "size": "MEDIUM",
  999. "provider": "EWG",
  1000. "type": "DECO",
  1001. "blocksRequiredUnderneath": [
  1002. "GRASS",
  1003. "STONE",
  1004. "DIRT",
  1005. "COBBLESTONE"
  1006. ],
  1007. "blacklistedDecoBlocks": [],
  1008. "spawnUnderWater": true,
  1009. "spawnOnGround": true,
  1010. "overrideExsistingBlocks": false,
  1011. "allowRotation": false,
  1012. "applyPhysics": false,
  1013. "applyAir": true,
  1014. "fixFlyingRoots": false,
  1015. "replaceAir": true,
  1016. "minY": 42,
  1017. "maxY": 82,
  1018. "maxSlope": 20.0,
  1019. "minSlope": 0.0,
  1020. "transitionClearance": -1.0,
  1021. "snapToXGrid": -1,
  1022. "snapToYGrid": -1,
  1023. "gridXOffset": 0,
  1024. "gridYOffset": 0,
  1025. "anchorYOffset": 0
  1026. },
  1027. {
  1028. "name": "DECO_swampRootSmall_2",
  1029. "density": 6.666666666666666E-4,
  1030. "size": "MEDIUM",
  1031. "provider": "EWG",
  1032. "type": "DECO",
  1033. "blocksRequiredUnderneath": [
  1034. "GRASS",
  1035. "STONE",
  1036. "DIRT",
  1037. "COBBLESTONE"
  1038. ],
  1039. "blacklistedDecoBlocks": [],
  1040. "spawnUnderWater": true,
  1041. "spawnOnGround": true,
  1042. "overrideExsistingBlocks": false,
  1043. "allowRotation": false,
  1044. "applyPhysics": false,
  1045. "applyAir": true,
  1046. "fixFlyingRoots": false,
  1047. "replaceAir": true,
  1048. "minY": 42,
  1049. "maxY": 82,
  1050. "maxSlope": 20.0,
  1051. "minSlope": 0.0,
  1052. "transitionClearance": -1.0,
  1053. "snapToXGrid": -1,
  1054. "snapToYGrid": -1,
  1055. "gridXOffset": 0,
  1056. "gridYOffset": 0,
  1057. "anchorYOffset": 0
  1058. },
  1059. {
  1060. "name": "DECO_swampRootSmall_3",
  1061. "density": 6.666666666666666E-4,
  1062. "size": "MEDIUM",
  1063. "provider": "EWG",
  1064. "type": "DECO",
  1065. "blocksRequiredUnderneath": [
  1066. "GRASS",
  1067. "STONE",
  1068. "DIRT",
  1069. "COBBLESTONE"
  1070. ],
  1071. "blacklistedDecoBlocks": [],
  1072. "spawnUnderWater": true,
  1073. "spawnOnGround": true,
  1074. "overrideExsistingBlocks": false,
  1075. "allowRotation": false,
  1076. "applyPhysics": false,
  1077. "applyAir": true,
  1078. "fixFlyingRoots": false,
  1079. "replaceAir": true,
  1080. "minY": 42,
  1081. "maxY": 82,
  1082. "maxSlope": 20.0,
  1083. "minSlope": 0.0,
  1084. "transitionClearance": -1.0,
  1085. "snapToXGrid": -1,
  1086. "snapToYGrid": -1,
  1087. "gridXOffset": 0,
  1088. "gridYOffset": 0,
  1089. "anchorYOffset": 0
  1090. },
  1091. {
  1092. "name": "DECO_swampRootSmall_4",
  1093. "density": 6.666666666666666E-4,
  1094. "size": "MEDIUM",
  1095. "provider": "EWG",
  1096. "type": "DECO",
  1097. "blocksRequiredUnderneath": [
  1098. "GRASS",
  1099. "STONE",
  1100. "DIRT",
  1101. "COBBLESTONE"
  1102. ],
  1103. "blacklistedDecoBlocks": [],
  1104. "spawnUnderWater": true,
  1105. "spawnOnGround": true,
  1106. "overrideExsistingBlocks": false,
  1107. "allowRotation": false,
  1108. "applyPhysics": false,
  1109. "applyAir": true,
  1110. "fixFlyingRoots": false,
  1111. "replaceAir": true,
  1112. "minY": 42,
  1113. "maxY": 82,
  1114. "maxSlope": 20.0,
  1115. "minSlope": 0.0,
  1116. "transitionClearance": -1.0,
  1117. "snapToXGrid": -1,
  1118. "snapToYGrid": -1,
  1119. "gridXOffset": 0,
  1120. "gridYOffset": 0,
  1121. "anchorYOffset": 0
  1122. },
  1123. {
  1124. "name": "DECO_swampRootSmall_5",
  1125. "density": 6.666666666666666E-4,
  1126. "size": "MEDIUM",
  1127. "provider": "EWG",
  1128. "type": "DECO",
  1129. "blocksRequiredUnderneath": [
  1130. "GRASS",
  1131. "STONE",
  1132. "DIRT",
  1133. "COBBLESTONE"
  1134. ],
  1135. "blacklistedDecoBlocks": [],
  1136. "spawnUnderWater": true,
  1137. "spawnOnGround": true,
  1138. "overrideExsistingBlocks": false,
  1139. "allowRotation": false,
  1140. "applyPhysics": false,
  1141. "applyAir": true,
  1142. "fixFlyingRoots": false,
  1143. "replaceAir": true,
  1144. "minY": 42,
  1145. "maxY": 82,
  1146. "maxSlope": 20.0,
  1147. "minSlope": 0.0,
  1148. "transitionClearance": -1.0,
  1149. "snapToXGrid": -1,
  1150. "snapToYGrid": -1,
  1151. "gridXOffset": 0,
  1152. "gridYOffset": 0,
  1153. "anchorYOffset": 0
  1154. },
  1155. {
  1156. "name": "DECO_swampRootSmall_6",
  1157. "density": 6.666666666666666E-4,
  1158. "size": "MEDIUM",
  1159. "provider": "EWG",
  1160. "type": "DECO",
  1161. "blocksRequiredUnderneath": [
  1162. "GRASS",
  1163. "STONE",
  1164. "DIRT",
  1165. "COBBLESTONE"
  1166. ],
  1167. "blacklistedDecoBlocks": [],
  1168. "spawnUnderWater": true,
  1169. "spawnOnGround": true,
  1170. "overrideExsistingBlocks": false,
  1171. "allowRotation": false,
  1172. "applyPhysics": false,
  1173. "applyAir": true,
  1174. "fixFlyingRoots": false,
  1175. "replaceAir": true,
  1176. "minY": 42,
  1177. "maxY": 82,
  1178. "maxSlope": 20.0,
  1179. "minSlope": 0.0,
  1180. "transitionClearance": -1.0,
  1181. "snapToXGrid": -1,
  1182. "snapToYGrid": -1,
  1183. "gridXOffset": 0,
  1184. "gridYOffset": 0,
  1185. "anchorYOffset": 0
  1186. }
  1187. ],
  1188. "maxEWGObjectsPerChunk": 7,
  1189. "xNoiseModifier": 1.2,
  1190. "yNoiseModifier": 0.7,
  1191. "zNoiseModifier": 1.2,
  1192. "lakeDepth": 0.0,
  1193. "baseHeight": 67,
  1194. "nativeBiomes": [
  1195. {
  1196. "nativeBiome": "PLAINS",
  1197. "chance": 1.0
  1198. }
  1199. ],
  1200. "groundBlockSettings": {
  1201. "layers": [
  1202. {
  1203. "maxAmplitude": 10,
  1204. "minAmplitude": 5,
  1205. "xScale": 30,
  1206. "zScale": 30,
  1207. "minWidth": 4,
  1208. "maxWidth": 5,
  1209. "groundMaterials": [
  1210. {
  1211. "material": "DIRT",
  1212. "data": 0,
  1213. "chance": 1.0
  1214. }
  1215. ]
  1216. },
  1217. {
  1218. "maxAmplitude": 10,
  1219. "minAmplitude": 5,
  1220. "xScale": 30,
  1221. "zScale": 30,
  1222. "minWidth": 13,
  1223. "maxWidth": 14,
  1224. "groundMaterials": [
  1225. {
  1226. "material": "COBBLESTONE",
  1227. "data": 0,
  1228. "chance": 1.0
  1229. }
  1230. ]
  1231. }
  1232. ],
  1233. "repeat": true
  1234. },
  1235. "groundMaterials": [
  1236. {
  1237. "material": "STONE",
  1238. "data": 0,
  1239. "chance": 1.0
  1240. }
  1241. ]
  1242. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement