Advertisement
Guest User

Untitled

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