Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.51 KB | None | 0 0
  1. {
  2. "enabled": true,
  3. "rarity": 0.7,
  4. "biomeType": "TUNDRA",
  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. "useRavines": false,
  15. "useWitchHuts": false,
  16. "usePyramids": false,
  17. "useJungleTemples": false,
  18. "useIgloos": true,
  19. "useFossils": false,
  20. "useWaterLakes": true,
  21. "useLavaLakes": false,
  22. "useRivers": false,
  23. "useNativePainting": false,
  24. "useNativeStructure": false,
  25. "fossilChance": 64,
  26. "lavaLakeChance": 80,
  27. "waterLakeChance": 100,
  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. "customTerrain": {
  127. "noiseLayers": [
  128. {
  129. "xDensity": 10.0,
  130. "yDensity": 10.0,
  131. "multiplier": {
  132. "baseMultiplier": 10.0,
  133. "biomeModifier": 0.8,
  134. "riverModifier": 0.8,
  135. "baseModifiers": [
  136. {
  137. "referenceLayer": -1,
  138. "start": 1.0E-9,
  139. "stop": 0.0,
  140. "finalCoefficient": 0.5
  141. }
  142. ]
  143. }
  144. },
  145. {
  146. "xDensity": 20.0,
  147. "yDensity": 20.0,
  148. "multiplier": {
  149. "baseMultiplier": 5.0,
  150. "biomeModifier": 0.0,
  151. "riverModifier": 0.0,
  152. "baseModifiers": [
  153. {
  154. "referenceLayer": -1,
  155. "start": 35.0,
  156. "stop": 0.0,
  157. "finalCoefficient": 0.2
  158. }
  159. ]
  160. }
  161. },
  162. {
  163. "xDensity": 12.0,
  164. "yDensity": 12.0,
  165. "multiplier": {
  166. "baseMultiplier": 3.0,
  167. "biomeModifier": 0.0,
  168. "riverModifier": 0.0,
  169. "baseModifiers": [
  170. {
  171. "referenceLayer": -1,
  172. "start": 35.0,
  173. "stop": 0.0,
  174. "finalCoefficient": 0.2
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "xDensity": 5.0,
  181. "yDensity": 5.0,
  182. "multiplier": {
  183. "baseMultiplier": 1.5,
  184. "biomeModifier": 0.0,
  185. "riverModifier": 0.0,
  186. "baseModifiers": [
  187. {
  188. "referenceLayer": -1,
  189. "start": 35.0,
  190. "stop": 0.0,
  191. "finalCoefficient": 0.1
  192. }
  193. ]
  194. }
  195. }
  196. ]
  197. },
  198. "terrainSettings": {
  199. "subTerrains": [
  200. {
  201. "provider": "CUSTOM_EWG",
  202. "name": "FROZEN_OCEAN",
  203. "xModifier": 1.0,
  204. "yModifer": 1.0,
  205. "zModifer": 1.0,
  206. "yOffset": 0
  207. }
  208. ]
  209. },
  210. "overlaySettings": {
  211. "spawnLillypads": false,
  212. "spawnCactus": false,
  213. "spawnSnowLayers": true,
  214. "spawnIceOnWater": true,
  215. "minRiver": 2.0,
  216. "groundDepth": 6,
  217. "surfaceDepth": 1,
  218. "surfaceBlocks": [
  219. [
  220. [
  221. {
  222. "type": "SNOW_BLOCK",
  223. "data": 0,
  224. "inclinationsConditions": [
  225. {
  226. "minInclination": 0.0,
  227. "maxInclination": 0.1
  228. }
  229. ]
  230. },
  231. 0.5
  232. ]
  233. ],
  234. [
  235. [
  236. {
  237. "type": "SNOW_BLOCK",
  238. "data": 0,
  239. "heightConditions": [
  240. {
  241. "minHeight": 62,
  242. "maxHeight": 62
  243. }
  244. ],
  245. "inclinationsConditions": [
  246. {
  247. "minInclination": 0.0,
  248. "maxInclination": 2.0
  249. }
  250. ]
  251. },
  252. 0.8
  253. ]
  254. ],
  255. [
  256. [
  257. {
  258. "type": "ICE",
  259. "data": 0,
  260. "heightConditions": [
  261. {
  262. "minHeight": 63,
  263. "maxHeight": 90
  264. }
  265. ],
  266. "inclinationsConditions": [
  267. {
  268. "minInclination": 0.0,
  269. "maxInclination": 99.0
  270. }
  271. ]
  272. },
  273. 0.01
  274. ]
  275. ],
  276. [
  277. [
  278. {
  279. "type": "PACKED_ICE",
  280. "data": 0,
  281. "heightConditions": [
  282. {
  283. "minHeight": 63,
  284. "maxHeight": 90
  285. }
  286. ],
  287. "inclinationsConditions": [
  288. {
  289. "minInclination": 0.0,
  290. "maxInclination": 99.0
  291. }
  292. ]
  293. },
  294. 0.1
  295. ]
  296. ],
  297. [
  298. [
  299. {
  300. "type": "SNOW_BLOCK",
  301. "data": 0,
  302. "heightConditions": [
  303. {
  304. "minHeight": 63,
  305. "maxHeight": 90
  306. }
  307. ],
  308. "inclinationsConditions": [
  309. {
  310. "minInclination": 0.0,
  311. "maxInclination": 99.0
  312. }
  313. ]
  314. },
  315. 0.8
  316. ]
  317. ],
  318. [
  319. [
  320. {
  321. "type": "SNOW_BLOCK",
  322. "data": 0,
  323. "heightConditions": [
  324. {
  325. "minHeight": 63,
  326. "maxHeight": 90
  327. }
  328. ],
  329. "inclinationsConditions": [
  330. {
  331. "minInclination": 0.0,
  332. "maxInclination": 99.0
  333. }
  334. ]
  335. },
  336. 0.6
  337. ]
  338. ],
  339. [
  340. [
  341. {
  342. "type": "SNOW_BLOCK",
  343. "data": 0,
  344. "inclinationsConditions": [
  345. {
  346. "minInclination": 0.0,
  347. "maxInclination": 99.0
  348. }
  349. ]
  350. },
  351. 1.0
  352. ]
  353. ]
  354. ],
  355. "oceanBlocks": [
  356. [
  357. [
  358. {
  359. "type": "ICE",
  360. "data": 0,
  361. "heightConditions": [
  362. {
  363. "minHeight": 62,
  364. "maxHeight": 62
  365. }
  366. ]
  367. },
  368. 1.0
  369. ],
  370. [
  371. {
  372. "type": "PACKED_ICE",
  373. "data": 0,
  374. "heightConditions": [
  375. {
  376. "minHeight": 62,
  377. "maxHeight": 62
  378. }
  379. ]
  380. },
  381. 0.01
  382. ]
  383. ]
  384. ],
  385. "groundBlocks": [
  386. {},
  387. {},
  388. {},
  389. {},
  390. [
  391. [
  392. {
  393. "type": "SNOW_BLOCK",
  394. "data": 0
  395. },
  396. 1.0
  397. ]
  398. ]
  399. ],
  400. "beachBlocks": [
  401. [
  402. [
  403. {
  404. "type": "SAND",
  405. "data": 0,
  406. "heightConditions": [
  407. {
  408. "minHeight": 0,
  409. "maxHeight": 53
  410. }
  411. ]
  412. },
  413. 1.0
  414. ]
  415. ],
  416. [
  417. [
  418. {
  419. "type": "SAND",
  420. "data": 0,
  421. "inclinationsConditions": [
  422. {
  423. "minInclination": 0.0,
  424. "maxInclination": 0.5
  425. }
  426. ]
  427. },
  428. 1.0
  429. ]
  430. ]
  431. ],
  432. "slabBlocks": [],
  433. "stairBlocks": [],
  434. "plantBlocks": [
  435. {},
  436. {},
  437. [
  438. [
  439. {
  440. "type": "SUGAR_CANE_BLOCK",
  441. "data": 0,
  442. "heightConditions": [
  443. {
  444. "minHeight": 54,
  445. "maxHeight": 54
  446. }
  447. ]
  448. },
  449. 0.1
  450. ],
  451. [
  452. {
  453. "type": "LONG_GRASS",
  454. "data": 1,
  455. "inclinationsConditions": [
  456. {
  457. "minInclination": 0.0,
  458. "maxInclination": 9.7
  459. }
  460. ]
  461. },
  462. 0.9
  463. ],
  464. [
  465. {
  466. "type": "DOUBLE_PLANT",
  467. "data": 0,
  468. "inclinationsConditions": [
  469. {
  470. "minInclination": 0.0,
  471. "maxInclination": 1.7
  472. }
  473. ]
  474. },
  475. 0.001
  476. ],
  477. [
  478. {
  479. "type": "DOUBLE_PLANT",
  480. "data": 1,
  481. "inclinationsConditions": [
  482. {
  483. "minInclination": 0.0,
  484. "maxInclination": 1.7
  485. }
  486. ]
  487. },
  488. 0.001
  489. ],
  490. [
  491. {
  492. "type": "DOUBLE_PLANT",
  493. "data": 2,
  494. "inclinationsConditions": [
  495. {
  496. "minInclination": 0.0,
  497. "maxInclination": 1.7
  498. }
  499. ]
  500. },
  501. 0.001
  502. ],
  503. [
  504. {
  505. "type": "DOUBLE_PLANT",
  506. "data": 3,
  507. "inclinationsConditions": [
  508. {
  509. "minInclination": 0.0,
  510. "maxInclination": 1.7
  511. }
  512. ]
  513. },
  514. 0.001
  515. ],
  516. [
  517. {
  518. "type": "DOUBLE_PLANT",
  519. "data": 4,
  520. "inclinationsConditions": [
  521. {
  522. "minInclination": 0.0,
  523. "maxInclination": 1.7
  524. }
  525. ]
  526. },
  527. 0.001
  528. ],
  529. [
  530. {
  531. "type": "DOUBLE_PLANT",
  532. "data": 5,
  533. "inclinationsConditions": [
  534. {
  535. "minInclination": 0.0,
  536. "maxInclination": 1.7
  537. }
  538. ]
  539. },
  540. 0.001
  541. ],
  542. [
  543. {
  544. "type": "RED_ROSE",
  545. "data": 0,
  546. "inclinationsConditions": [
  547. {
  548. "minInclination": 0.0,
  549. "maxInclination": 1.7
  550. }
  551. ]
  552. },
  553. 0.001
  554. ],
  555. [
  556. {
  557. "type": "YELLOW_FLOWER",
  558. "data": 0,
  559. "inclinationsConditions": [
  560. {
  561. "minInclination": 0.0,
  562. "maxInclination": 1.7
  563. }
  564. ]
  565. },
  566. 0.001
  567. ],
  568. [
  569. {
  570. "type": "RED_ROSE",
  571. "data": 1,
  572. "inclinationsConditions": [
  573. {
  574. "minInclination": 0.0,
  575. "maxInclination": 1.7
  576. }
  577. ]
  578. },
  579. 0.001
  580. ],
  581. [
  582. {
  583. "type": "RED_ROSE",
  584. "data": 2,
  585. "inclinationsConditions": [
  586. {
  587. "minInclination": 0.0,
  588. "maxInclination": 1.7
  589. }
  590. ]
  591. },
  592. 0.001
  593. ],
  594. [
  595. {
  596. "type": "RED_ROSE",
  597. "data": 3,
  598. "inclinationsConditions": [
  599. {
  600. "minInclination": 0.0,
  601. "maxInclination": 1.7
  602. }
  603. ]
  604. },
  605. 0.001
  606. ],
  607. [
  608. {
  609. "type": "RED_ROSE",
  610. "data": 4,
  611. "inclinationsConditions": [
  612. {
  613. "minInclination": 0.0,
  614. "maxInclination": 1.7
  615. }
  616. ]
  617. },
  618. 0.001
  619. ],
  620. [
  621. {
  622. "type": "RED_ROSE",
  623. "data": 5,
  624. "inclinationsConditions": [
  625. {
  626. "minInclination": 0.0,
  627. "maxInclination": 1.7
  628. }
  629. ]
  630. },
  631. 0.001
  632. ],
  633. [
  634. {
  635. "type": "RED_ROSE",
  636. "data": 6,
  637. "inclinationsConditions": [
  638. {
  639. "minInclination": 0.0,
  640. "maxInclination": 1.7
  641. }
  642. ]
  643. },
  644. 0.001
  645. ],
  646. [
  647. {
  648. "type": "RED_ROSE",
  649. "data": 7,
  650. "inclinationsConditions": [
  651. {
  652. "minInclination": 0.0,
  653. "maxInclination": 1.7
  654. }
  655. ]
  656. },
  657. 0.001
  658. ],
  659. [
  660. {
  661. "type": "RED_ROSE",
  662. "data": 8,
  663. "inclinationsConditions": [
  664. {
  665. "minInclination": 0.0,
  666. "maxInclination": 1.7
  667. }
  668. ]
  669. },
  670. 0.001
  671. ]
  672. ],
  673. {},
  674. [
  675. [
  676. {
  677. "type": "DOUBLE_PLANT",
  678. "data": 0
  679. },
  680. 0.001953125
  681. ],
  682. [
  683. {
  684. "type": "DOUBLE_PLANT",
  685. "data": 1
  686. },
  687. 0.001953125
  688. ],
  689. [
  690. {
  691. "type": "DOUBLE_PLANT",
  692. "data": 2
  693. },
  694. 0.001953125
  695. ],
  696. [
  697. {
  698. "type": "DOUBLE_PLANT",
  699. "data": 3
  700. },
  701. 0.001953125
  702. ],
  703. [
  704. {
  705. "type": "DOUBLE_PLANT",
  706. "data": 4
  707. },
  708. 0.001953125
  709. ],
  710. [
  711. {
  712. "type": "RED_ROSE",
  713. "data": 0
  714. },
  715. 0.001953125
  716. ],
  717. [
  718. {
  719. "type": "RED_ROSE",
  720. "data": 1
  721. },
  722. 0.001953125
  723. ],
  724. [
  725. {
  726. "type": "RED_ROSE",
  727. "data": 2
  728. },
  729. 0.001953125
  730. ],
  731. [
  732. {
  733. "type": "RED_ROSE",
  734. "data": 3
  735. },
  736. 0.001953125
  737. ],
  738. [
  739. {
  740. "type": "RED_ROSE",
  741. "data": 4
  742. },
  743. 0.001953125
  744. ],
  745. [
  746. {
  747. "type": "RED_ROSE",
  748. "data": 5
  749. },
  750. 0.001953125
  751. ],
  752. [
  753. {
  754. "type": "RED_ROSE",
  755. "data": 6
  756. },
  757. 0.001953125
  758. ],
  759. [
  760. {
  761. "type": "RED_ROSE",
  762. "data": 7
  763. },
  764. 0.001953125
  765. ],
  766. [
  767. {
  768. "type": "RED_ROSE",
  769. "data": 8
  770. },
  771. 0.001953125
  772. ]
  773. ]
  774. ],
  775. "riverBlocks": [],
  776. "leavesBlock": {
  777. "type": "LEAVES",
  778. "data": 2,
  779. "inclinationsConditions": [
  780. {
  781. "minInclination": 0.9,
  782. "maxInclination": 0.91
  783. }
  784. ]
  785. }
  786. },
  787. "customTrees": [],
  788. "customStructures": [],
  789. "maxEWGObjectsPerChunk": 5,
  790. "xNoiseModifier": 1.2,
  791. "yNoiseModifier": 0.8,
  792. "zNoiseModifier": 1.2,
  793. "lakeDepth": 0.0,
  794. "baseHeight": 59,
  795. "nativeBiomes": [
  796. {
  797. "nativeBiome": "FROZEN_OCEAN",
  798. "chance": 1.0
  799. }
  800. ],
  801. "entitySettings": {},
  802. "groundMaterials": [
  803. {
  804. "material": "STONE",
  805. "data": 0,
  806. "chance": 1.0
  807. }
  808. ]
  809. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement