Advertisement
Guest User

Untitled

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