Advertisement
Guest User

redwoodtaiga.json

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 0.2,
  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": false,
  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": true,
  24. "useNativePainting": false,
  25. "useNativeStructure": false,
  26. "biomeColors": [
  27. "#00ff00"
  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": "Bonsai Forest",
  138. "xModifier": 1.0,
  139. "yModifier": 1.0,
  140. "zModifier": 1.0,
  141. "yOffset": 0
  142. }
  143. ]
  144. },
  145. "overlaySettings": {
  146. "spawnLilyPads": false,
  147. "fastLeavesPlacing": true,
  148. "spawnCactus": false,
  149. "spawnSnowLayers": false,
  150. "spawnHangingLeaves": false,
  151. "spawnIceOnWater": false,
  152. "groundDepth": 4,
  153. "surfaceDepth": 1,
  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. [
  169. {
  170. "type": "DIRT",
  171. "data": 2,
  172. "heightConditions": [
  173. {
  174. "minHeight": 63,
  175. "maxHeight": 69
  176. }
  177. ],
  178. "chance": 0.7
  179. },
  180. {
  181. "type": "COBBLESTONE",
  182. "data": 0,
  183. "inclinationsConditions": [
  184. {
  185. "minInclination": 1.3,
  186. "maxInclination": 1.7
  187. }
  188. ],
  189. "chance": 0.5
  190. },
  191. {
  192. "type": "STONE",
  193. "data": 5,
  194. "inclinationsConditions": [
  195. {
  196. "minInclination": 1.3,
  197. "maxInclination": 1.7
  198. }
  199. ],
  200. "chance": 0.3
  201. }
  202. ],
  203. [
  204. {
  205. "type": "GRASS",
  206. "data": 0,
  207. "chance": 1.0
  208. }
  209. ]
  210. ],
  211. "oceanBlocks": [],
  212. "groundBlocks": [
  213. [
  214. {
  215. "type": "STAINED_CLAY",
  216. "data": 9,
  217. "inclinationsConditions": [
  218. {
  219. "minInclination": 2.3,
  220. "maxInclination": 99.0
  221. }
  222. ],
  223. "chance": 1.0
  224. }
  225. ],
  226. [
  227. {
  228. "type": "STONE",
  229. "data": 0,
  230. "inclinationsConditions": [
  231. {
  232. "minInclination": 1.3,
  233. "maxInclination": 1.7
  234. }
  235. ],
  236. "chance": 0.4
  237. },
  238. {
  239. "type": "COBBLESTONE",
  240. "data": 0,
  241. "inclinationsConditions": [
  242. {
  243. "minInclination": 1.3,
  244. "maxInclination": 1.7
  245. }
  246. ],
  247. "chance": 0.3
  248. },
  249. {
  250. "type": "STONE",
  251. "data": 5,
  252. "inclinationsConditions": [
  253. {
  254. "minInclination": 1.3,
  255. "maxInclination": 1.7
  256. }
  257. ],
  258. "chance": 0.3
  259. }
  260. ],
  261. [
  262. {
  263. "type": "DIRT",
  264. "data": 0,
  265. "chance": 0.8
  266. },
  267. {
  268. "type": "COBBLESTONE",
  269. "data": 0,
  270. "chance": 0.2
  271. }
  272. ]
  273. ],
  274. "beachBlocks": [
  275. [
  276. {
  277. "type": "SAND",
  278. "data": 0,
  279. "heightConditions": [
  280. {
  281. "minHeight": 0,
  282. "maxHeight": 53
  283. }
  284. ],
  285. "chance": 1.0
  286. }
  287. ],
  288. [
  289. {
  290. "type": "SAND",
  291. "data": 0,
  292. "inclinationsConditions": [
  293. {
  294. "minInclination": 0.0,
  295. "maxInclination": 0.5
  296. }
  297. ],
  298. "chance": 1.0
  299. }
  300. ]
  301. ],
  302. "pathBlocks": [],
  303. "farmlandBlocks": [],
  304. "slabBlocks": [
  305. [],
  306. [],
  307. [],
  308. [],
  309. [
  310. {
  311. "type": "MOSSY_COBBLESTONE",
  312. "data": 0,
  313. "chance": 0.15
  314. }
  315. ]
  316. ],
  317. "stairBlocks": [],
  318. "plantBlocks": [
  319. [],
  320. [],
  321. [
  322. {
  323. "type": "SUGAR_CANE_BLOCK",
  324. "data": 0,
  325. "heightConditions": [
  326. {
  327. "minHeight": 54,
  328. "maxHeight": 54
  329. }
  330. ],
  331. "chance": 0.1
  332. },
  333. {
  334. "type": "LONG_GRASS",
  335. "data": 1,
  336. "inclinationsConditions": [
  337. {
  338. "minInclination": 0.0,
  339. "maxInclination": 1.7
  340. }
  341. ],
  342. "chance": 0.25
  343. },
  344. {
  345. "type": "DOUBLE_PLANT",
  346. "data": 0,
  347. "inclinationsConditions": [
  348. {
  349. "minInclination": 0.0,
  350. "maxInclination": 1.7
  351. }
  352. ],
  353. "chance": 0.001
  354. },
  355. {
  356. "type": "DOUBLE_PLANT",
  357. "data": 1,
  358. "inclinationsConditions": [
  359. {
  360. "minInclination": 0.0,
  361. "maxInclination": 1.7
  362. }
  363. ],
  364. "chance": 0.001
  365. },
  366. {
  367. "type": "DOUBLE_PLANT",
  368. "data": 2,
  369. "inclinationsConditions": [
  370. {
  371. "minInclination": 0.0,
  372. "maxInclination": 1.7
  373. }
  374. ],
  375. "chance": 0.001
  376. },
  377. {
  378. "type": "DOUBLE_PLANT",
  379. "data": 3,
  380. "inclinationsConditions": [
  381. {
  382. "minInclination": 0.0,
  383. "maxInclination": 1.7
  384. }
  385. ],
  386. "chance": 0.001
  387. },
  388. {
  389. "type": "DOUBLE_PLANT",
  390. "data": 4,
  391. "inclinationsConditions": [
  392. {
  393. "minInclination": 0.0,
  394. "maxInclination": 1.7
  395. }
  396. ],
  397. "chance": 0.001
  398. },
  399. {
  400. "type": "DOUBLE_PLANT",
  401. "data": 5,
  402. "inclinationsConditions": [
  403. {
  404. "minInclination": 0.0,
  405. "maxInclination": 1.7
  406. }
  407. ],
  408. "chance": 0.001
  409. },
  410. {
  411. "type": "RED_MUSHROOM",
  412. "data": 0,
  413. "inclinationsConditions": [
  414. {
  415. "minInclination": 0.0,
  416. "maxInclination": 8.7
  417. }
  418. ],
  419. "chance": 0.05
  420. },
  421. {
  422. "type": "BROWN_MUSHROOM",
  423. "data": 0,
  424. "inclinationsConditions": [
  425. {
  426. "minInclination": 0.0,
  427. "maxInclination": 8.7
  428. }
  429. ],
  430. "chance": 0.05
  431. },
  432. {
  433. "type": "RED_ROSE",
  434. "data": 1,
  435. "inclinationsConditions": [
  436. {
  437. "minInclination": 0.0,
  438. "maxInclination": 1.7
  439. }
  440. ],
  441. "chance": 0.001
  442. },
  443. {
  444. "type": "RED_ROSE",
  445. "data": 2,
  446. "inclinationsConditions": [
  447. {
  448. "minInclination": 0.0,
  449. "maxInclination": 1.7
  450. }
  451. ],
  452. "chance": 0.001
  453. },
  454. {
  455. "type": "RED_ROSE",
  456. "data": 3,
  457. "inclinationsConditions": [
  458. {
  459. "minInclination": 0.0,
  460. "maxInclination": 1.7
  461. }
  462. ],
  463. "chance": 0.001
  464. },
  465. {
  466. "type": "RED_ROSE",
  467. "data": 4,
  468. "inclinationsConditions": [
  469. {
  470. "minInclination": 0.0,
  471. "maxInclination": 1.7
  472. }
  473. ],
  474. "chance": 0.001
  475. },
  476. {
  477. "type": "RED_ROSE",
  478. "data": 5,
  479. "inclinationsConditions": [
  480. {
  481. "minInclination": 0.0,
  482. "maxInclination": 1.7
  483. }
  484. ],
  485. "chance": 0.001
  486. },
  487. {
  488. "type": "RED_ROSE",
  489. "data": 6,
  490. "inclinationsConditions": [
  491. {
  492. "minInclination": 0.0,
  493. "maxInclination": 1.7
  494. }
  495. ],
  496. "chance": 0.001
  497. },
  498. {
  499. "type": "RED_ROSE",
  500. "data": 7,
  501. "inclinationsConditions": [
  502. {
  503. "minInclination": 0.0,
  504. "maxInclination": 1.7
  505. }
  506. ],
  507. "chance": 0.001
  508. },
  509. {
  510. "type": "RED_ROSE",
  511. "data": 8,
  512. "inclinationsConditions": [
  513. {
  514. "minInclination": 0.0,
  515. "maxInclination": 1.7
  516. }
  517. ],
  518. "chance": 0.001
  519. }
  520. ]
  521. ],
  522. "riverBlocks": [
  523. [
  524. {
  525. "type": "SAND",
  526. "data": 0,
  527. "chance": 1.0
  528. }
  529. ]
  530. ]
  531. },
  532. "customTrees": [
  533. {
  534. "name": "TREES_pine_medium",
  535. "density": 0.002,
  536. "size": "MEDIUM",
  537. "provider": "EWG",
  538. "type": "TREES",
  539. "blocksRequiredUnderneath": [
  540. "GRASS"
  541. ],
  542. "blacklistedDecoBlocks": [],
  543. "spawnUnderWater": false,
  544. "spawnOnGround": true,
  545. "overrideExsistingBlocks": false,
  546. "allowRotation": true,
  547. "applyPhysics": false,
  548. "applyAir": false,
  549. "fixFlyingRoots": true,
  550. "replaceAir": true,
  551. "minY": 62,
  552. "maxY": 85,
  553. "maxSlope": 0.7,
  554. "minSlope": 0.0,
  555. "transitionClearance": -1.0,
  556. "snapToXGrid": -1,
  557. "snapToYGrid": -1,
  558. "gridXOffset": 0,
  559. "gridYOffset": 0,
  560. "anchorYOffset": 0
  561. },
  562. {
  563. "name": "TREES_pine_normal",
  564. "density": 0.002,
  565. "size": "MEDIUM",
  566. "provider": "EWG",
  567. "type": "TREES",
  568. "blocksRequiredUnderneath": [
  569. "GRASS"
  570. ],
  571. "blacklistedDecoBlocks": [],
  572. "spawnUnderWater": false,
  573. "spawnOnGround": true,
  574. "overrideExsistingBlocks": false,
  575. "allowRotation": true,
  576. "applyPhysics": false,
  577. "applyAir": false,
  578. "fixFlyingRoots": true,
  579. "replaceAir": true,
  580. "minY": 62,
  581. "maxY": 85,
  582. "maxSlope": 0.7,
  583. "minSlope": 0.0,
  584. "transitionClearance": -1.0,
  585. "snapToXGrid": -1,
  586. "snapToYGrid": -1,
  587. "gridXOffset": 0,
  588. "gridYOffset": 0,
  589. "anchorYOffset": 0
  590. },
  591. {
  592. "name": "TREES_pine_normal_2",
  593. "density": 0.002,
  594. "size": "MEDIUM",
  595. "provider": "EWG",
  596. "type": "TREES",
  597. "blocksRequiredUnderneath": [
  598. "GRASS"
  599. ],
  600. "blacklistedDecoBlocks": [],
  601. "spawnUnderWater": false,
  602. "spawnOnGround": true,
  603. "overrideExsistingBlocks": false,
  604. "allowRotation": true,
  605. "applyPhysics": false,
  606. "applyAir": false,
  607. "fixFlyingRoots": true,
  608. "replaceAir": true,
  609. "minY": 62,
  610. "maxY": 85,
  611. "maxSlope": 0.7,
  612. "minSlope": 0.0,
  613. "transitionClearance": -1.0,
  614. "snapToXGrid": -1,
  615. "snapToYGrid": -1,
  616. "gridXOffset": 0,
  617. "gridYOffset": 0,
  618. "anchorYOffset": 0
  619. },
  620. {
  621. "name": "TREES_pine_small",
  622. "density": 0.002,
  623. "size": "MEDIUM",
  624. "provider": "EWG",
  625. "type": "TREES",
  626. "blocksRequiredUnderneath": [
  627. "GRASS"
  628. ],
  629. "blacklistedDecoBlocks": [],
  630. "spawnUnderWater": false,
  631. "spawnOnGround": true,
  632. "overrideExsistingBlocks": false,
  633. "allowRotation": true,
  634. "applyPhysics": false,
  635. "applyAir": false,
  636. "fixFlyingRoots": true,
  637. "replaceAir": true,
  638. "minY": 62,
  639. "maxY": 85,
  640. "maxSlope": 0.7,
  641. "minSlope": 0.0,
  642. "transitionClearance": -1.0,
  643. "snapToXGrid": -1,
  644. "snapToYGrid": -1,
  645. "gridXOffset": 0,
  646. "gridYOffset": 0,
  647. "anchorYOffset": 0
  648. },
  649. {
  650. "name": "TREES_pine_small_2",
  651. "density": 0.002,
  652. "size": "MEDIUM",
  653. "provider": "EWG",
  654. "type": "TREES",
  655. "blocksRequiredUnderneath": [
  656. "GRASS"
  657. ],
  658. "blacklistedDecoBlocks": [],
  659. "spawnUnderWater": false,
  660. "spawnOnGround": true,
  661. "overrideExsistingBlocks": false,
  662. "allowRotation": true,
  663. "applyPhysics": false,
  664. "applyAir": false,
  665. "fixFlyingRoots": true,
  666. "replaceAir": true,
  667. "minY": 62,
  668. "maxY": 85,
  669. "maxSlope": 0.7,
  670. "minSlope": 0.0,
  671. "transitionClearance": -1.0,
  672. "snapToXGrid": -1,
  673. "snapToYGrid": -1,
  674. "gridXOffset": 0,
  675. "gridYOffset": 0,
  676. "anchorYOffset": 0
  677. },
  678. {
  679. "name": "TREES_pine_small_3",
  680. "density": 0.002,
  681. "size": "MEDIUM",
  682. "provider": "EWG",
  683. "type": "TREES",
  684. "blocksRequiredUnderneath": [
  685. "GRASS"
  686. ],
  687. "blacklistedDecoBlocks": [],
  688. "spawnUnderWater": false,
  689. "spawnOnGround": true,
  690. "overrideExsistingBlocks": false,
  691. "allowRotation": true,
  692. "applyPhysics": false,
  693. "applyAir": false,
  694. "fixFlyingRoots": true,
  695. "replaceAir": true,
  696. "minY": 62,
  697. "maxY": 85,
  698. "maxSlope": 0.7,
  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": "TREES_pine_tiny",
  709. "density": 0.002,
  710. "size": "MEDIUM",
  711. "provider": "EWG",
  712. "type": "TREES",
  713. "blocksRequiredUnderneath": [
  714. "GRASS"
  715. ],
  716. "blacklistedDecoBlocks": [],
  717. "spawnUnderWater": false,
  718. "spawnOnGround": true,
  719. "overrideExsistingBlocks": false,
  720. "allowRotation": true,
  721. "applyPhysics": false,
  722. "applyAir": false,
  723. "fixFlyingRoots": true,
  724. "replaceAir": true,
  725. "minY": 62,
  726. "maxY": 85,
  727. "maxSlope": 0.7,
  728. "minSlope": 0.0,
  729. "transitionClearance": -1.0,
  730. "snapToXGrid": -1,
  731. "snapToYGrid": -1,
  732. "gridXOffset": 0,
  733. "gridYOffset": 0,
  734. "anchorYOffset": 0
  735. },
  736. {
  737. "name": "TREES_pine_tiny_2",
  738. "density": 0.002,
  739. "size": "MEDIUM",
  740. "provider": "EWG",
  741. "type": "TREES",
  742. "blocksRequiredUnderneath": [
  743. "GRASS"
  744. ],
  745. "blacklistedDecoBlocks": [],
  746. "spawnUnderWater": false,
  747. "spawnOnGround": true,
  748. "overrideExsistingBlocks": false,
  749. "allowRotation": true,
  750. "applyPhysics": false,
  751. "applyAir": false,
  752. "fixFlyingRoots": true,
  753. "replaceAir": true,
  754. "minY": 62,
  755. "maxY": 85,
  756. "maxSlope": 0.7,
  757. "minSlope": 0.0,
  758. "transitionClearance": -1.0,
  759. "snapToXGrid": -1,
  760. "snapToYGrid": -1,
  761. "gridXOffset": 0,
  762. "gridYOffset": 0,
  763. "anchorYOffset": 0
  764. }
  765. ],
  766. "customStructures": [],
  767. "maxEWGObjectsPerChunk": 4,
  768. "xNoiseModifier": 1.2,
  769. "yNoiseModifier": 0.7,
  770. "zNoiseModifier": 1.2,
  771. "lakeDepth": 50.0,
  772. "baseHeight": 67,
  773. "nativeBiomes": [
  774. {
  775. "nativeBiome": "REDWOOD_TAIGA",
  776. "chance": 1.0
  777. }
  778. ],
  779. "groundBlockSettings": {
  780. "layers": [
  781. {
  782. "maxAmplitude": 10,
  783. "minAmplitude": 5,
  784. "xScale": 30,
  785. "zScale": 30,
  786. "minWidth": 4,
  787. "maxWidth": 5,
  788. "groundMaterials": [
  789. {
  790. "material": "DIRT",
  791. "data": 0,
  792. "chance": 1.0
  793. }
  794. ]
  795. },
  796. {
  797. "maxAmplitude": 10,
  798. "minAmplitude": 5,
  799. "xScale": 30,
  800. "zScale": 30,
  801. "minWidth": 13,
  802. "maxWidth": 14,
  803. "groundMaterials": [
  804. {
  805. "material": "COBBLESTONE",
  806. "data": 0,
  807. "chance": 1.0
  808. }
  809. ]
  810. }
  811. ],
  812. "repeat": true
  813. },
  814. "groundMaterials": [
  815. {
  816. "material": "STONE",
  817. "data": 0,
  818. "chance": 1.0
  819. }
  820. ]
  821. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement