Advertisement
Guest User

ores

a guest
Dec 5th, 2019
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.19 KB | None | 0 0
  1. {
  2. "dependencies": ["quark", "ore_stone_variants"],
  3. "populate": {
  4.  
  5. "copper_stone": {
  6. "enabled": "true",
  7. "distribution": "uniform",
  8. "generator": {
  9. "block": [
  10. {
  11. "name": "ore_stone_variants:thermalfoundation_copper_ore_stone",
  12. "weight": 90
  13. },
  14. {
  15. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_stone",
  16. "weight": 10
  17. }
  18. ],
  19. "material": "minecraft:stone",
  20. "cluster-size": 8
  21. },
  22. "cluster-count": 8,
  23. "min-height": 40,
  24. "max-height": 75,
  25. "retrogen": "true",
  26. "biome": "all",
  27. "dimension": {
  28. "restriction": "blacklist",
  29. "value": [
  30. -1,
  31. 1
  32. ]
  33. }
  34. },
  35.  
  36. "copper_andesite": {
  37. "enabled": "true",
  38. "distribution": "uniform",
  39. "generator": {
  40. "block": [
  41. {
  42. "name": "ore_stone_variants:thermalfoundation_copper_ore_stone_5",
  43. "weight": 90
  44. },
  45. {
  46. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_stone_5",
  47. "weight": 10
  48. }
  49. ],
  50. "material": "minecraft:stone",
  51. "properties": {
  52. "variant": "andesite"
  53. },
  54. "cluster-size": 8
  55. },
  56. "cluster-count": 8,
  57. "min-height": 40,
  58. "max-height": 75,
  59. "retrogen": "true",
  60. "biome": "all",
  61. "dimension": {
  62. "restriction": "blacklist",
  63. "value": [
  64. -1,
  65. 1
  66. ]
  67. }
  68. },
  69.  
  70. "copper_diorite": {
  71. "enabled": "true",
  72. "distribution": "uniform",
  73. "generator": {
  74. "block": [
  75. {
  76. "name": "ore_stone_variants:thermalfoundation_copper_ore_stone_3",
  77. "weight": 90
  78. },
  79. {
  80. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_stone_3",
  81. "weight": 10
  82. }
  83. ],
  84. "material": "minecraft:stone",
  85. "properties": {
  86. "variant": "diorite"
  87. },
  88. "cluster-size": 8
  89. },
  90. "cluster-count": 8,
  91. "min-height": 40,
  92. "max-height": 75,
  93. "retrogen": "true",
  94. "biome": "all",
  95. "dimension": {
  96. "restriction": "blacklist",
  97. "value": [
  98. -1,
  99. 1
  100. ]
  101. }
  102. },
  103.  
  104. "copper_granite": {
  105. "enabled": "true",
  106. "distribution": "uniform",
  107. "generator": {
  108. "block": [
  109. {
  110. "name": "ore_stone_variants:thermalfoundation_copper_ore_stone_1",
  111. "weight": 90
  112. },
  113. {
  114. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_stone_1",
  115. "weight": 10
  116. }
  117. ],
  118. "material": "minecraft:stone",
  119. "properties": {
  120. "variant": "granite"
  121. },
  122. "cluster-size": 8
  123. },
  124. "cluster-count": 8,
  125. "min-height": 40,
  126. "max-height": 75,
  127. "retrogen": "true",
  128. "biome": "all",
  129. "dimension": {
  130. "restriction": "blacklist",
  131. "value": [
  132. -1,
  133. 1
  134. ]
  135. }
  136. },
  137.  
  138. "copper_jasper": {
  139. "enabled": "true",
  140. "distribution": "uniform",
  141. "generator": {
  142. "block": [
  143. {
  144. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_jasper",
  145. "weight": 90
  146. },
  147. {
  148. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_jasper",
  149. "weight": 10
  150. }
  151. ],
  152. "material": "quark:jasper",
  153. "cluster-size": 8
  154. },
  155. "cluster-count": 8,
  156. "min-height": 40,
  157. "max-height": 75,
  158. "retrogen": "true",
  159. "biome": "all",
  160. "dimension": {
  161. "restriction": "blacklist",
  162. "value": [
  163. -1,
  164. 1
  165. ]
  166. }
  167. },
  168.  
  169. "copper_limestone": {
  170. "enabled": "true",
  171. "distribution": "uniform",
  172. "generator": {
  173. "block": [
  174. {
  175. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_limestone",
  176. "weight": 90
  177. },
  178. {
  179. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_limestone",
  180. "weight": 10
  181. }
  182. ],
  183. "material": "quark:limestone",
  184. "cluster-size": 8
  185. },
  186. "cluster-count": 8,
  187. "min-height": 40,
  188. "max-height": 75,
  189. "retrogen": "true",
  190. "biome": "all",
  191. "dimension": {
  192. "restriction": "blacklist",
  193. "value": [
  194. -1,
  195. 1
  196. ]
  197. }
  198. },
  199.  
  200. "copper_marble": {
  201. "enabled": "true",
  202. "distribution": "uniform",
  203. "generator": {
  204. "block": [
  205. {
  206. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_marble",
  207. "weight": 90
  208. },
  209. {
  210. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_marble",
  211. "weight": 10
  212. }
  213. ],
  214. "material": "quark:marble",
  215. "cluster-size": 8
  216. },
  217. "cluster-count": 8,
  218. "min-height": 40,
  219. "max-height": 75,
  220. "retrogen": "true",
  221. "biome": "all",
  222. "dimension": {
  223. "restriction": "blacklist",
  224. "value": [
  225. -1,
  226. 1
  227. ]
  228. }
  229. },
  230.  
  231. "copper_slate": {
  232. "enabled": "true",
  233. "distribution": "uniform",
  234. "generator": {
  235. "block": [
  236. {
  237. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_slate",
  238. "weight": 90
  239. },
  240. {
  241. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_slate",
  242. "weight": 10
  243. }
  244. ],
  245. "material": "quark:slate",
  246. "cluster-size": 8
  247. },
  248. "cluster-count": 8,
  249. "min-height": 40,
  250. "max-height": 75,
  251. "retrogen": "true",
  252. "biome": "all",
  253. "dimension": {
  254. "restriction": "blacklist",
  255. "value": [
  256. -1,
  257. 1
  258. ]
  259. }
  260. },
  261.  
  262. "tin_stone": {
  263. "enabled": "true",
  264. "distribution": "uniform",
  265. "generator": {
  266. "block": [
  267. {
  268. "name": "ore_stone_variants:thermalfoundation_tin_ore_stone",
  269. "weight": 90
  270. },
  271. {
  272. "name": "ore_stone_variants:dense_thermalfoundation_tin_ore_stone",
  273. "weight": 10
  274. }
  275. ],
  276. "material": "minecraft:stone",
  277. "cluster-size": 8
  278. },
  279. "cluster-count": 7,
  280. "min-height": 20,
  281. "max-height": 55,
  282. "retrogen": "true",
  283. "biome": "all",
  284. "dimension": {
  285. "restriction": "blacklist",
  286. "value": [
  287. -1,
  288. 1
  289. ]
  290. }
  291. },
  292.  
  293. "tin_andesite": {
  294. "enabled": "true",
  295. "distribution": "uniform",
  296. "generator": {
  297. "block": [
  298. {
  299. "name": "ore_stone_variants:thermalfoundation_tin_ore_stone_5",
  300. "weight": 90
  301. },
  302. {
  303. "name": "ore_stone_variants:dense_thermalfoundation_tin_ore_stone_5",
  304. "weight": 10
  305. }
  306. ],
  307. "material": "minecraft:stone",
  308. "properties": {
  309. "variant": "andesite"
  310. },
  311. "cluster-size": 8
  312. },
  313. "cluster-count": 7,
  314. "min-height": 20,
  315. "max-height": 55,
  316. "retrogen": "true",
  317. "biome": "all",
  318. "dimension": {
  319. "restriction": "blacklist",
  320. "value": [
  321. -1,
  322. 1
  323. ]
  324. }
  325. },
  326.  
  327. "tin_diorite": {
  328. "enabled": "true",
  329. "distribution": "uniform",
  330. "generator": {
  331. "block": [
  332. {
  333. "name": "ore_stone_variants:thermalfoundation_tin_ore_stone_3",
  334. "weight": 90
  335. },
  336. {
  337. "name": "ore_stone_variants:dense_thermalfoundation_tin_ore_stone_3",
  338. "weight": 10
  339. }
  340. ],
  341. "material": "minecraft:stone",
  342. "properties": {
  343. "variant": "diorite"
  344. },
  345. "cluster-size": 8
  346. },
  347. "cluster-count": 7,
  348. "min-height": 20,
  349. "max-height": 55,
  350. "retrogen": "true",
  351. "biome": "all",
  352. "dimension": {
  353. "restriction": "blacklist",
  354. "value": [
  355. -1,
  356. 1
  357. ]
  358. }
  359. },
  360.  
  361. "tin_granite": {
  362. "enabled": "true",
  363. "distribution": "uniform",
  364. "generator": {
  365. "block": [
  366. {
  367. "name": "ore_stone_variants:thermalfoundation_tin_ore_stone_1",
  368. "weight": 90
  369. },
  370. {
  371. "name": "ore_stone_variants:dense_thermalfoundation_tin_ore_stone_1",
  372. "weight": 10
  373. }
  374. ],
  375. "material": "minecraft:stone",
  376. "properties": {
  377. "variant": "granite"
  378. },
  379. "cluster-size": 8
  380. },
  381. "cluster-count": 7,
  382. "min-height": 20,
  383. "max-height": 55,
  384. "retrogen": "true",
  385. "biome": "all",
  386. "dimension": {
  387. "restriction": "blacklist",
  388. "value": [
  389. -1,
  390. 1
  391. ]
  392. }
  393. },
  394.  
  395. "tin_jasper": {
  396. "enabled": "true",
  397. "distribution": "uniform",
  398. "generator": {
  399. "block": [
  400. {
  401. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_jasper",
  402. "weight": 90
  403. },
  404. {
  405. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_jasper",
  406. "weight": 10
  407. }
  408. ],
  409. "material": "quark:jasper",
  410. "cluster-size": 8
  411. },
  412. "cluster-count": 7,
  413. "min-height": 20,
  414. "max-height": 55,
  415. "retrogen": "true",
  416. "biome": "all",
  417. "dimension": {
  418. "restriction": "blacklist",
  419. "value": [
  420. -1,
  421. 1
  422. ]
  423. }
  424. },
  425.  
  426. "tin_limestone": {
  427. "enabled": "true",
  428. "distribution": "uniform",
  429. "generator": {
  430. "block": [
  431. {
  432. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_limestone",
  433. "weight": 90
  434. },
  435. {
  436. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_limestone",
  437. "weight": 10
  438. }
  439. ],
  440. "material": "quark:limestone",
  441. "cluster-size": 8
  442. },
  443. "cluster-count": 7,
  444. "min-height": 20,
  445. "max-height": 55,
  446. "retrogen": "true",
  447. "biome": "all",
  448. "dimension": {
  449. "restriction": "blacklist",
  450. "value": [
  451. -1,
  452. 1
  453. ]
  454. }
  455. },
  456.  
  457. "tin_marble": {
  458. "enabled": "true",
  459. "distribution": "uniform",
  460. "generator": {
  461. "block": [
  462. {
  463. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_marble",
  464. "weight": 90
  465. },
  466. {
  467. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_marble",
  468. "weight": 10
  469. }
  470. ],
  471. "material": "quark:marble",
  472. "cluster-size": 8
  473. },
  474. "cluster-count": 7,
  475. "min-height": 20,
  476. "max-height": 55,
  477. "retrogen": "true",
  478. "biome": "all",
  479. "dimension": {
  480. "restriction": "blacklist",
  481. "value": [
  482. -1,
  483. 1
  484. ]
  485. }
  486. },
  487.  
  488. "tin_slate": {
  489. "enabled": "true",
  490. "distribution": "uniform",
  491. "generator": {
  492. "block": [
  493. {
  494. "name": "ore_stone_variants:thermalfoundation_copper_ore_quark_slate",
  495. "weight": 90
  496. },
  497. {
  498. "name": "ore_stone_variants:dense_thermalfoundation_copper_ore_quark_slate",
  499. "weight": 10
  500. }
  501. ],
  502. "material": "quark:slate",
  503. "cluster-size": 8
  504. },
  505. "cluster-count": 7,
  506. "min-height": 20,
  507. "max-height": 55,
  508. "retrogen": "true",
  509. "biome": "all",
  510. "dimension": {
  511. "restriction": "blacklist",
  512. "value": [
  513. -1,
  514. 1
  515. ]
  516. }
  517. },
  518.  
  519. "silver_stone": {
  520. "enabled": "true",
  521. "distribution": "uniform",
  522. "generator": {
  523. "block": [
  524. {
  525. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone",
  526. "weight": 72
  527. },
  528. {
  529. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone",
  530. "weight": 8
  531. },
  532. {
  533. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone",
  534. "weight": 18
  535. },
  536. {
  537. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone",
  538. "weight": 2
  539. }
  540. ],
  541. "material": "minecraft:stone",
  542. "cluster-size": 8
  543. },
  544. "cluster-count": 4,
  545. "min-height": 5,
  546. "max-height": 30,
  547. "retrogen": "true",
  548. "biome": "all",
  549. "dimension": {
  550. "restriction": "blacklist",
  551. "value": [
  552. -1,
  553. 1
  554. ]
  555. }
  556. },
  557.  
  558. "silver_andesite": {
  559. "enabled": "true",
  560. "distribution": "uniform",
  561. "generator": {
  562. "block": [
  563. {
  564. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_5",
  565. "weight": 72
  566. },
  567. {
  568. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_5",
  569. "weight": 8
  570. },
  571. {
  572. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_5",
  573. "weight": 18
  574. },
  575. {
  576. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_5",
  577. "weight": 2
  578. }
  579. ],
  580. "material": "minecraft:stone",
  581. "properties": {
  582. "variant": "andesite"
  583. },
  584. "cluster-size": 8
  585. },
  586. "cluster-count": 4,
  587. "min-height": 5,
  588. "max-height": 30,
  589. "retrogen": "true",
  590. "biome": "all",
  591. "dimension": {
  592. "restriction": "blacklist",
  593. "value": [
  594. -1,
  595. 1
  596. ]
  597. }
  598. },
  599.  
  600. "silver_diorite": {
  601. "enabled": "true",
  602. "distribution": "uniform",
  603. "generator": {
  604. "block": [
  605. {
  606. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_3",
  607. "weight": 72
  608. },
  609. {
  610. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_3",
  611. "weight": 8
  612. },
  613. {
  614. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_3",
  615. "weight": 18
  616. },
  617. {
  618. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_3",
  619. "weight": 2
  620. }
  621. ],
  622. "material": "minecraft:stone",
  623. "properties": {
  624. "variant": "diorite"
  625. },
  626. "cluster-size": 8
  627. },
  628. "cluster-count": 4,
  629. "min-height": 5,
  630. "max-height": 30,
  631. "retrogen": "true",
  632. "biome": "all",
  633. "dimension": {
  634. "restriction": "blacklist",
  635. "value": [
  636. -1,
  637. 1
  638. ]
  639. }
  640. },
  641.  
  642. "silver_granite": {
  643. "enabled": "true",
  644. "distribution": "uniform",
  645. "generator": {
  646. "block": [
  647. {
  648. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_1",
  649. "weight": 72
  650. },
  651. {
  652. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_1",
  653. "weight": 8
  654. },
  655. {
  656. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_1",
  657. "weight": 18
  658. },
  659. {
  660. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_1",
  661. "weight": 2
  662. }
  663. ],
  664. "material": "minecraft:stone",
  665. "properties": {
  666. "variant": "granite"
  667. },
  668. "cluster-size": 8
  669. },
  670. "cluster-count": 4,
  671. "min-height": 5,
  672. "max-height": 30,
  673. "retrogen": "true",
  674. "biome": "all",
  675. "dimension": {
  676. "restriction": "blacklist",
  677. "value": [
  678. -1,
  679. 1
  680. ]
  681. }
  682. },
  683.  
  684. "silver_jasper": {
  685. "enabled": "true",
  686. "distribution": "uniform",
  687. "generator": {
  688. "block": [
  689. {
  690. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_jasper",
  691. "weight": 72
  692. },
  693. {
  694. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_jasper",
  695. "weight": 8
  696. },
  697. {
  698. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_jasper",
  699. "weight": 18
  700. },
  701. {
  702. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_jasper",
  703. "weight": 2
  704. }
  705. ],
  706. "material": "quark:jasper",
  707. "cluster-size": 8
  708. },
  709. "cluster-count": 4,
  710. "min-height": 5,
  711. "max-height": 30,
  712. "retrogen": "true",
  713. "biome": "all",
  714. "dimension": {
  715. "restriction": "blacklist",
  716. "value": [
  717. -1,
  718. 1
  719. ]
  720. }
  721. },
  722.  
  723. "silver_limestone": {
  724. "enabled": "true",
  725. "distribution": "uniform",
  726. "generator": {
  727. "block": [
  728. {
  729. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_limestone",
  730. "weight": 72
  731. },
  732. {
  733. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_limestone",
  734. "weight": 8
  735. },
  736. {
  737. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_limestone",
  738. "weight": 18
  739. },
  740. {
  741. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_limestone",
  742. "weight": 2
  743. }
  744. ],
  745. "material": "quark:limestone",
  746. "cluster-size": 8
  747. },
  748. "cluster-count": 4,
  749. "min-height": 5,
  750. "max-height": 30,
  751. "retrogen": "true",
  752. "biome": "all",
  753. "dimension": {
  754. "restriction": "blacklist",
  755. "value": [
  756. -1,
  757. 1
  758. ]
  759. }
  760. },
  761.  
  762. "silver_marble": {
  763. "enabled": "true",
  764. "distribution": "uniform",
  765. "generator": {
  766. "block": [
  767. {
  768. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_marble",
  769. "weight": 72
  770. },
  771. {
  772. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_marble",
  773. "weight": 8
  774. },
  775. {
  776. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_marble",
  777. "weight": 18
  778. },
  779. {
  780. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_marble",
  781. "weight": 2
  782. }
  783. ],
  784. "material": "quark:marble",
  785. "cluster-size": 8
  786. },
  787. "cluster-count": 4,
  788. "min-height": 5,
  789. "max-height": 30,
  790. "retrogen": "true",
  791. "biome": "all",
  792. "dimension": {
  793. "restriction": "blacklist",
  794. "value": [
  795. -1,
  796. 1
  797. ]
  798. }
  799. },
  800.  
  801. "silver_slate": {
  802. "enabled": "true",
  803. "distribution": "uniform",
  804. "generator": {
  805. "block": [
  806. {
  807. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_slate",
  808. "weight": 72
  809. },
  810. {
  811. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_slate",
  812. "weight": 8
  813. },
  814. {
  815. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_slate",
  816. "weight": 18
  817. },
  818. {
  819. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_slate",
  820. "weight": 2
  821. }
  822. ],
  823. "material": "quark:slate",
  824. "cluster-size": 8
  825. },
  826. "cluster-count": 4,
  827. "min-height": 5,
  828. "max-height": 30,
  829. "retrogen": "true",
  830. "biome": "all",
  831. "dimension": {
  832. "restriction": "blacklist",
  833. "value": [
  834. -1,
  835. 1
  836. ]
  837. }
  838. },
  839.  
  840. "lead_stone": {
  841. "enabled": "true",
  842. "distribution": "uniform",
  843. "generator": {
  844. "block": [
  845. {
  846. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone",
  847. "weight": 81
  848. },
  849. {
  850. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone",
  851. "weight": 9
  852. },
  853. {
  854. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone",
  855. "weight": 9
  856. },
  857. {
  858. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone",
  859. "weight": 1
  860. }
  861. ],
  862. "material": "minecraft:stone",
  863. "cluster-size": 8
  864. },
  865. "cluster-count": 4,
  866. "min-height": 10,
  867. "max-height": 35,
  868. "retrogen": "true",
  869. "biome": "all",
  870. "dimension": {
  871. "restriction": "blacklist",
  872. "value": [
  873. -1,
  874. 1
  875. ]
  876. }
  877. },
  878.  
  879. "lead_andesite": {
  880. "enabled": "true",
  881. "distribution": "uniform",
  882. "generator": {
  883. "block": [
  884. {
  885. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_5",
  886. "weight": 81
  887. },
  888. {
  889. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_5",
  890. "weight": 9
  891. },
  892. {
  893. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_5",
  894. "weight": 9
  895. },
  896. {
  897. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_5",
  898. "weight": 1
  899. }
  900. ],
  901. "material": "minecraft:stone",
  902. "properties": {
  903. "variant": "andesite"
  904. },
  905. "cluster-size": 8
  906. },
  907. "cluster-count": 4,
  908. "min-height": 10,
  909. "max-height": 35,
  910. "retrogen": "true",
  911. "biome": "all",
  912. "dimension": {
  913. "restriction": "blacklist",
  914. "value": [
  915. -1,
  916. 1
  917. ]
  918. }
  919. },
  920.  
  921. "lead_diorite": {
  922. "enabled": "true",
  923. "distribution": "uniform",
  924. "generator": {
  925. "block": [
  926. {
  927. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_3",
  928. "weight": 81
  929. },
  930. {
  931. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_3",
  932. "weight": 9
  933. },
  934. {
  935. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_3",
  936. "weight": 9
  937. },
  938. {
  939. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_3",
  940. "weight": 1
  941. }
  942. ],
  943. "material": "minecraft:stone",
  944. "properties": {
  945. "variant": "diorite"
  946. },
  947. "cluster-size": 8
  948. },
  949. "cluster-count": 4,
  950. "min-height": 10,
  951. "max-height": 35,
  952. "retrogen": "true",
  953. "biome": "all",
  954. "dimension": {
  955. "restriction": "blacklist",
  956. "value": [
  957. -1,
  958. 1
  959. ]
  960. }
  961. },
  962.  
  963. "lead_granite": {
  964. "enabled": "true",
  965. "distribution": "uniform",
  966. "generator": {
  967. "block": [
  968. {
  969. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_1",
  970. "weight": 81
  971. },
  972. {
  973. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_1",
  974. "weight": 9
  975. },
  976. {
  977. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_1",
  978. "weight": 9
  979. },
  980. {
  981. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_1",
  982. "weight": 1
  983. }
  984. ],
  985. "material": "minecraft:stone",
  986. "properties": {
  987. "variant": "granite"
  988. },
  989. "cluster-size": 8
  990. },
  991. "cluster-count": 4,
  992. "min-height": 10,
  993. "max-height": 35,
  994. "retrogen": "true",
  995. "biome": "all",
  996. "dimension": {
  997. "restriction": "blacklist",
  998. "value": [
  999. -1,
  1000. 1
  1001. ]
  1002. }
  1003. },
  1004.  
  1005. "lead_jasper": {
  1006. "enabled": "true",
  1007. "distribution": "uniform",
  1008. "generator": {
  1009. "block": [
  1010. {
  1011. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_jasper",
  1012. "weight": 81
  1013. },
  1014. {
  1015. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_jasper",
  1016. "weight": 9
  1017. },
  1018. {
  1019. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_jasper",
  1020. "weight": 9
  1021. },
  1022. {
  1023. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_jasper",
  1024. "weight": 1
  1025. }
  1026. ],
  1027. "material": "quark:jasper",
  1028. "cluster-size": 8
  1029. },
  1030. "cluster-count": 4,
  1031. "min-height": 5,
  1032. "max-height": 30,
  1033. "retrogen": "true",
  1034. "biome": "all",
  1035. "dimension": {
  1036. "restriction": "blacklist",
  1037. "value": [
  1038. -1,
  1039. 1
  1040. ]
  1041. }
  1042. },
  1043.  
  1044. "lead_limestone": {
  1045. "enabled": "true",
  1046. "distribution": "uniform",
  1047. "generator": {
  1048. "block": [
  1049. {
  1050. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_limestone",
  1051. "weight": 81
  1052. },
  1053. {
  1054. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_limestone",
  1055. "weight": 9
  1056. },
  1057. {
  1058. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_limestone",
  1059. "weight": 9
  1060. },
  1061. {
  1062. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_limestone",
  1063. "weight": 1
  1064. }
  1065. ],
  1066. "material": "quark:limestone",
  1067. "cluster-size": 8
  1068. },
  1069. "cluster-count": 4,
  1070. "min-height": 5,
  1071. "max-height": 30,
  1072. "retrogen": "true",
  1073. "biome": "all",
  1074. "dimension": {
  1075. "restriction": "blacklist",
  1076. "value": [
  1077. -1,
  1078. 1
  1079. ]
  1080. }
  1081. },
  1082.  
  1083. "lead_marble": {
  1084. "enabled": "true",
  1085. "distribution": "uniform",
  1086. "generator": {
  1087. "block": [
  1088. {
  1089. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_marble",
  1090. "weight": 81
  1091. },
  1092. {
  1093. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_marble",
  1094. "weight": 9
  1095. },
  1096. {
  1097. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_marble",
  1098. "weight": 9
  1099. },
  1100. {
  1101. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_marble",
  1102. "weight": 1
  1103. }
  1104. ],
  1105. "material": "quark:marble",
  1106. "cluster-size": 8
  1107. },
  1108. "cluster-count": 4,
  1109. "min-height": 5,
  1110. "max-height": 30,
  1111. "retrogen": "true",
  1112. "biome": "all",
  1113. "dimension": {
  1114. "restriction": "blacklist",
  1115. "value": [
  1116. -1,
  1117. 1
  1118. ]
  1119. }
  1120. },
  1121.  
  1122. "lead_slate": {
  1123. "enabled": "true",
  1124. "distribution": "uniform",
  1125. "generator": {
  1126. "block": [
  1127. {
  1128. "name": "ore_stone_variants:thermalfoundation_lead_ore_stone_quark_slate",
  1129. "weight": 81
  1130. },
  1131. {
  1132. "name": "ore_stone_variants:dense_thermalfoundation_lead_ore_stone_quark_slate",
  1133. "weight": 9
  1134. },
  1135. {
  1136. "name": "ore_stone_variants:thermalfoundation_silver_ore_stone_quark_slate",
  1137. "weight": 9
  1138. },
  1139. {
  1140. "name": "ore_stone_variants:dense_thermalfoundation_silver_ore_stone_quark_slate",
  1141. "weight": 1
  1142. }
  1143. ],
  1144. "material": "quark:slate",
  1145. "cluster-size": 8
  1146. },
  1147. "cluster-count": 4,
  1148. "min-height": 5,
  1149. "max-height": 30,
  1150. "retrogen": "true",
  1151. "biome": "all",
  1152. "dimension": {
  1153. "restriction": "blacklist",
  1154. "value": [
  1155. -1,
  1156. 1
  1157. ]
  1158. }
  1159. },
  1160.  
  1161. "nickel_stone": {
  1162. "enabled": "true",
  1163. "distribution": "uniform",
  1164. "generator": {
  1165. "block": [
  1166. {
  1167. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone",
  1168. "weight": 90
  1169. },
  1170. {
  1171. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone",
  1172. "weight": 10
  1173. }
  1174. ],
  1175. "material": "minecraft:stone",
  1176. "cluster-size": 4
  1177. },
  1178. "cluster-count": 2,
  1179. "min-height": 5,
  1180. "max-height": 20,
  1181. "retrogen": "true",
  1182. "biome": "all",
  1183. "dimension": {
  1184. "restriction": "blacklist",
  1185. "value": [
  1186. -1,
  1187. 1
  1188. ]
  1189. }
  1190. },
  1191.  
  1192. "nickel_andesite": {
  1193. "enabled": "true",
  1194. "distribution": "uniform",
  1195. "generator": {
  1196. "block": [
  1197. {
  1198. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_5",
  1199. "weight": 90
  1200. },
  1201. {
  1202. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_5",
  1203. "weight": 10
  1204. }
  1205. ],
  1206. "material": "minecraft:stone",
  1207. "properties": {
  1208. "variant": "andesite"
  1209. },
  1210. "cluster-size": 4
  1211. },
  1212. "cluster-count": 2,
  1213. "min-height": 5,
  1214. "max-height": 20,
  1215. "retrogen": "true",
  1216. "biome": "all",
  1217. "dimension": {
  1218. "restriction": "blacklist",
  1219. "value": [
  1220. -1,
  1221. 1
  1222. ]
  1223. }
  1224. },
  1225.  
  1226. "nickel_diorite": {
  1227. "enabled": "true",
  1228. "distribution": "uniform",
  1229. "generator": {
  1230. "block": [
  1231. {
  1232. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_3",
  1233. "weight": 90
  1234. },
  1235. {
  1236. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_3",
  1237. "weight": 10
  1238. }
  1239. ],
  1240. "material": "minecraft:stone",
  1241. "properties": {
  1242. "variant": "diorite"
  1243. },
  1244. "cluster-size": 4
  1245. },
  1246. "cluster-count": 2,
  1247. "min-height": 5,
  1248. "max-height": 20,
  1249. "retrogen": "true",
  1250. "biome": "all",
  1251. "dimension": {
  1252. "restriction": "blacklist",
  1253. "value": [
  1254. -1,
  1255. 1
  1256. ]
  1257. }
  1258. },
  1259.  
  1260. "nickel_granite": {
  1261. "enabled": "true",
  1262. "distribution": "uniform",
  1263. "generator": {
  1264. "block": [
  1265. {
  1266. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_1",
  1267. "weight": 90
  1268. },
  1269. {
  1270. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_1",
  1271. "weight": 10
  1272. }
  1273. ],
  1274. "material": "minecraft:stone",
  1275. "properties": {
  1276. "variant": "granite"
  1277. },
  1278. "cluster-size": 4
  1279. },
  1280. "cluster-count": 2,
  1281. "min-height": 5,
  1282. "max-height": 20,
  1283. "retrogen": "true",
  1284. "biome": "all",
  1285. "dimension": {
  1286. "restriction": "blacklist",
  1287. "value": [
  1288. -1,
  1289. 1
  1290. ]
  1291. }
  1292. },
  1293.  
  1294. "nickel_jasper": {
  1295. "enabled": "true",
  1296. "distribution": "uniform",
  1297. "generator": {
  1298. "block": [
  1299. {
  1300. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_jasper",
  1301. "weight": 90
  1302. },
  1303. {
  1304. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_jasper",
  1305. "weight": 10
  1306. }
  1307. ],
  1308. "material": "quark:jasper",
  1309. "cluster-size": 4
  1310. },
  1311. "cluster-count": 2,
  1312. "min-height": 5,
  1313. "max-height": 20,
  1314. "retrogen": "true",
  1315. "biome": "all",
  1316. "dimension": {
  1317. "restriction": "blacklist",
  1318. "value": [
  1319. -1,
  1320. 1
  1321. ]
  1322. }
  1323. },
  1324.  
  1325. "nickel_limestone": {
  1326. "enabled": "true",
  1327. "distribution": "uniform",
  1328. "generator": {
  1329. "block": [
  1330. {
  1331. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_limestone",
  1332. "weight": 90
  1333. },
  1334. {
  1335. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_limestone",
  1336. "weight": 10
  1337. }
  1338. ],
  1339. "material": "quark:limestone",
  1340. "cluster-size": 4
  1341. },
  1342. "cluster-count": 2,
  1343. "min-height": 5,
  1344. "max-height": 20,
  1345. "retrogen": "true",
  1346. "biome": "all",
  1347. "dimension": {
  1348. "restriction": "blacklist",
  1349. "value": [
  1350. -1,
  1351. 1
  1352. ]
  1353. }
  1354. },
  1355.  
  1356. "nickel_marble": {
  1357. "enabled": "true",
  1358. "distribution": "uniform",
  1359. "generator": {
  1360. "block": [
  1361. {
  1362. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_marble",
  1363. "weight": 90
  1364. },
  1365. {
  1366. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_marble",
  1367. "weight": 10
  1368. }
  1369. ],
  1370. "material": "quark:marble",
  1371. "cluster-size": 4
  1372. },
  1373. "cluster-count": 2,
  1374. "min-height": 5,
  1375. "max-height": 20,
  1376. "retrogen": "true",
  1377. "biome": "all",
  1378. "dimension": {
  1379. "restriction": "blacklist",
  1380. "value": [
  1381. -1,
  1382. 1
  1383. ]
  1384. }
  1385. },
  1386.  
  1387. "nickel_slate": {
  1388. "enabled": "true",
  1389. "distribution": "uniform",
  1390. "generator": {
  1391. "block": [
  1392. {
  1393. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_slate",
  1394. "weight": 90
  1395. },
  1396. {
  1397. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_slate",
  1398. "weight": 10
  1399. }
  1400. ],
  1401. "material": "quark:slate",
  1402. "cluster-size": 4
  1403. },
  1404. "cluster-count": 2,
  1405. "min-height": 5,
  1406. "max-height": 20,
  1407. "retrogen": "true",
  1408. "biome": "all",
  1409. "dimension": {
  1410. "restriction": "blacklist",
  1411. "value": [
  1412. -1,
  1413. 1
  1414. ]
  1415. }
  1416. },
  1417.  
  1418. "platinum_stone": {
  1419. "enabled": "true",
  1420. "distribution": "uniform",
  1421. "generator": {
  1422. "block": [
  1423. {
  1424. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone",
  1425. "weight": 54
  1426. },
  1427. {
  1428. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone",
  1429. "weight": 6
  1430. },
  1431. {
  1432. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone",
  1433. "weight": 46
  1434. },
  1435. {
  1436. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone",
  1437. "weight": 4
  1438. }
  1439. ],
  1440. "material": "minecraft:stone",
  1441. "cluster-size": 4
  1442. },
  1443. "cluster-count": 1,
  1444. "min-height": 5,
  1445. "max-height": 25,
  1446. "retrogen": "true",
  1447. "biome": "all",
  1448. "dimension": {
  1449. "restriction": "blacklist",
  1450. "value": [
  1451. -1,
  1452. 1
  1453. ]
  1454. }
  1455. },
  1456.  
  1457. "platinum_andesite": {
  1458. "enabled": "true",
  1459. "distribution": "uniform",
  1460. "generator": {
  1461. "block": [
  1462. {
  1463. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_5",
  1464. "weight": 54
  1465. },
  1466. {
  1467. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_5",
  1468. "weight": 6
  1469. },
  1470. {
  1471. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_5",
  1472. "weight": 46
  1473. },
  1474. {
  1475. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_5",
  1476. "weight": 4
  1477. }
  1478. ],
  1479. "material": "minecraft:stone",
  1480. "properties": {
  1481. "variant": "andesite"
  1482. },
  1483. "cluster-size": 4
  1484. },
  1485. "cluster-count": 1,
  1486. "min-height": 5,
  1487. "max-height": 25,
  1488. "retrogen": "true",
  1489. "biome": "all",
  1490. "dimension": {
  1491. "restriction": "blacklist",
  1492. "value": [
  1493. -1,
  1494. 1
  1495. ]
  1496. }
  1497. },
  1498.  
  1499. "platinum_diorite": {
  1500. "enabled": "true",
  1501. "distribution": "uniform",
  1502. "generator": {
  1503. "block": [
  1504. {
  1505. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_3",
  1506. "weight": 54
  1507. },
  1508. {
  1509. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_3",
  1510. "weight": 6
  1511. },
  1512. {
  1513. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_3",
  1514. "weight": 46
  1515. },
  1516. {
  1517. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_3",
  1518. "weight": 4
  1519. }
  1520. ],
  1521. "material": "minecraft:stone",
  1522. "properties": {
  1523. "variant": "diorite"
  1524. },
  1525. "cluster-size": 4
  1526. },
  1527. "cluster-count": 1,
  1528. "min-height": 5,
  1529. "max-height": 25,
  1530. "retrogen": "true",
  1531. "biome": "all",
  1532. "dimension": {
  1533. "restriction": "blacklist",
  1534. "value": [
  1535. -1,
  1536. 1
  1537. ]
  1538. }
  1539. },
  1540.  
  1541. "platinum_granite": {
  1542. "enabled": "true",
  1543. "distribution": "uniform",
  1544. "generator": {
  1545. "block": [
  1546. {
  1547. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_1",
  1548. "weight": 54
  1549. },
  1550. {
  1551. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_1",
  1552. "weight": 6
  1553. },
  1554. {
  1555. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_1",
  1556. "weight": 46
  1557. },
  1558. {
  1559. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_1",
  1560. "weight": 4
  1561. }
  1562. ],
  1563. "material": "minecraft:stone",
  1564. "properties": {
  1565. "variant": "granite"
  1566. },
  1567. "cluster-size": 4
  1568. },
  1569. "cluster-count": 1,
  1570. "min-height": 5,
  1571. "max-height": 25,
  1572. "retrogen": "true",
  1573. "biome": "all",
  1574. "dimension": {
  1575. "restriction": "blacklist",
  1576. "value": [
  1577. -1,
  1578. 1
  1579. ]
  1580. }
  1581. },
  1582.  
  1583. "platinum_jasper": {
  1584. "enabled": "true",
  1585. "distribution": "uniform",
  1586. "generator": {
  1587. "block": [
  1588. {
  1589. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_jasper",
  1590. "weight": 54
  1591. },
  1592. {
  1593. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_jasper",
  1594. "weight": 6
  1595. },
  1596. {
  1597. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_jasper",
  1598. "weight": 46
  1599. },
  1600. {
  1601. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_jasper",
  1602. "weight": 4
  1603. }
  1604. ],
  1605. "material": "quark:jasper",
  1606. "cluster-size": 4
  1607. },
  1608. "cluster-count": 1,
  1609. "min-height": 5,
  1610. "max-height": 25,
  1611. "retrogen": "true",
  1612. "biome": "all",
  1613. "dimension": {
  1614. "restriction": "blacklist",
  1615. "value": [
  1616. -1,
  1617. 1
  1618. ]
  1619. }
  1620. },
  1621.  
  1622. "platinum_limestone": {
  1623. "enabled": "true",
  1624. "distribution": "uniform",
  1625. "generator": {
  1626. "block": [
  1627. {
  1628. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_limestone",
  1629. "weight": 54
  1630. },
  1631. {
  1632. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_limestone",
  1633. "weight": 6
  1634. },
  1635. {
  1636. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_limestone",
  1637. "weight": 46
  1638. },
  1639. {
  1640. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_limestone",
  1641. "weight": 4
  1642. }
  1643. ],
  1644. "material": "quark:limestone",
  1645. "cluster-size": 4
  1646. },
  1647. "cluster-count": 1,
  1648. "min-height": 5,
  1649. "max-height": 25,
  1650. "retrogen": "true",
  1651. "biome": "all",
  1652. "dimension": {
  1653. "restriction": "blacklist",
  1654. "value": [
  1655. -1,
  1656. 1
  1657. ]
  1658. }
  1659. },
  1660.  
  1661. "platinum_marble": {
  1662. "enabled": "true",
  1663. "distribution": "uniform",
  1664. "generator": {
  1665. "block": [
  1666. {
  1667. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_marble",
  1668. "weight": 54
  1669. },
  1670. {
  1671. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_marble",
  1672. "weight": 6
  1673. },
  1674. {
  1675. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_marble",
  1676. "weight": 46
  1677. },
  1678. {
  1679. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_marble",
  1680. "weight": 4
  1681. }
  1682. ],
  1683. "material": "quark:marble",
  1684. "cluster-size": 4
  1685. },
  1686. "cluster-count": 1,
  1687. "min-height": 5,
  1688. "max-height": 25,
  1689. "retrogen": "true",
  1690. "biome": "all",
  1691. "dimension": {
  1692. "restriction": "blacklist",
  1693. "value": [
  1694. -1,
  1695. 1
  1696. ]
  1697. }
  1698. },
  1699.  
  1700. "platinum_slate": {
  1701. "enabled": "true",
  1702. "distribution": "uniform",
  1703. "generator": {
  1704. "block": [
  1705. {
  1706. "name": "ore_stone_variants:thermalfoundation_nickel_ore_stone_quark_slate",
  1707. "weight": 54
  1708. },
  1709. {
  1710. "name": "ore_stone_variants:dense_thermalfoundation_nickel_ore_stone_quark_slate",
  1711. "weight": 6
  1712. },
  1713. {
  1714. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_slate",
  1715. "weight": 46
  1716. },
  1717. {
  1718. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_slate",
  1719. "weight": 4
  1720. }
  1721. ],
  1722. "material": "quark:slate",
  1723. "cluster-size": 4
  1724. },
  1725. "cluster-count": 1,
  1726. "min-height": 5,
  1727. "max-height": 25,
  1728. "retrogen": "true",
  1729. "biome": "all",
  1730. "dimension": {
  1731. "restriction": "blacklist",
  1732. "value": [
  1733. -1,
  1734. 1
  1735. ]
  1736. }
  1737. },
  1738.  
  1739. "aluminum_stone": {
  1740. "enabled": "true",
  1741. "distribution": "uniform",
  1742. "generator": {
  1743. "block": [
  1744. {
  1745. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone",
  1746. "weight": 90
  1747. },
  1748. {
  1749. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone",
  1750. "weight": 10
  1751. }
  1752. ],
  1753. "material": "minecraft:stone",
  1754. "cluster-size": 8
  1755. },
  1756. "cluster-count": 8,
  1757. "min-height": 40,
  1758. "max-height": 75,
  1759. "retrogen": "true",
  1760. "biome": "all",
  1761. "dimension": {
  1762. "restriction": "blacklist",
  1763. "value": [
  1764. -1,
  1765. 1
  1766. ]
  1767. }
  1768. },
  1769.  
  1770. "aluminum_andesite": {
  1771. "enabled": "true",
  1772. "distribution": "uniform",
  1773. "generator": {
  1774. "block": [
  1775. {
  1776. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_5",
  1777. "weight": 90
  1778. },
  1779. {
  1780. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_5",
  1781. "weight": 10
  1782. }
  1783. ],
  1784. "material": "minecraft:stone",
  1785. "properties": {
  1786. "variant": "andesite"
  1787. },
  1788. "cluster-size": 8
  1789. },
  1790. "cluster-count": 8,
  1791. "min-height": 40,
  1792. "max-height": 75,
  1793. "retrogen": "true",
  1794. "biome": "all",
  1795. "dimension": {
  1796. "restriction": "blacklist",
  1797. "value": [
  1798. -1,
  1799. 1
  1800. ]
  1801. }
  1802. },
  1803.  
  1804. "aluminum_diorite": {
  1805. "enabled": "true",
  1806. "distribution": "uniform",
  1807. "generator": {
  1808. "block": [
  1809. {
  1810. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_3",
  1811. "weight": 90
  1812. },
  1813. {
  1814. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_3",
  1815. "weight": 10
  1816. }
  1817. ],
  1818. "material": "minecraft:stone",
  1819. "properties": {
  1820. "variant": "diorite"
  1821. },
  1822. "cluster-size": 8
  1823. },
  1824. "cluster-count": 8,
  1825. "min-height": 40,
  1826. "max-height": 75,
  1827. "retrogen": "true",
  1828. "biome": "all",
  1829. "dimension": {
  1830. "restriction": "blacklist",
  1831. "value": [
  1832. -1,
  1833. 1
  1834. ]
  1835. }
  1836. },
  1837.  
  1838. "aluminum_granite": {
  1839. "enabled": "true",
  1840. "distribution": "uniform",
  1841. "generator": {
  1842. "block": [
  1843. {
  1844. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_3",
  1845. "weight": 90
  1846. },
  1847. {
  1848. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_3",
  1849. "weight": 10
  1850. }
  1851. ],
  1852. "material": "minecraft:stone",
  1853. "properties": {
  1854. "variant": "granite"
  1855. },
  1856. "cluster-size": 8
  1857. },
  1858. "cluster-count": 8,
  1859. "min-height": 40,
  1860. "max-height": 75,
  1861. "retrogen": "true",
  1862. "biome": "all",
  1863. "dimension": {
  1864. "restriction": "blacklist",
  1865. "value": [
  1866. -1,
  1867. 1
  1868. ]
  1869. }
  1870. },
  1871.  
  1872. "aluminum_jasper": {
  1873. "enabled": "true",
  1874. "distribution": "uniform",
  1875. "generator": {
  1876. "block": [
  1877. {
  1878. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_quark_jasper",
  1879. "weight": 90
  1880. },
  1881. {
  1882. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_quark_jasper",
  1883. "weight": 10
  1884. }
  1885. ],
  1886. "material": "quark:jasper",
  1887. "cluster-size": 8
  1888. },
  1889. "cluster-count": 8,
  1890. "min-height": 40,
  1891. "max-height": 75,
  1892. "retrogen": "true",
  1893. "biome": "all",
  1894. "dimension": {
  1895. "restriction": "blacklist",
  1896. "value": [
  1897. -1,
  1898. 1
  1899. ]
  1900. }
  1901. },
  1902.  
  1903. "aluminum_limestone": {
  1904. "enabled": "true",
  1905. "distribution": "uniform",
  1906. "generator": {
  1907. "block": [
  1908. {
  1909. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_quark_limestone",
  1910. "weight": 90
  1911. },
  1912. {
  1913. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_quark_limestone",
  1914. "weight": 10
  1915. }
  1916. ],
  1917. "material": "quark:limestone",
  1918. "cluster-size": 8
  1919. },
  1920. "cluster-count": 8,
  1921. "min-height": 40,
  1922. "max-height": 75,
  1923. "retrogen": "true",
  1924. "biome": "all",
  1925. "dimension": {
  1926. "restriction": "blacklist",
  1927. "value": [
  1928. -1,
  1929. 1
  1930. ]
  1931. }
  1932. },
  1933.  
  1934. "aluminum_marble": {
  1935. "enabled": "true",
  1936. "distribution": "uniform",
  1937. "generator": {
  1938. "block": [
  1939. {
  1940. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_quark_marble",
  1941. "weight": 90
  1942. },
  1943. {
  1944. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_quark_marble",
  1945. "weight": 10
  1946. }
  1947. ],
  1948. "material": "quark:marble",
  1949. "cluster-size": 8
  1950. },
  1951. "cluster-count": 8,
  1952. "min-height": 40,
  1953. "max-height": 75,
  1954. "retrogen": "true",
  1955. "biome": "all",
  1956. "dimension": {
  1957. "restriction": "blacklist",
  1958. "value": [
  1959. -1,
  1960. 1
  1961. ]
  1962. }
  1963. },
  1964.  
  1965. "aluminum_slate": {
  1966. "enabled": "true",
  1967. "distribution": "uniform",
  1968. "generator": {
  1969. "block": [
  1970. {
  1971. "name": "ore_stone_variants:thermalfoundation_aluminum_ore_stone_quark_slate",
  1972. "weight": 90
  1973. },
  1974. {
  1975. "name": "ore_stone_variants:dense_thermalfoundation_aluminum_ore_stone_quark_slate",
  1976. "weight": 10
  1977. }
  1978. ],
  1979. "material": "quark:slate",
  1980. "cluster-size": 8
  1981. },
  1982. "cluster-count": 8,
  1983. "min-height": 40,
  1984. "max-height": 75,
  1985. "retrogen": "true",
  1986. "biome": "all",
  1987. "dimension": {
  1988. "restriction": "blacklist",
  1989. "value": [
  1990. -1,
  1991. 1
  1992. ]
  1993. }
  1994. },
  1995.  
  1996. "iridium_stone": {
  1997. "enabled": "true",
  1998. "distribution": "uniform",
  1999. "generator": {
  2000. "block": [
  2001. {
  2002. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone",
  2003. "weight": 54
  2004. },
  2005. {
  2006. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone",
  2007. "weight": 6
  2008. },
  2009. {
  2010. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone",
  2011. "weight": 46
  2012. },
  2013. {
  2014. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone",
  2015. "weight": 4
  2016. }
  2017. ],
  2018. "material": "minecraft:stone",
  2019. "cluster-size": 4
  2020. },
  2021. "cluster-count": 1,
  2022. "min-height": 5,
  2023. "max-height": 25,
  2024. "retrogen": "true",
  2025. "biome": "all",
  2026. "dimension": {
  2027. "restriction": "blacklist",
  2028. "value": [
  2029. -1,
  2030. 1
  2031. ]
  2032. }
  2033. },
  2034.  
  2035. "iridium_andesite": {
  2036. "enabled": "true",
  2037. "distribution": "uniform",
  2038. "generator": {
  2039. "block": [
  2040. {
  2041. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_5",
  2042. "weight": 54
  2043. },
  2044. {
  2045. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_5",
  2046. "weight": 6
  2047. },
  2048. {
  2049. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_5",
  2050. "weight": 46
  2051. },
  2052. {
  2053. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_5",
  2054. "weight": 4
  2055. }
  2056. ],
  2057. "material": "minecraft:stone",
  2058. "properties": {
  2059. "variant": "andesite"
  2060. },
  2061. "cluster-size": 4
  2062. },
  2063. "cluster-count": 1,
  2064. "min-height": 5,
  2065. "max-height": 25,
  2066. "retrogen": "true",
  2067. "biome": "all",
  2068. "dimension": {
  2069. "restriction": "blacklist",
  2070. "value": [
  2071. -1,
  2072. 1
  2073. ]
  2074. }
  2075. },
  2076.  
  2077. "iridium_diorite": {
  2078. "enabled": "true",
  2079. "distribution": "uniform",
  2080. "generator": {
  2081. "block": [
  2082. {
  2083. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_3",
  2084. "weight": 54
  2085. },
  2086. {
  2087. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_3",
  2088. "weight": 6
  2089. },
  2090. {
  2091. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_3",
  2092. "weight": 46
  2093. },
  2094. {
  2095. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_3",
  2096. "weight": 4
  2097. }
  2098. ],
  2099. "material": "minecraft:stone",
  2100. "properties": {
  2101. "variant": "diorite"
  2102. },
  2103. "cluster-size": 4
  2104. },
  2105. "cluster-count": 1,
  2106. "min-height": 5,
  2107. "max-height": 25,
  2108. "retrogen": "true",
  2109. "biome": "all",
  2110. "dimension": {
  2111. "restriction": "blacklist",
  2112. "value": [
  2113. -1,
  2114. 1
  2115. ]
  2116. }
  2117. },
  2118.  
  2119. "iridium_granite": {
  2120. "enabled": "true",
  2121. "distribution": "uniform",
  2122. "generator": {
  2123. "block": [
  2124. {
  2125. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_1",
  2126. "weight": 54
  2127. },
  2128. {
  2129. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_1",
  2130. "weight": 6
  2131. },
  2132. {
  2133. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_1",
  2134. "weight": 46
  2135. },
  2136. {
  2137. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_1",
  2138. "weight": 4
  2139. }
  2140. ],
  2141. "material": "minecraft:stone",
  2142. "properties": {
  2143. "variant": "granite"
  2144. },
  2145. "cluster-size": 4
  2146. },
  2147. "cluster-count": 1,
  2148. "min-height": 5,
  2149. "max-height": 25,
  2150. "retrogen": "true",
  2151. "biome": "all",
  2152. "dimension": {
  2153. "restriction": "blacklist",
  2154. "value": [
  2155. -1,
  2156. 1
  2157. ]
  2158. }
  2159. },
  2160.  
  2161. "iridium_jasper": {
  2162. "enabled": "true",
  2163. "distribution": "uniform",
  2164. "generator": {
  2165. "block": [
  2166. {
  2167. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_jasper",
  2168. "weight": 54
  2169. },
  2170. {
  2171. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_jasper",
  2172. "weight": 6
  2173. },
  2174. {
  2175. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_jasper",
  2176. "weight": 46
  2177. },
  2178. {
  2179. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_jasper",
  2180. "weight": 4
  2181. }
  2182. ],
  2183. "material": "quark:jasper",
  2184. "cluster-size": 4
  2185. },
  2186. "cluster-count": 1,
  2187. "min-height": 5,
  2188. "max-height": 25,
  2189. "retrogen": "true",
  2190. "biome": "all",
  2191. "dimension": {
  2192. "restriction": "blacklist",
  2193. "value": [
  2194. -1,
  2195. 1
  2196. ]
  2197. }
  2198. },
  2199.  
  2200. "iridium_limestone": {
  2201. "enabled": "true",
  2202. "distribution": "uniform",
  2203. "generator": {
  2204. "block": [
  2205. {
  2206. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_limestone",
  2207. "weight": 54
  2208. },
  2209. {
  2210. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_limestone",
  2211. "weight": 6
  2212. },
  2213. {
  2214. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_limestone",
  2215. "weight": 46
  2216. },
  2217. {
  2218. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_limestone",
  2219. "weight": 4
  2220. }
  2221. ],
  2222. "material": "quark:limestone",
  2223. "cluster-size": 4
  2224. },
  2225. "cluster-count": 1,
  2226. "min-height": 5,
  2227. "max-height": 25,
  2228. "retrogen": "true",
  2229. "biome": "all",
  2230. "dimension": {
  2231. "restriction": "blacklist",
  2232. "value": [
  2233. -1,
  2234. 1
  2235. ]
  2236. }
  2237. },
  2238.  
  2239. "iridium_marble": {
  2240. "enabled": "true",
  2241. "distribution": "uniform",
  2242. "generator": {
  2243. "block": [
  2244. {
  2245. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_marble",
  2246. "weight": 54
  2247. },
  2248. {
  2249. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_marble",
  2250. "weight": 6
  2251. },
  2252. {
  2253. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_marble",
  2254. "weight": 46
  2255. },
  2256. {
  2257. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_marble",
  2258. "weight": 4
  2259. }
  2260. ],
  2261. "material": "quark:marble",
  2262. "cluster-size": 4
  2263. },
  2264. "cluster-count": 1,
  2265. "min-height": 5,
  2266. "max-height": 25,
  2267. "retrogen": "true",
  2268. "biome": "all",
  2269. "dimension": {
  2270. "restriction": "blacklist",
  2271. "value": [
  2272. -1,
  2273. 1
  2274. ]
  2275. }
  2276. },
  2277.  
  2278. "iridium_slate": {
  2279. "enabled": "true",
  2280. "distribution": "uniform",
  2281. "generator": {
  2282. "block": [
  2283. {
  2284. "name": "ore_stone_variants:thermalfoundation_platinum_ore_stone_quark_slate",
  2285. "weight": 54
  2286. },
  2287. {
  2288. "name": "ore_stone_variants:dense_thermalfoundation_platinum_ore_stone_quark_slate",
  2289. "weight": 6
  2290. },
  2291. {
  2292. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_slate",
  2293. "weight": 46
  2294. },
  2295. {
  2296. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_slate",
  2297. "weight": 4
  2298. }
  2299. ],
  2300. "material": "quark:slate",
  2301. "cluster-size": 4
  2302. },
  2303. "cluster-count": 1,
  2304. "min-height": 5,
  2305. "max-height": 25,
  2306. "retrogen": "true",
  2307. "biome": "all",
  2308. "dimension": {
  2309. "restriction": "blacklist",
  2310. "value": [
  2311. -1,
  2312. 1
  2313. ]
  2314. }
  2315. },
  2316.  
  2317. "mithril_stone": {
  2318. "enabled": "true",
  2319. "distribution": "uniform",
  2320. "generator": {
  2321. "block": [
  2322. {
  2323. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone",
  2324. "weight": 54
  2325. },
  2326. {
  2327. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone",
  2328. "weight": 6
  2329. },
  2330. {
  2331. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone",
  2332. "weight": 46
  2333. },
  2334. {
  2335. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone",
  2336. "weight": 4
  2337. }
  2338. ],
  2339. "material": "minecraft:stone",
  2340. "cluster-size": 4
  2341. },
  2342. "cluster-count": 1,
  2343. "min-height": 5,
  2344. "max-height": 25,
  2345. "retrogen": "true",
  2346. "biome": "all",
  2347. "dimension": {
  2348. "restriction": "blacklist",
  2349. "value": [
  2350. -1,
  2351. 1
  2352. ]
  2353. }
  2354. },
  2355.  
  2356. "mithril_andesite": {
  2357. "enabled": "true",
  2358. "distribution": "uniform",
  2359. "generator": {
  2360. "block": [
  2361. {
  2362. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_5",
  2363. "weight": 54
  2364. },
  2365. {
  2366. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_5",
  2367. "weight": 6
  2368. },
  2369. {
  2370. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_5",
  2371. "weight": 46
  2372. },
  2373. {
  2374. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_5",
  2375. "weight": 4
  2376. }
  2377. ],
  2378. "material": "minecraft:stone",
  2379. "properties": {
  2380. "variant": "andesite"
  2381. },
  2382. "cluster-size": 4
  2383. },
  2384. "cluster-count": 1,
  2385. "min-height": 5,
  2386. "max-height": 25,
  2387. "retrogen": "true",
  2388. "biome": "all",
  2389. "dimension": {
  2390. "restriction": "blacklist",
  2391. "value": [
  2392. -1,
  2393. 1
  2394. ]
  2395. }
  2396. },
  2397.  
  2398. "mithril_diorite": {
  2399. "enabled": "true",
  2400. "distribution": "uniform",
  2401. "generator": {
  2402. "block": [
  2403. {
  2404. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_3",
  2405. "weight": 54
  2406. },
  2407. {
  2408. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_3",
  2409. "weight": 6
  2410. },
  2411. {
  2412. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_3",
  2413. "weight": 46
  2414. },
  2415. {
  2416. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_3",
  2417. "weight": 4
  2418. }
  2419. ],
  2420. "material": "minecraft:stone",
  2421. "properties": {
  2422. "variant": "diorite"
  2423. },
  2424. "cluster-size": 4
  2425. },
  2426. "cluster-count": 1,
  2427. "min-height": 5,
  2428. "max-height": 25,
  2429. "retrogen": "true",
  2430. "biome": "all",
  2431. "dimension": {
  2432. "restriction": "blacklist",
  2433. "value": [
  2434. -1,
  2435. 1
  2436. ]
  2437. }
  2438. },
  2439.  
  2440. "mithril_granite": {
  2441. "enabled": "true",
  2442. "distribution": "uniform",
  2443. "generator": {
  2444. "block": [
  2445. {
  2446. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_1",
  2447. "weight": 54
  2448. },
  2449. {
  2450. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_1",
  2451. "weight": 6
  2452. },
  2453. {
  2454. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_1",
  2455. "weight": 46
  2456. },
  2457. {
  2458. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_1",
  2459. "weight": 4
  2460. }
  2461. ],
  2462. "material": "minecraft:stone",
  2463. "properties": {
  2464. "variant": "granite"
  2465. },
  2466. "cluster-size": 4
  2467. },
  2468. "cluster-count": 1,
  2469. "min-height": 5,
  2470. "max-height": 25,
  2471. "retrogen": "true",
  2472. "biome": "all",
  2473. "dimension": {
  2474. "restriction": "blacklist",
  2475. "value": [
  2476. -1,
  2477. 1
  2478. ]
  2479. }
  2480. },
  2481.  
  2482. "mithril_jasper": {
  2483. "enabled": "true",
  2484. "distribution": "uniform",
  2485. "generator": {
  2486. "block": [
  2487. {
  2488. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_jasper",
  2489. "weight": 54
  2490. },
  2491. {
  2492. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_jasper",
  2493. "weight": 6
  2494. },
  2495. {
  2496. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_quark_jasper",
  2497. "weight": 46
  2498. },
  2499. {
  2500. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_quark_jasper",
  2501. "weight": 4
  2502. }
  2503. ],
  2504. "material": "quark:jasper",
  2505. "cluster-size": 4
  2506. },
  2507. "cluster-count": 1,
  2508. "min-height": 5,
  2509. "max-height": 25,
  2510. "retrogen": "true",
  2511. "biome": "all",
  2512. "dimension": {
  2513. "restriction": "blacklist",
  2514. "value": [
  2515. -1,
  2516. 1
  2517. ]
  2518. }
  2519. },
  2520.  
  2521. "mithril_limesone": {
  2522. "enabled": "true",
  2523. "distribution": "uniform",
  2524. "generator": {
  2525. "block": [
  2526. {
  2527. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_limesone",
  2528. "weight": 54
  2529. },
  2530. {
  2531. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_limesone",
  2532. "weight": 6
  2533. },
  2534. {
  2535. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_quark_limesone",
  2536. "weight": 46
  2537. },
  2538. {
  2539. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_quark_limesone",
  2540. "weight": 4
  2541. }
  2542. ],
  2543. "material": "quark:limesone",
  2544. "cluster-size": 4
  2545. },
  2546. "cluster-count": 1,
  2547. "min-height": 5,
  2548. "max-height": 25,
  2549. "retrogen": "true",
  2550. "biome": "all",
  2551. "dimension": {
  2552. "restriction": "blacklist",
  2553. "value": [
  2554. -1,
  2555. 1
  2556. ]
  2557. }
  2558. },
  2559.  
  2560. "mithril_marble": {
  2561. "enabled": "true",
  2562. "distribution": "uniform",
  2563. "generator": {
  2564. "block": [
  2565. {
  2566. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_marble",
  2567. "weight": 54
  2568. },
  2569. {
  2570. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_marble",
  2571. "weight": 6
  2572. },
  2573. {
  2574. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_quark_marble",
  2575. "weight": 46
  2576. },
  2577. {
  2578. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_quark_marble",
  2579. "weight": 4
  2580. }
  2581. ],
  2582. "material": "quark:marble",
  2583. "cluster-size": 4
  2584. },
  2585. "cluster-count": 1,
  2586. "min-height": 5,
  2587. "max-height": 25,
  2588. "retrogen": "true",
  2589. "biome": "all",
  2590. "dimension": {
  2591. "restriction": "blacklist",
  2592. "value": [
  2593. -1,
  2594. 1
  2595. ]
  2596. }
  2597. },
  2598.  
  2599. "mithril_slate": {
  2600. "enabled": "true",
  2601. "distribution": "uniform",
  2602. "generator": {
  2603. "block": [
  2604. {
  2605. "name": "ore_stone_variants:thermalfoundation_iridium_ore_stone_quark_slate",
  2606. "weight": 54
  2607. },
  2608. {
  2609. "name": "ore_stone_variants:dense_thermalfoundation_iridium_ore_stone_quark_slate",
  2610. "weight": 6
  2611. },
  2612. {
  2613. "name": "ore_stone_variants:thermalfoundation_mithril_ore_stone_quark_slate",
  2614. "weight": 46
  2615. },
  2616. {
  2617. "name": "ore_stone_variants:dense_thermalfoundation_mithril_ore_stone_quark_slate",
  2618. "weight": 4
  2619. }
  2620. ],
  2621. "material": "quark:slate",
  2622. "cluster-size": 4
  2623. },
  2624. "cluster-count": 1,
  2625. "min-height": 5,
  2626. "max-height": 25,
  2627. "retrogen": "true",
  2628. "biome": "all",
  2629. "dimension": {
  2630. "restriction": "blacklist",
  2631. "value": [
  2632. -1,
  2633. 1
  2634. ]
  2635. }
  2636. }
  2637. }
  2638. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement