Advertisement
Guest User

Untitled

a guest
Mar 12th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.58 KB | None | 0 0
  1. # Configuration file
  2.  
  3. "control setup" {
  4. D:"Global Frequency Multiplier"=1.0
  5. D:"Global Size Multiplier"=1.0
  6. }
  7. {
  8. type = "Iron"
  9. inherit = "base"
  10. name = "Iron Ore"
  11. blocks = {
  12. "Minecraft:Iron_Ore"
  13. }
  14. heightRule = {
  15. minHeight = 5
  16. maxHeight = 72
  17. variation = "linear"
  18. }
  19. veinFrequency = {
  20. veinsPerChunk = 4
  21. chunkGenChance = 0.06
  22. }
  23. veinSize = 36
  24. spawnBlock = {
  25. {
  26. block = "minecraft:stone"
  27. }
  28. {
  29. block = "chisel:rock"
  30. metadata = {
  31. 0
  32. 5
  33. 15
  34. }
  35. }
  36. }
  37.  
  38. }
  39. {
  40. type = "Gold"
  41. inherit = "base"
  42. name = "Gold Ore"
  43. blocks = {
  44. "Minecraft:Gold_Ore"
  45. }
  46. heightRule = {
  47. minHeight = 5
  48. maxHeight = 32
  49. variation = "linear"
  50. }
  51. veinFrequency = {
  52. veinsPerChunk = 4
  53. chunkGenChance = 0.01
  54. }
  55. veinSize = 28
  56. spawnBlock = {
  57. {
  58. block = "minecraft:stone"
  59. }
  60. {
  61. block = "chisel:rock"
  62. metadata = {
  63. 0
  64. 5
  65. 15
  66. }
  67. }
  68. }
  69.  
  70. }
  71. {
  72. type = "Coal"
  73. inherit = "base"
  74. name = "Coal Ore"
  75. blocks = {
  76. "Minecraft:Coal_ore"
  77. }
  78. heightRule = {
  79. minHeight = 5
  80. maxHeight = 192
  81. variation = "linear"
  82. }
  83. veinFrequency = {
  84. veinsPerChunk = 4
  85. chunkGenChance = 0.10
  86. }
  87. veinSize = 48
  88. spawnBlock = {
  89. {
  90. block = "minecraft:stone"
  91. }
  92. {
  93. block = "chisel:rock"
  94. metadata = {
  95. 0
  96. 5
  97. 15
  98. }
  99. }
  100. }
  101.  
  102. }
  103. {
  104. type = "Lapis"
  105. inherit = "base"
  106. name = "Lapis Lazuri Ore"
  107. blocks = {
  108. "Minecraft:Lapis_Lazuri_Ore"
  109. }
  110. heightRule = {
  111. minHeight = 5
  112. maxHeight = 32
  113. variation = "normal"
  114. }
  115. veinFrequency = {
  116. veinsPerChunk = 4
  117. chunkGenChance = 0.01
  118. }
  119. veinSize = 32
  120. spawnBlock = {
  121. {
  122. block = "minecraft:stone"
  123. }
  124. {
  125. block = "chisel:rock"
  126. metadata = {
  127. 0
  128. 5
  129. 15
  130. }
  131. }
  132. }
  133.  
  134. }
  135. {
  136. type = "Diamond"
  137. inherit = "base"
  138. name = "Diamond Ore"
  139. blocks = {
  140. "Minecraft:Diamond_ore"
  141. }
  142. heightRule = {
  143. minHeight = 5
  144. maxHeight = 16
  145. variation = "linear"
  146. }
  147. veinFrequency = {
  148. veinsPerChunk = 4
  149. chunkGenChance = 0.01
  150. }
  151. veinSize = 20
  152. spawnBlock = {
  153. {
  154. block = "minecraft:stone"
  155. }
  156. {
  157. block = "chisel:rock"
  158. metadata = {
  159. 0
  160. 5
  161. 15
  162. }
  163. }
  164. }
  165.  
  166. }
  167. {
  168. type = "Redstone"
  169. inherit = "base"
  170. name = "Redstone Ore"
  171. blocks = {
  172. "Minecraft:Redstone_ore"
  173. }
  174. heightRule = {
  175. minHeight = 5
  176. maxHeight = 16
  177. variation = "linear"
  178. }
  179. veinFrequency = {
  180. veinsPerChunk = 4
  181. chunkGenChance = 0.082
  182. }
  183. veinSize = 36
  184. spawnBlock = {
  185. {
  186. block = "minecraft:stone"
  187. }
  188. {
  189. block = "chisel:rock"
  190. metadata = {
  191. 0
  192. 5
  193. 15
  194. }
  195. }
  196. }
  197.  
  198. }
  199. {
  200. type = "Emerald"
  201. inherit = "base"
  202. name = "Emerald Ore"
  203. blocks = {
  204. "Minecraft:Emerald_ore"
  205. }
  206. heightRule = {
  207. minHeight = 5
  208. maxHeight = 48
  209. variation = "linear"
  210. }
  211. veinFrequency = {
  212. veinsPerChunk = 4
  213. chunkGenChance = 0.02
  214. }
  215. veinSize = 18
  216. spawnBlock = {
  217. {
  218. block = "minecraft:stone"
  219. }
  220. {
  221. block = "chisel:rock"
  222. metadata = {
  223. 0
  224. 5
  225. 15
  226. }
  227. }
  228. }
  229. biomeRules = {
  230.  
  231. {
  232. type = "dictionary-require"
  233. name = "mountain"
  234. }
  235.  
  236. }
  237. {
  238. type = "Nether Quartz"
  239. inherit = "base"
  240. name = "Nether Quartz Ore"
  241. blocks = {
  242. "Minecraft:Nether_Quartz_ore"
  243. }
  244. heightRule = {
  245. minHeight = 5
  246. maxHeight = 123
  247. variation = "linear"
  248. }
  249. veinFrequency = {
  250. veinsPerChunk = 4
  251. chunkGenChance = 0.125
  252. }
  253. veinSize = 40
  254. spawnBlock = {
  255. {
  256. block = "minecraft:netherrack"
  257. }
  258.  
  259. }
  260. biomeRules = {
  261. {
  262. type = "dictionary-require"
  263. name = "Nether"
  264. }
  265. }
  266. {
  267. type = "copper"
  268. inherit = "base"
  269. name = "Copper Ore"
  270. blocks = {
  271. "ImmersiveEngineering:ore:0"
  272. "ElectriCraft:ore:0"
  273. "TConstruct:ore:3"
  274. }
  275. heightRule = {
  276. minHeight = 5
  277. maxHeight = 96
  278. variation = "linear"
  279. }
  280. veinFrequency = {
  281. veinsPerChunk = 4
  282. chunkGenChance = 0.05
  283. }
  284. veinSize = 32
  285. spawnBlock = {
  286. {
  287. block = "minecraft:stone"
  288. }
  289. {
  290. block = "chisel:rock"
  291. metadata = {
  292. 0
  293. 5
  294. 15
  295. }
  296. }
  297. }
  298.  
  299. }
  300. {
  301. type = "Tin"
  302. inherit = "base"
  303. name = "Tin Ore"
  304. blocks = {
  305. "ElectriCraft:ore:1"
  306. "TConstruct:ore:4"
  307. }
  308. heightRule = {
  309. minHeight = 5
  310. maxHeight = 96
  311. variation = "linear"
  312. }
  313. veinFrequency = {
  314. veinsPerChunk = 4
  315. chunkGenChance = 0.05
  316. }
  317. veinSize = 32
  318. spawnBlock = {
  319. {
  320. block = "minecraft:stone"
  321. }
  322. {
  323. block = "chisel:rock"
  324. metadata = {
  325. 0
  326. 5
  327. 15
  328. }
  329. }
  330. }
  331.  
  332. }
  333. {
  334. type = "Aluminium"
  335. inherit = "base"
  336. name = "Aluminium Ore"
  337. blocks = {
  338. "ImmersiveEngineering:ore:1"
  339. "ElectriCraft:ore:4"
  340. "TConstruct:ore:5"
  341. }
  342. heightRule = {
  343. minHeight = 5
  344. maxHeight = 96
  345. variation = "linear"
  346. }
  347. veinFrequency = {
  348. veinsPerChunk = 4
  349. chunkGenChance = 0.05
  350. }
  351. veinSize = 32
  352. spawnBlock = {
  353. {
  354. block = "minecraft:stone"
  355. }
  356. {
  357. block = "chisel:rock"
  358. metadata = {
  359. 0
  360. 5
  361. 15
  362. }
  363. }
  364. }
  365.  
  366. }
  367. {
  368. type = "Silver"
  369. inherit = "base"
  370. name = "Silver Ore"
  371. blocks = {
  372. "ImmersiveEngineering:ore:3"
  373. "ElectriCraft:ore:2"
  374. "ReactorCraft:ore:4"
  375. }
  376. heightRule = {
  377. minHeight = 5
  378. maxHeight = 48
  379. variation = "linear"
  380. }
  381. veinFrequency = {
  382. veinsPerChunk = 4
  383. chunkGenChance = 0.02
  384. }
  385. veinSize = 26
  386. spawnBlock = {
  387. {
  388. block = "minecraft:stone"
  389. }
  390. {
  391. block = "chisel:rock"
  392. metadata = {
  393. 0
  394. 5
  395. 15
  396. }
  397. }
  398. }
  399.  
  400. }
  401. {
  402. type = "Nickel"
  403. inherit = "base"
  404. name = "Nickel Ore"
  405. blocks = {
  406. "ImmersiveEngineering:ore:4"
  407. "ElectriCraft:ore:3"
  408. }
  409. heightRule = {
  410. minHeight = 5
  411. maxHeight = 64
  412. variation = "linear"
  413. }
  414. veinFrequency = {
  415. veinsPerChunk = 4
  416. chunkGenChance = 0.03
  417. }
  418. veinSize = 32
  419. spawnBlock = {
  420. {
  421. block = "minecraft:stone"
  422. }
  423. {
  424. block = "chisel:rock"
  425. metadata = {
  426. 0
  427. 5
  428. 15
  429. }
  430. }
  431. }
  432.  
  433. }
  434. {
  435. type = "Platinum"
  436. inherit = "base"
  437. name = "Platinum Ore"
  438. blocks = {
  439. "ElectriCraft:ore:5"
  440. }
  441. heightRule = {
  442. minHeight = 5
  443. maxHeight = 16
  444. variation = "linear"
  445. }
  446. veinFrequency = {
  447. veinsPerChunk = 4
  448. chunkGenChance = 0.01
  449. }
  450. veinSize = 24
  451. spawnBlock = {
  452. {
  453. block = "minecraft:stone"
  454. }
  455. {
  456. block = "chisel:rock"
  457. metadata = {
  458. 0
  459. 5
  460. 15
  461. }
  462. }
  463. }
  464.  
  465. }
  466. {
  467. type = "Lead"
  468. inherit = "base"
  469. name = "Lead Ore"
  470. blocks = {
  471. "ImmersiveEngineering:ore:3"
  472. }
  473. heightRule = {
  474. minHeight = 5
  475. maxHeight = 48
  476. variation = "linear"
  477. }
  478. veinFrequency = {
  479. veinsPerChunk = 4
  480. chunkGenChance = 0.03
  481. }
  482. veinSize = 32
  483. spawnBlock = {
  484. {
  485. block = "minecraft:stone"
  486. }
  487. {
  488. block = "chisel:rock"
  489. metadata = {
  490. 0
  491. 5
  492. 15
  493. }
  494. }
  495. }
  496.  
  497. }
  498. {
  499. type = "Sulfur"
  500. inherit = "base"
  501. name = "Sulfur Ore"
  502. blocks = {
  503. "Railcraft:ore:0"
  504. }
  505. heightRule = {
  506. minHeight = 5
  507. maxHeight = 96
  508. variation = "linear"
  509. }
  510. veinFrequency = {
  511. veinsPerChunk = 4
  512. chunkGenChance = 0.08
  513. }
  514. veinSize = 32
  515. spawnBlock = {
  516. {
  517. block = "minecraft:stone"
  518. }
  519. {
  520. block = "chisel:rock"
  521. metadata = {
  522. 0
  523. 5
  524. 15
  525. }
  526. }
  527. }
  528. proximityRules = {
  529. {
  530. block = "minecraft:lava"
  531. metadata = {
  532. 0
  533. }
  534. }
  535. }
  536. }
  537. {
  538. type = "Saltpeter"
  539. inherit = "base"
  540. name = "Saltpeter Ore"
  541. blocks = {
  542. "Railcraft:ore:1"
  543. }
  544. heightRule = {
  545. minHeight = 5
  546. maxHeight = 96
  547. variation = "linear"
  548. }
  549. veinFrequency = {
  550. veinsPerChunk = 4
  551. chunkGenChance = 0.1
  552. }
  553. veinSize = 32
  554. spawnBlock = {
  555. {
  556. block = "minecraft:sandstone"
  557. }
  558.  
  559. }
  560.  
  561. }
  562. {
  563. type = "Cadmium"
  564. inherit = "base"
  565. name = "Cadmium Ore"
  566. blocks = {
  567. "ReactorCraft:ore:2"
  568. }
  569. heightRule = {
  570. minHeight = 5
  571. maxHeight = 48
  572. variation = "linear"
  573. }
  574. veinFrequency = {
  575. veinsPerChunk = 4
  576. chunkGenChance = 0.02
  577. }
  578. veinSize = 26
  579. spawnBlock = {
  580. {
  581. block = "minecraft:stone"
  582. }
  583. {
  584. block = "chisel:rock"
  585. metadata = {
  586. 0
  587. 5
  588. 15
  589. }
  590. }
  591. }
  592.  
  593. }
  594. {
  595. type = "Indium"
  596. inherit = "base"
  597. name = "Indium Ore"
  598. blocks = {
  599. "ReactorCraft:ore:3"
  600. }
  601. heightRule = {
  602. minHeight = 5
  603. maxHeight = 32
  604. variation = "linear"
  605. }
  606. veinFrequency = {
  607. veinsPerChunk = 4
  608. chunkGenChance = 0.02
  609. }
  610. veinSize = 24
  611. spawnBlock = {
  612. {
  613. block = "minecraft:stone"
  614. }
  615. {
  616. block = "chisel:rock"
  617. metadata = {
  618. 0
  619. 5
  620. 15
  621. }
  622. }
  623. }
  624.  
  625. }
  626. {
  627. type = "Magnetite"
  628. inherit = "base"
  629. name = "Magnetite Ore"
  630. blocks = {
  631. "ReactorCraft:ore:8"
  632. }
  633. heightRule = {
  634. minHeight = 5
  635. maxHeight = 128
  636. variation = "linear"
  637. }
  638. veinFrequency = {
  639. veinsPerChunk = 4
  640. chunkGenChance = 0.1
  641. }
  642. veinSize = 32
  643. spawnBlock = {
  644. {
  645. block = "minecraft:stone"
  646. }
  647. {
  648. block = "chisel:rock"
  649. metadata = {
  650. 0
  651. 5
  652. 15
  653. }
  654. }
  655. }
  656.  
  657. }
  658. {
  659. type = "Cobalt"
  660. inherit = "base"
  661. name = "Cobalt Ore"
  662. blocks = {
  663. "TConstruct:ore:1"
  664. }
  665. heightRule = {
  666. minHeight = 5
  667. maxHeight = 123
  668. variation = "linear"
  669. }
  670. veinFrequency = {
  671. veinsPerChunk = 4
  672. chunkGenChance = 0.03
  673. }
  674. veinSize = 32
  675. spawnBlock = {
  676. {
  677. block = "minecraft:netherrack"
  678. }
  679.  
  680. }
  681. biomeRules = {
  682. {
  683. type = "dictionary-require"
  684. name = "nether"
  685. }
  686. }
  687. }
  688. {
  689. type = "Ardite"
  690. inherit = "base"
  691. name = "Ardite Ore"
  692. blocks = {
  693. "TConstruct:ore:2"
  694. }
  695. heightRule = {
  696. minHeight = 5
  697. maxHeight = 123
  698. variation = "linear"
  699. }
  700. veinFrequency = {
  701. veinsPerChunk = 4
  702. chunkGenChance = 0.03
  703. }
  704. veinSize = 32
  705. spawnBlock = {
  706. {
  707. block = "minecraft:netherrack"
  708. }
  709.  
  710. }
  711. biomeRules = {
  712. {
  713. type = "dictionary-require"
  714. name = "nether"
  715. }
  716. }
  717. }
  718. {
  719. type = "Cinnabar"
  720. inherit = "base"
  721. name = "Cinnabar Ore"
  722. blocks = {
  723. "Thaumcraft:blockCustomOre:0"
  724. }
  725. heightRule = {
  726. minHeight = 5
  727. maxHeight = 72
  728. variation = "linear"
  729. }
  730. veinFrequency = {
  731. veinsPerChunk = 4
  732. chunkGenChance = 0.04
  733. }
  734. veinSize = 32
  735. spawnBlock = {
  736. {
  737. block = "minecraft:stone"
  738. }
  739. {
  740. block = "chisel:rock"
  741. metadata = {
  742. 0
  743. 5
  744. 15
  745. }
  746. }
  747. }
  748.  
  749. }
  750. {
  751. type = "Air Stone"
  752. inherit = "base"
  753. name = "Air Infused Stone"
  754. blocks = {
  755. "Thaumcraft:blockCustomOre:1"
  756. }
  757. heightRule = {
  758. minHeight = 5
  759. maxHeight = 128
  760. variation = "linear"
  761. }
  762. veinFrequency = {
  763. veinsPerChunk = 4
  764. chunkGenChance = 0.05
  765. }
  766. veinSize = 32
  767. spawnBlock = {
  768. {
  769. block = "minecraft:stone"
  770. }
  771. {
  772. block = "chisel:rock"
  773. metadata = {
  774. 0
  775. 5
  776. 15
  777. }
  778. }
  779. }
  780.  
  781. }
  782. {
  783. type = "Fire Stone"
  784. inherit = "base"
  785. name = "Fire Infused Stone"
  786. blocks = {
  787. "Thaumcraft:blockCustomOre:2"
  788. }
  789. heightRule = {
  790. minHeight = 5
  791. maxHeight = 128
  792. variation = "linear"
  793. }
  794. veinFrequency = {
  795. veinsPerChunk = 4
  796. chunkGenChance = 0.05
  797. }
  798. veinSize = 32
  799. spawnBlock = {
  800. {
  801. block = "minecraft:stone"
  802. }
  803. {
  804. block = "chisel:rock"
  805. metadata = {
  806. 0
  807. 5
  808. 15
  809. }
  810. }
  811. }
  812.  
  813. }
  814. {
  815. type = "Water Stone"
  816. inherit = "base"
  817. name = "Water Infused Stone"
  818. blocks = {
  819. "Thaumcraft:blockCustomOre:3"
  820. }
  821. heightRule = {
  822. minHeight = 5
  823. maxHeight = 128
  824. variation = "linear"
  825. }
  826. veinFrequency = {
  827. veinsPerChunk = 4
  828. chunkGenChance = 0.05
  829. }
  830. veinSize = 32
  831. spawnBlock = {
  832. {
  833. block = "minecraft:stone"
  834. }
  835. {
  836. block = "chisel:rock"
  837. metadata = {
  838. 0
  839. 5
  840. 15
  841. }
  842. }
  843. }
  844.  
  845. }
  846. {
  847. type = "Earth Stone"
  848. inherit = "base"
  849. name = "Earth Infused Stone"
  850. blocks = {
  851. "Thaumcraft:blockCustomOre:4"
  852. }
  853. heightRule = {
  854. minHeight = 5
  855. maxHeight = 128
  856. variation = "linear"
  857. }
  858. veinFrequency = {
  859. veinsPerChunk = 4
  860. chunkGenChance = 0.05
  861. }
  862. veinSize = 32
  863. spawnBlock = {
  864. {
  865. block = "minecraft:stone"
  866. }
  867. {
  868. block = "chisel:rock"
  869. metadata = {
  870. 0
  871. 5
  872. 15
  873. }
  874. }
  875. }
  876.  
  877. }
  878. {
  879. type = "Order Stone"
  880. inherit = "base"
  881. name = "Order Infused Stone"
  882. blocks = {
  883. "Thaumcraft:blockCustomOre:5"
  884. }
  885. heightRule = {
  886. minHeight = 5
  887. maxHeight = 128
  888. variation = "linear"
  889. }
  890. veinFrequency = {
  891. veinsPerChunk = 4
  892. chunkGenChance = 0.05
  893. }
  894. veinSize = 32
  895. spawnBlock = {
  896. {
  897. block = "minecraft:stone"
  898. }
  899. {
  900. block = "chisel:rock"
  901. metadata = {
  902. 0
  903. 5
  904. 15
  905. }
  906. }
  907. }
  908.  
  909. }
  910. {
  911. type = "Entropy Stone"
  912. inherit = "base"
  913. name = "Entropy Infused Stone"
  914. blocks = {
  915. "Thaumcraft:blockCustomOre:6"
  916. }
  917. heightRule = {
  918. minHeight = 5
  919. maxHeight = 128
  920. variation = "linear"
  921. }
  922. veinFrequency = {
  923. veinsPerChunk = 4
  924. chunkGenChance = 0.05
  925. }
  926. veinSize = 32
  927. spawnBlock = {
  928. {
  929. block = "minecraft:stone"
  930. }
  931. {
  932. block = "chisel:rock"
  933. metadata = {
  934. 0
  935. 5
  936. 15
  937. }
  938. }
  939. }
  940.  
  941. }
  942. {
  943. type = "Amber Ore"
  944. inherit = "base"
  945. name = "Amber Bearing Stone"
  946. blocks = {
  947. "Thaumcraft:blockCustomOre:7"
  948. }
  949. heightRule = {
  950. minHeight = 5
  951. maxHeight = 128
  952. variation = "linear"
  953. }
  954. veinFrequency = {
  955. veinsPerChunk = 4
  956. chunkGenChance = 0.05
  957. }
  958. veinSize = 32
  959. spawnBlock = {
  960. {
  961. block = "minecraft:stone"
  962. }
  963. {
  964. block = "chisel:rock"
  965. metadata = {
  966. 0
  967. 5
  968. 15
  969. }
  970. }
  971. }
  972.  
  973. }
  974. {
  975. type = "Pitchblende"
  976. inherit = "base"
  977. name = "Pitchblende"
  978. blocks = {
  979. "ReactorCraft:ore:1"
  980. }
  981. heightRule = {
  982. minHeight = 5
  983. maxHeight = 32
  984. variation = "linear"
  985. }
  986. veinFrequency = {
  987. veinsPerChunk = 4
  988. chunkGenChance = 0.03
  989. }
  990. veinSize = 40
  991. spawnBlock = {
  992. {
  993. block = "minecraft:stone"
  994. }
  995. {
  996. block = "chisel:rock"
  997. metadata = {
  998. 0
  999. 5
  1000. 15
  1001. }
  1002. }
  1003. }
  1004.  
  1005. }
  1006. {
  1007. type = "Calcite"
  1008. inherit = "base"
  1009. name = "Calcite"
  1010. blocks = {
  1011. "ReactorCraft:ore:7"
  1012. }
  1013. heightRule = {
  1014. minHeight = 5
  1015. maxHeight = 32
  1016. variation = "linear"
  1017. }
  1018. veinFrequency = {
  1019. veinsPerChunk = 4
  1020. chunkGenChance = 0.04
  1021. }
  1022. veinSize = 24
  1023. spawnBlock = {
  1024. {
  1025. block = "minecraft:stone"
  1026. }
  1027. {
  1028. block = "chisel:rock"
  1029. metadata = {
  1030. 0
  1031. 5
  1032. 15
  1033. }
  1034. }
  1035. }
  1036.  
  1037. }
  1038. {
  1039. type = "Ammonium Chloride"
  1040. inherit = "base"
  1041. name = "Ammonium Chloride"
  1042. blocks = {
  1043. "ReactorCraft:ore:6"
  1044. }
  1045. heightRule = {
  1046. minHeight = 5
  1047. maxHeight = 64
  1048. variation = "linear"
  1049. }
  1050. veinFrequency = {
  1051. veinsPerChunk = 4
  1052. chunkGenChance = 0.1
  1053. }
  1054. veinSize = 32
  1055. spawnBlock = {
  1056. {
  1057. block = "minecraft:netherrack"
  1058. }
  1059.  
  1060. }
  1061. biomeRules = {
  1062. {
  1063. type = "dictionary-require"
  1064. name = "nether"
  1065. }
  1066. }
  1067. proximityRules = {
  1068. {
  1069. block = "minecraft:lava"
  1070. metadata = {
  1071. 0
  1072. }
  1073. }
  1074. }
  1075. }
  1076. {
  1077. type = "Pitchblende End"
  1078. inherit = "base"
  1079. name = "Pitchblende"
  1080. blocks = {
  1081. "ReactorCraft:ore:5"
  1082. }
  1083. heightRule = {
  1084. minHeight = 5
  1085. maxHeight = 96
  1086. variation = "linear"
  1087. }
  1088. veinFrequency = {
  1089. veinsPerChunk = 4
  1090. chunkGenChance = 0.2
  1091. }
  1092. veinSize = 40
  1093. spawnBlock = {
  1094. {
  1095. block = "minecraft:Endstone"
  1096. }
  1097.  
  1098. }
  1099. biomeRules = {
  1100. {
  1101. type = "dictionary-require"
  1102. name = "End"
  1103. }
  1104. }
  1105. }
  1106. {
  1107. type = "Thorium"
  1108. inherit = "base"
  1109. name = "Thorium"
  1110. blocks = {
  1111. "ReactorCraft:ore:9"
  1112. }
  1113. heightRule = {
  1114. minHeight = 5
  1115. maxHeight = 16
  1116. variation = "linear"
  1117. }
  1118. veinFrequency = {
  1119. veinsPerChunk = 4
  1120. chunkGenChance = 0.03
  1121. }
  1122. veinSize = 40
  1123. spawnBlock = {
  1124. {
  1125. block = "minecraft:Endstone"
  1126. }
  1127.  
  1128. }
  1129. biomeRules = {
  1130. {
  1131. type = "dictionary-require"
  1132. name = "nether"
  1133. }
  1134. }
  1135. }
  1136. {
  1137. type = "Blue Flourite"
  1138. inherit = "base"
  1139. name = "Blue Flourite"
  1140. blocks = {
  1141. "ReactorCraft:FlouriteOre:0"
  1142. }
  1143. heightRule = {
  1144. minHeight = 5
  1145. maxHeight = 128
  1146. variation = "linear"
  1147. }
  1148. veinFrequency = {
  1149. veinsPerChunk = 4
  1150. chunkGenChance = 0.03
  1151. }
  1152. veinSize = 32
  1153. spawnBlock = {
  1154. {
  1155. block = "minecraft:stone"
  1156. }
  1157. {
  1158. block = "chisel:rock"
  1159. metadata = {
  1160. 0
  1161. 5
  1162. 15
  1163. }
  1164. }
  1165. }
  1166.  
  1167. }
  1168. {
  1169. type = "Pink Flourite"
  1170. inherit = "base"
  1171. name = "Pink Flourite"
  1172. blocks = {
  1173. "ReactorCraft:FlouriteOre:1"
  1174. }
  1175. heightRule = {
  1176. minHeight = 5
  1177. maxHeight = 128
  1178. variation = "linear"
  1179. }
  1180. veinFrequency = {
  1181. veinsPerChunk = 4
  1182. chunkGenChance = 0.03
  1183. }
  1184. veinSize = 32
  1185. spawnBlock = {
  1186. {
  1187. block = "minecraft:stone"
  1188. }
  1189. {
  1190. block = "chisel:rock"
  1191. metadata = {
  1192. 0
  1193. 5
  1194. 15
  1195. }
  1196. }
  1197. }
  1198.  
  1199. }
  1200. {
  1201. type = "Orange Flourite"
  1202. inherit = "base"
  1203. name = "Orange Flourite"
  1204. blocks = {
  1205. "ReactorCraft:FlouriteOre:2"
  1206. }
  1207. heightRule = {
  1208. minHeight = 5
  1209. maxHeight = 128
  1210. variation = "linear"
  1211. }
  1212. veinFrequency = {
  1213. veinsPerChunk = 4
  1214. chunkGenChance = 0.03
  1215. }
  1216. veinSize = 32
  1217. spawnBlock = {
  1218. {
  1219. block = "minecraft:stone"
  1220. }
  1221. {
  1222. block = "chisel:rock"
  1223. metadata = {
  1224. 0
  1225. 5
  1226. 15
  1227. }
  1228. }
  1229. }
  1230.  
  1231. }
  1232. {
  1233. type = "Magenta Flourite"
  1234. inherit = "base"
  1235. name = "Magenta Flourite"
  1236. blocks = {
  1237. "ReactorCraft:FlouriteOre:3"
  1238. }
  1239. heightRule = {
  1240. minHeight = 5
  1241. maxHeight = 128
  1242. variation = "linear"
  1243. }
  1244. veinFrequency = {
  1245. veinsPerChunk = 4
  1246. chunkGenChance = 0.03
  1247. }
  1248. veinSize = 32
  1249. spawnBlock = {
  1250. {
  1251. block = "minecraft:stone"
  1252. }
  1253. {
  1254. block = "chisel:rock"
  1255. metadata = {
  1256. 0
  1257. 5
  1258. 15
  1259. }
  1260. }
  1261. }
  1262.  
  1263. }
  1264. {
  1265. type = "Green Flourite"
  1266. inherit = "base"
  1267. name = "Green Flourite"
  1268. blocks = {
  1269. "ReactorCraft:FlouriteOre:4"
  1270. }
  1271. heightRule = {
  1272. minHeight = 5
  1273. maxHeight = 128
  1274. variation = "linear"
  1275. }
  1276. veinFrequency = {
  1277. veinsPerChunk = 4
  1278. chunkGenChance = 0.03
  1279. }
  1280. veinSize = 32
  1281. spawnBlock = {
  1282. {
  1283. block = "minecraft:stone"
  1284. }
  1285. {
  1286. block = "chisel:rock"
  1287. metadata = {
  1288. 0
  1289. 5
  1290. 15
  1291. }
  1292. }
  1293. }
  1294.  
  1295. }
  1296. {
  1297. type = "Red Flourite"
  1298. inherit = "base"
  1299. name = "Red Flourite"
  1300. blocks = {
  1301. "ReactorCraft:FlouriteOre:5"
  1302. }
  1303. heightRule = {
  1304. minHeight = 5
  1305. maxHeight = 128
  1306. variation = "linear"
  1307. }
  1308. veinFrequency = {
  1309. veinsPerChunk = 4
  1310. chunkGenChance = 0.03
  1311. }
  1312. veinSize = 32
  1313. spawnBlock = {
  1314. {
  1315. block = "minecraft:stone"
  1316. }
  1317. {
  1318. block = "chisel:rock"
  1319. metadata = {
  1320. 0
  1321. 5
  1322. 15
  1323. }
  1324. }
  1325. }
  1326.  
  1327. }
  1328. {
  1329. type = "White Flourite"
  1330. inherit = "base"
  1331. name = "White Flourite"
  1332. blocks = {
  1333. "ReactorCraft:FlouriteOre:6"
  1334. }
  1335. heightRule = {
  1336. minHeight = 5
  1337. maxHeight = 128
  1338. variation = "linear"
  1339. }
  1340. veinFrequency = {
  1341. veinsPerChunk = 4
  1342. chunkGenChance = 0.03
  1343. }
  1344. veinSize = 32
  1345. spawnBlock = {
  1346. {
  1347. block = "minecraft:stone"
  1348. }
  1349. {
  1350. block = "chisel:rock"
  1351. metadata = {
  1352. 0
  1353. 5
  1354. 15
  1355. }
  1356. }
  1357. }
  1358.  
  1359. }
  1360. {
  1361. type = "Yellow Flourite"
  1362. inherit = "base"
  1363. name = "Yellow Flourite"
  1364. blocks = {
  1365. "ReactorCraft:FlouriteOre:7"
  1366. }
  1367. heightRule = {
  1368. minHeight = 5
  1369. maxHeight = 128
  1370. variation = "linear"
  1371. }
  1372. veinFrequency = {
  1373. veinsPerChunk = 4
  1374. chunkGenChance = 0.03
  1375. }
  1376. veinSize = 32
  1377. spawnBlock = {
  1378. {
  1379. block = "minecraft:stone"
  1380. }
  1381. {
  1382. block = "chisel:rock"
  1383. metadata = {
  1384. 0
  1385. 5
  1386. 15
  1387. }
  1388. }
  1389. }
  1390.  
  1391. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement