Advertisement
Guest User

Untitled

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