Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.59 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # Overrides
  5. #--------------------------------------------------------------------------------------------------------#
  6. # A set of blocks from other modes to override to act like NetherOres.
  7. # This does not include controling oregen, or recipes; only behavior when mined or destroyed.
  8. ##########################################################################################################
  9.  
  10. Overrides {
  11. }
  12.  
  13.  
  14. general {
  15. # If true, when NetherOres are mined, nearby pigmen become angry to the player.
  16. B:AngryPigmenEnable=true
  17.  
  18. # NetherOre explosions can trigger more explosions if true. Does nothing if ExplosionEnable is false.
  19. B:ExplosionChainReactEnable=true
  20.  
  21. # NetherOres have a chance to explode when mined if true.
  22. B:ExplosionEnable=true
  23.  
  24. # How powerful an explosion will be. Creepers are 3, TNT is 4, electrified creepers are 6. This affects both the ability of the explosion to punch through blocks as well as the blast radius.
  25. I:ExplosionPower=2
  26.  
  27. # The likelyhood an adjacent netherore will turn into an armed ore when one is mined. Percent chance out of 1000 (lower is less likely).
  28. I:ExplosionProbability=75
  29.  
  30. # NetherOres have a higher chance to explode when mined with fortune if true.
  31. B:FortuneExplosionEnable=true
  32.  
  33. # The maximum health a HellFish will have when spawned.
  34. D:HellFish.MaxHealth=12.5
  35.  
  36. # If true, any entity not a player exploding a NetherOre will anger nearby pigmen. This only accounts for exploding, entities breaking the blocks normally will still anger pigmen.
  37. B:MobsAngerPigmen=true
  38.  
  39. # If true, when NetherOres are mined with Silk Touch, nearby pigmen become angry to the player.
  40. B:SilkyAngryPigmenEnable=false
  41. }
  42.  
  43.  
  44. processing {
  45.  
  46. enable {
  47. # Set this to false to remove the AE Grind Stone recipes (i.e., nether iron ore -> 4x iron dust).
  48. B:GrinderRecipes=true
  49.  
  50. # Set this to false to remove the TE Induction Smelter recipes (i.e., nether iron ore -> 2x normal iron ore).
  51. B:InductionSmelterRecipes=true
  52.  
  53. # Set this to false to remove the IC2 Macerator recipes (i.e., nether iron ore -> 4x iron dust).
  54. B:MaceratorRecipes=true
  55.  
  56. # Set this to false to remove the TE Pulvierzer recipes (i.e., nether iron ore -> 4x iron dust).
  57. B:PulverizerRecipes=true
  58.  
  59. # Set this to false to remove the standard furnace recipes (i.e., nether iron ore -> normal iron ore).
  60. B:StandardFurnaceRecipes=true
  61. }
  62.  
  63. ores {
  64.  
  65. coal {
  66. # Output from grinding Coal if dustCoal is not found (i.e., crystallineCoal)
  67. S:AlternateOrePrefix=crystalline
  68.  
  69. # Output from grinding Coal
  70. I:PulverizedCount=4
  71.  
  72. # Output from smelting Coal
  73. I:SmeltedCount=2
  74. }
  75.  
  76. diamond {
  77. # Output from grinding Diamond if dustDiamond is not found (i.e., gemDiamond)
  78. S:AlternateOrePrefix=gem
  79.  
  80. # Output from grinding Diamond
  81. I:PulverizedCount=5
  82.  
  83. # Output from smelting Diamond
  84. I:SmeltedCount=2
  85. }
  86.  
  87. gold {
  88. # Output from grinding Gold if dustGold is not found (i.e., crystallineGold)
  89. S:AlternateOrePrefix=crystalline
  90.  
  91. # Output from grinding Gold
  92. I:PulverizedCount=4
  93.  
  94. # Output from smelting Gold
  95. I:SmeltedCount=2
  96. }
  97.  
  98. iron {
  99. # Output from grinding Iron if dustIron is not found (i.e., crystallineIron)
  100. S:AlternateOrePrefix=crystalline
  101.  
  102. # Output from grinding Iron
  103. I:PulverizedCount=4
  104.  
  105. # Output from smelting Iron
  106. I:SmeltedCount=2
  107. }
  108.  
  109. lapis {
  110. # Output from grinding Lapis if dustLapis is not found (i.e., crystallineLapis)
  111. S:AlternateOrePrefix=crystalline
  112.  
  113. # Output from grinding Lapis
  114. I:PulverizedCount=24
  115.  
  116. # Output from smelting Lapis
  117. I:SmeltedCount=2
  118. }
  119.  
  120. redstone {
  121. # Output from grinding Redstone if dustRedstone is not found (i.e., crystallineRedstone)
  122. S:AlternateOrePrefix=crystalline
  123.  
  124. # Output from grinding Redstone
  125. I:PulverizedCount=21
  126.  
  127. # Output from smelting Redstone
  128. I:SmeltedCount=2
  129. }
  130.  
  131. copper {
  132. # Output from grinding Copper if dustCopper is not found (i.e., crystallineCopper)
  133. S:AlternateOrePrefix=crystalline
  134.  
  135. # Output from grinding Copper
  136. I:PulverizedCount=4
  137.  
  138. # Output from smelting Copper
  139. I:SmeltedCount=2
  140. }
  141.  
  142. tin {
  143. # Output from grinding Tin if dustTin is not found (i.e., crystallineTin)
  144. S:AlternateOrePrefix=crystalline
  145.  
  146. # Output from grinding Tin
  147. I:PulverizedCount=4
  148.  
  149. # Output from smelting Tin
  150. I:SmeltedCount=2
  151. }
  152.  
  153. emerald {
  154. # Output from grinding Emerald if dustEmerald is not found (i.e., gemEmerald)
  155. S:AlternateOrePrefix=gem
  156.  
  157. # Output from grinding Emerald
  158. I:PulverizedCount=5
  159.  
  160. # Output from smelting Emerald
  161. I:SmeltedCount=2
  162. }
  163.  
  164. silver {
  165. # Output from grinding Silver if dustSilver is not found (i.e., crystallineSilver)
  166. S:AlternateOrePrefix=crystalline
  167.  
  168. # Output from grinding Silver
  169. I:PulverizedCount=4
  170.  
  171. # Output from smelting Silver
  172. I:SmeltedCount=2
  173. }
  174.  
  175. lead {
  176. # Output from grinding Lead if dustLead is not found (i.e., crystallineLead)
  177. S:AlternateOrePrefix=crystalline
  178.  
  179. # Output from grinding Lead
  180. I:PulverizedCount=4
  181.  
  182. # Output from smelting Lead
  183. I:SmeltedCount=2
  184. }
  185.  
  186. uranium {
  187. # Output from grinding Uranium if dustUranium is not found (i.e., crushedUranium)
  188. S:AlternateOrePrefix=crushed
  189.  
  190. # Output from grinding Uranium
  191. I:PulverizedCount=4
  192.  
  193. # Output from smelting Uranium
  194. I:SmeltedCount=2
  195. }
  196.  
  197. nikolite {
  198. # Output from grinding Nikolite if dustNikolite is not found (i.e., crystallineNikolite)
  199. S:AlternateOrePrefix=crystalline
  200.  
  201. # Output from grinding Nikolite
  202. I:PulverizedCount=21
  203.  
  204. # Output from smelting Nikolite
  205. I:SmeltedCount=2
  206. }
  207.  
  208. ruby {
  209. # Output from grinding Ruby if dustRuby is not found (i.e., gemRuby)
  210. S:AlternateOrePrefix=gem
  211.  
  212. # Output from grinding Ruby
  213. I:PulverizedCount=5
  214.  
  215. # Output from smelting Ruby
  216. I:SmeltedCount=2
  217. }
  218.  
  219. peridot {
  220. # Output from grinding Peridot if dustPeridot is not found (i.e., gemPeridot)
  221. S:AlternateOrePrefix=gem
  222.  
  223. # Output from grinding Peridot
  224. I:PulverizedCount=5
  225.  
  226. # Output from smelting Peridot
  227. I:SmeltedCount=2
  228. }
  229.  
  230. sapphire {
  231. # Output from grinding Sapphire if dustSapphire is not found (i.e., gemSapphire)
  232. S:AlternateOrePrefix=gem
  233.  
  234. # Output from grinding Sapphire
  235. I:PulverizedCount=5
  236.  
  237. # Output from smelting Sapphire
  238. I:SmeltedCount=2
  239. }
  240.  
  241. platinum {
  242. # Output from grinding Platinum if dustPlatinum is not found (i.e., crystallinePlatinum)
  243. S:AlternateOrePrefix=crystalline
  244.  
  245. # Output from grinding Platinum
  246. I:PulverizedCount=4
  247.  
  248. # Output from smelting Platinum
  249. I:SmeltedCount=2
  250. }
  251.  
  252. nickel {
  253. # Output from grinding Nickel if dustNickel is not found (i.e., crystallineNickel)
  254. S:AlternateOrePrefix=crystalline
  255.  
  256. # Output from grinding Nickel
  257. I:PulverizedCount=4
  258.  
  259. # Output from smelting Nickel
  260. I:SmeltedCount=2
  261. }
  262.  
  263. steel {
  264. # Output from grinding Steel if dustSteel is not found (i.e., crystallineSteel)
  265. S:AlternateOrePrefix=crystalline
  266.  
  267. # Output from grinding Steel
  268. I:PulverizedCount=4
  269.  
  270. # Output from smelting Steel
  271. I:SmeltedCount=2
  272. }
  273.  
  274. iridium {
  275. # Output from grinding Iridium if dustIridium is not found (i.e., dropIridium)
  276. S:AlternateOrePrefix=drop
  277.  
  278. # Output from grinding Iridium
  279. I:PulverizedCount=4
  280.  
  281. # Output from smelting Iridium
  282. I:SmeltedCount=2
  283. }
  284.  
  285. osmium {
  286. # Output from grinding Osmium if dustOsmium is not found (i.e., crystallineOsmium)
  287. S:AlternateOrePrefix=crystalline
  288.  
  289. # Output from grinding Osmium
  290. I:PulverizedCount=4
  291.  
  292. # Output from smelting Osmium
  293. I:SmeltedCount=2
  294. }
  295.  
  296. sulfur {
  297. # Output from grinding Sulfur if dustSulfur is not found (i.e., crystalSulfur)
  298. S:AlternateOrePrefix=crystal
  299.  
  300. # Output from grinding Sulfur
  301. I:PulverizedCount=24
  302.  
  303. # Output from smelting Sulfur
  304. I:SmeltedCount=2
  305. }
  306.  
  307. titanium {
  308. # Output from grinding Titanium if dustTitanium is not found (i.e., crystallineTitanium)
  309. S:AlternateOrePrefix=crystalline
  310.  
  311. # Output from grinding Titanium
  312. I:PulverizedCount=4
  313.  
  314. # Output from smelting Titanium
  315. I:SmeltedCount=2
  316. }
  317.  
  318. mithril {
  319. # Output from grinding Mithril if dustMithril is not found (i.e., crystallineMithril)
  320. S:AlternateOrePrefix=crystalline
  321.  
  322. # Output from grinding Mithril
  323. I:PulverizedCount=4
  324.  
  325. # Output from smelting Mithril
  326. I:SmeltedCount=2
  327. }
  328.  
  329. adamantium {
  330. # Output from grinding Adamantium if dustAdamantium is not found (i.e., crystallineAdamantium)
  331. S:AlternateOrePrefix=crystalline
  332.  
  333. # Output from grinding Adamantium
  334. I:PulverizedCount=4
  335.  
  336. # Output from smelting Adamantium
  337. I:SmeltedCount=2
  338. }
  339.  
  340. rutile {
  341. # Output from grinding Rutile if dustRutile is not found (i.e., crystallineRutile)
  342. S:AlternateOrePrefix=crystalline
  343.  
  344. # Output from grinding Rutile
  345. I:PulverizedCount=4
  346.  
  347. # Output from smelting Rutile
  348. I:SmeltedCount=2
  349. }
  350.  
  351. tungsten {
  352. # Output from grinding Tungsten if dustTungsten is not found (i.e., crystallineTungsten)
  353. S:AlternateOrePrefix=crystalline
  354.  
  355. # Output from grinding Tungsten
  356. I:PulverizedCount=4
  357.  
  358. # Output from smelting Tungsten
  359. I:SmeltedCount=2
  360. }
  361.  
  362. amber {
  363. # Output from grinding Amber if dustAmber is not found (i.e., gemAmber)
  364. S:AlternateOrePrefix=gem
  365.  
  366. # Output from grinding Amber
  367. I:PulverizedCount=5
  368.  
  369. # Output from smelting Amber
  370. I:SmeltedCount=2
  371. }
  372.  
  373. tennantite {
  374. # Output from grinding Tennantite if dustTennantite is not found (i.e., crystallineTennantite)
  375. S:AlternateOrePrefix=crystalline
  376.  
  377. # Output from grinding Tennantite
  378. I:PulverizedCount=4
  379.  
  380. # Output from smelting Tennantite
  381. I:SmeltedCount=2
  382. }
  383.  
  384. salt {
  385. # Output from grinding Salt if dustSalt is not found (i.e., foodSalt)
  386. S:AlternateOrePrefix=food
  387.  
  388. # Output from grinding Salt
  389. I:PulverizedCount=12
  390.  
  391. # Output from smelting Salt
  392. I:SmeltedCount=2
  393. }
  394.  
  395. saltpeter {
  396. # Output from grinding Saltpeter if dustSaltpeter is not found (i.e., crystalSaltpeter)
  397. S:AlternateOrePrefix=crystal
  398.  
  399. # Output from grinding Saltpeter
  400. I:PulverizedCount=10
  401.  
  402. # Output from smelting Saltpeter
  403. I:SmeltedCount=2
  404. }
  405.  
  406. magnesium {
  407. # Output from grinding Magnesium if dustMagnesium is not found (i.e., crushedMagnesium)
  408. S:AlternateOrePrefix=crushed
  409.  
  410. # Output from grinding Magnesium
  411. I:PulverizedCount=8
  412.  
  413. # Output from smelting Magnesium
  414. I:SmeltedCount=2
  415. }
  416.  
  417. }
  418.  
  419. }
  420.  
  421.  
  422. worldgen {
  423.  
  424. enable {
  425. # If true, Nether Ores worldgen will run in all dimensions instead of just the Nether. It will still require netherrack to place ores.
  426. B:AllDimensionWorldGen=false
  427.  
  428. # If true, will spawn nether ores regardless of if a furnace or macerator recipe was found. If false, at least one of those two must be found to spawn the ore.
  429. B:ForceOreSpawn=false
  430.  
  431. # If true, Nether Ores oregen will run and places ores in the world where appropriate. Only disable this if you intend to use the ores with a custom ore generator. (overrides per-ore forcing; hellfish still generate if enabled)
  432. B:OreGen=true
  433.  
  434. # If true, Nether Quartz ore will be a NetherOre and will follow the same rules as all other NetherOres.
  435. B:OverrideNetherQuartz=true
  436. }
  437.  
  438. hellfish {
  439. # The maximum number of hellfish blocks per vein.
  440. I:BlocksPerGroup=12
  441.  
  442. # If true, Hellfish will spawn in the Nether. Note that setting this false will not kill active Hellfish mobs.
  443. B:Enable=true
  444.  
  445. # If true, Hellfish will spawn from broken NetherOres.
  446. B:EnableSpawningFromOre=false
  447.  
  448. # The maximum number of hellfish veins per chunk.
  449. I:GroupsPerChunk=9
  450. I:MaxY=127
  451. I:MinY=126
  452.  
  453. # The chance out of 10000 that a broken ore will spawn a hellfish.
  454. I:SpawningFromOreChance=1000
  455. }
  456.  
  457. ores {
  458.  
  459. coal {
  460. I:BlocksPerGroup=16
  461.  
  462. # Disables generation of Coal (overrides global ForceOreSpawn)
  463. B:Disable=false
  464.  
  465. # Force Coal to generate (overrides Disable)
  466. B:Force=false
  467. I:GroupsPerChunk=8
  468. I:MaxY=127
  469. I:MinY=1
  470.  
  471. # The pickaxe level required to mine Coal
  472. I:MiningLevel=2
  473. }
  474.  
  475. diamond {
  476. I:BlocksPerGroup=3
  477.  
  478. # Disables generation of Diamond (overrides global ForceOreSpawn)
  479. B:Disable=false
  480.  
  481. # Force Diamond to generate (overrides Disable)
  482. B:Force=false
  483. I:GroupsPerChunk=4
  484. I:MaxY=127
  485. I:MinY=1
  486.  
  487. # The pickaxe level required to mine Diamond
  488. I:MiningLevel=2
  489. }
  490.  
  491. gold {
  492. I:BlocksPerGroup=6
  493.  
  494. # Disables generation of Gold (overrides global ForceOreSpawn)
  495. B:Disable=false
  496.  
  497. # Force Gold to generate (overrides Disable)
  498. B:Force=false
  499. I:GroupsPerChunk=8
  500. I:MaxY=127
  501. I:MinY=1
  502.  
  503. # The pickaxe level required to mine Gold
  504. I:MiningLevel=2
  505. }
  506.  
  507. iron {
  508. I:BlocksPerGroup=8
  509.  
  510. # Disables generation of Iron (overrides global ForceOreSpawn)
  511. B:Disable=false
  512.  
  513. # Force Iron to generate (overrides Disable)
  514. B:Force=false
  515. I:GroupsPerChunk=8
  516. I:MaxY=127
  517. I:MinY=1
  518.  
  519. # The pickaxe level required to mine Iron
  520. I:MiningLevel=2
  521. }
  522.  
  523. lapis {
  524. I:BlocksPerGroup=6
  525.  
  526. # Disables generation of Lapis (overrides global ForceOreSpawn)
  527. B:Disable=false
  528.  
  529. # Force Lapis to generate (overrides Disable)
  530. B:Force=false
  531. I:GroupsPerChunk=6
  532. I:MaxY=127
  533. I:MinY=1
  534.  
  535. # The pickaxe level required to mine Lapis
  536. I:MiningLevel=2
  537. }
  538.  
  539. redstone {
  540. I:BlocksPerGroup=8
  541.  
  542. # Disables generation of Redstone (overrides global ForceOreSpawn)
  543. B:Disable=false
  544.  
  545. # Force Redstone to generate (overrides Disable)
  546. B:Force=false
  547. I:GroupsPerChunk=6
  548. I:MaxY=127
  549. I:MinY=1
  550.  
  551. # The pickaxe level required to mine Redstone
  552. I:MiningLevel=2
  553. }
  554.  
  555. copper {
  556. I:BlocksPerGroup=8
  557.  
  558. # Disables generation of Copper (overrides global ForceOreSpawn)
  559. B:Disable=false
  560.  
  561. # Force Copper to generate (overrides Disable)
  562. B:Force=false
  563. I:GroupsPerChunk=8
  564. I:MaxY=127
  565. I:MinY=1
  566.  
  567. # The pickaxe level required to mine Copper
  568. I:MiningLevel=2
  569. }
  570.  
  571. tin {
  572. I:BlocksPerGroup=8
  573.  
  574. # Disables generation of Tin (overrides global ForceOreSpawn)
  575. B:Disable=false
  576.  
  577. # Force Tin to generate (overrides Disable)
  578. B:Force=false
  579. I:GroupsPerChunk=8
  580. I:MaxY=127
  581. I:MinY=1
  582.  
  583. # The pickaxe level required to mine Tin
  584. I:MiningLevel=2
  585. }
  586.  
  587. emerald {
  588. I:BlocksPerGroup=2
  589.  
  590. # Disables generation of Emerald (overrides global ForceOreSpawn)
  591. B:Disable=false
  592.  
  593. # Force Emerald to generate (overrides Disable)
  594. B:Force=false
  595. I:GroupsPerChunk=3
  596. I:MaxY=127
  597. I:MinY=1
  598.  
  599. # The pickaxe level required to mine Emerald
  600. I:MiningLevel=2
  601. }
  602.  
  603. silver {
  604. I:BlocksPerGroup=4
  605.  
  606. # Disables generation of Silver (overrides global ForceOreSpawn)
  607. B:Disable=false
  608.  
  609. # Force Silver to generate (overrides Disable)
  610. B:Force=false
  611. I:GroupsPerChunk=6
  612. I:MaxY=127
  613. I:MinY=1
  614.  
  615. # The pickaxe level required to mine Silver
  616. I:MiningLevel=2
  617. }
  618.  
  619. lead {
  620. I:BlocksPerGroup=6
  621.  
  622. # Disables generation of Lead (overrides global ForceOreSpawn)
  623. B:Disable=false
  624.  
  625. # Force Lead to generate (overrides Disable)
  626. B:Force=false
  627. I:GroupsPerChunk=6
  628. I:MaxY=127
  629. I:MinY=1
  630.  
  631. # The pickaxe level required to mine Lead
  632. I:MiningLevel=2
  633. }
  634.  
  635. uranium {
  636. I:BlocksPerGroup=2
  637.  
  638. # Disables generation of Uranium (overrides global ForceOreSpawn)
  639. B:Disable=false
  640.  
  641. # Force Uranium to generate (overrides Disable)
  642. B:Force=false
  643. I:GroupsPerChunk=3
  644. I:MaxY=127
  645. I:MinY=1
  646.  
  647. # The pickaxe level required to mine Uranium
  648. I:MiningLevel=2
  649. }
  650.  
  651. nikolite {
  652. I:BlocksPerGroup=4
  653.  
  654. # Disables generation of Nikolite (overrides global ForceOreSpawn)
  655. B:Disable=false
  656.  
  657. # Force Nikolite to generate (overrides Disable)
  658. B:Force=false
  659. I:GroupsPerChunk=8
  660. I:MaxY=127
  661. I:MinY=1
  662.  
  663. # The pickaxe level required to mine Nikolite
  664. I:MiningLevel=2
  665. }
  666.  
  667. ruby {
  668. I:BlocksPerGroup=3
  669.  
  670. # Disables generation of Ruby (overrides global ForceOreSpawn)
  671. B:Disable=false
  672.  
  673. # Force Ruby to generate (overrides Disable)
  674. B:Force=false
  675. I:GroupsPerChunk=6
  676. I:MaxY=127
  677. I:MinY=1
  678.  
  679. # The pickaxe level required to mine Ruby
  680. I:MiningLevel=2
  681. }
  682.  
  683. peridot {
  684. I:BlocksPerGroup=3
  685.  
  686. # Disables generation of Peridot (overrides global ForceOreSpawn)
  687. B:Disable=false
  688.  
  689. # Force Peridot to generate (overrides Disable)
  690. B:Force=false
  691. I:GroupsPerChunk=6
  692. I:MaxY=127
  693. I:MinY=1
  694.  
  695. # The pickaxe level required to mine Peridot
  696. I:MiningLevel=2
  697. }
  698.  
  699. sapphire {
  700. I:BlocksPerGroup=3
  701.  
  702. # Disables generation of Sapphire (overrides global ForceOreSpawn)
  703. B:Disable=false
  704.  
  705. # Force Sapphire to generate (overrides Disable)
  706. B:Force=false
  707. I:GroupsPerChunk=6
  708. I:MaxY=127
  709. I:MinY=1
  710.  
  711. # The pickaxe level required to mine Sapphire
  712. I:MiningLevel=2
  713. }
  714.  
  715. platinum {
  716. I:BlocksPerGroup=3
  717.  
  718. # Disables generation of Platinum (overrides global ForceOreSpawn)
  719. B:Disable=false
  720.  
  721. # Force Platinum to generate (overrides Disable)
  722. B:Force=false
  723. I:GroupsPerChunk=1
  724. I:MaxY=127
  725. I:MinY=1
  726.  
  727. # The pickaxe level required to mine Platinum
  728. I:MiningLevel=2
  729. }
  730.  
  731. nickel {
  732. I:BlocksPerGroup=6
  733.  
  734. # Disables generation of Nickel (overrides global ForceOreSpawn)
  735. B:Disable=false
  736.  
  737. # Force Nickel to generate (overrides Disable)
  738. B:Force=false
  739. I:GroupsPerChunk=4
  740. I:MaxY=127
  741. I:MinY=1
  742.  
  743. # The pickaxe level required to mine Nickel
  744. I:MiningLevel=2
  745. }
  746.  
  747. steel {
  748. I:BlocksPerGroup=4
  749.  
  750. # Disables generation of Steel (overrides global ForceOreSpawn)
  751. B:Disable=false
  752.  
  753. # Force Steel to generate (overrides Disable)
  754. B:Force=false
  755. I:GroupsPerChunk=3
  756. I:MaxY=127
  757. I:MinY=1
  758.  
  759. # The pickaxe level required to mine Steel
  760. I:MiningLevel=2
  761. }
  762.  
  763. iridium {
  764. I:BlocksPerGroup=2
  765.  
  766. # Disables generation of Iridium (overrides global ForceOreSpawn)
  767. B:Disable=false
  768.  
  769. # Force Iridium to generate (overrides Disable)
  770. B:Force=false
  771. I:GroupsPerChunk=1
  772. I:MaxY=127
  773. I:MinY=1
  774.  
  775. # The pickaxe level required to mine Iridium
  776. I:MiningLevel=2
  777. }
  778.  
  779. osmium {
  780. I:BlocksPerGroup=7
  781.  
  782. # Disables generation of Osmium (overrides global ForceOreSpawn)
  783. B:Disable=false
  784.  
  785. # Force Osmium to generate (overrides Disable)
  786. B:Force=false
  787. I:GroupsPerChunk=8
  788. I:MaxY=127
  789. I:MinY=1
  790.  
  791. # The pickaxe level required to mine Osmium
  792. I:MiningLevel=2
  793. }
  794.  
  795. sulfur {
  796. I:BlocksPerGroup=12
  797.  
  798. # Disables generation of Sulfur (overrides global ForceOreSpawn)
  799. B:Disable=false
  800.  
  801. # Force Sulfur to generate (overrides Disable)
  802. B:Force=false
  803. I:GroupsPerChunk=12
  804. I:MaxY=127
  805. I:MinY=1
  806.  
  807. # The pickaxe level required to mine Sulfur
  808. I:MiningLevel=2
  809. }
  810.  
  811. titanium {
  812. I:BlocksPerGroup=2
  813.  
  814. # Disables generation of Titanium (overrides global ForceOreSpawn)
  815. B:Disable=false
  816.  
  817. # Force Titanium to generate (overrides Disable)
  818. B:Force=false
  819. I:GroupsPerChunk=3
  820. I:MaxY=127
  821. I:MinY=1
  822.  
  823. # The pickaxe level required to mine Titanium
  824. I:MiningLevel=2
  825. }
  826.  
  827. mithril {
  828. I:BlocksPerGroup=6
  829.  
  830. # Disables generation of Mithril (overrides global ForceOreSpawn)
  831. B:Disable=false
  832.  
  833. # Force Mithril to generate (overrides Disable)
  834. B:Force=false
  835. I:GroupsPerChunk=6
  836. I:MaxY=127
  837. I:MinY=1
  838.  
  839. # The pickaxe level required to mine Mithril
  840. I:MiningLevel=2
  841. }
  842.  
  843. adamantium {
  844. I:BlocksPerGroup=4
  845.  
  846. # Disables generation of Adamantium (overrides global ForceOreSpawn)
  847. B:Disable=false
  848.  
  849. # Force Adamantium to generate (overrides Disable)
  850. B:Force=false
  851. I:GroupsPerChunk=5
  852. I:MaxY=127
  853. I:MinY=1
  854.  
  855. # The pickaxe level required to mine Adamantium
  856. I:MiningLevel=2
  857. }
  858.  
  859. rutile {
  860. I:BlocksPerGroup=4
  861.  
  862. # Disables generation of Rutile (overrides global ForceOreSpawn)
  863. B:Disable=false
  864.  
  865. # Force Rutile to generate (overrides Disable)
  866. B:Force=false
  867. I:GroupsPerChunk=3
  868. I:MaxY=127
  869. I:MinY=1
  870.  
  871. # The pickaxe level required to mine Rutile
  872. I:MiningLevel=2
  873. }
  874.  
  875. tungsten {
  876. I:BlocksPerGroup=8
  877.  
  878. # Disables generation of Tungsten (overrides global ForceOreSpawn)
  879. B:Disable=false
  880.  
  881. # Force Tungsten to generate (overrides Disable)
  882. B:Force=false
  883. I:GroupsPerChunk=8
  884. I:MaxY=127
  885. I:MinY=1
  886.  
  887. # The pickaxe level required to mine Tungsten
  888. I:MiningLevel=2
  889. }
  890.  
  891. amber {
  892. I:BlocksPerGroup=6
  893.  
  894. # Disables generation of Amber (overrides global ForceOreSpawn)
  895. B:Disable=false
  896.  
  897. # Force Amber to generate (overrides Disable)
  898. B:Force=false
  899. I:GroupsPerChunk=5
  900. I:MaxY=127
  901. I:MinY=1
  902.  
  903. # The pickaxe level required to mine Amber
  904. I:MiningLevel=2
  905. }
  906.  
  907. tennantite {
  908. I:BlocksPerGroup=8
  909.  
  910. # Disables generation of Tennantite (overrides global ForceOreSpawn)
  911. B:Disable=false
  912.  
  913. # Force Tennantite to generate (overrides Disable)
  914. B:Force=false
  915. I:GroupsPerChunk=8
  916. I:MaxY=127
  917. I:MinY=1
  918.  
  919. # The pickaxe level required to mine Tennantite
  920. I:MiningLevel=2
  921. }
  922.  
  923. salt {
  924. I:BlocksPerGroup=5
  925.  
  926. # Disables generation of Salt (overrides global ForceOreSpawn)
  927. B:Disable=false
  928.  
  929. # Force Salt to generate (overrides Disable)
  930. B:Force=false
  931. I:GroupsPerChunk=5
  932. I:MaxY=127
  933. I:MinY=1
  934.  
  935. # The pickaxe level required to mine Salt
  936. I:MiningLevel=2
  937. }
  938.  
  939. saltpeter {
  940. I:BlocksPerGroup=4
  941.  
  942. # Disables generation of Saltpeter (overrides global ForceOreSpawn)
  943. B:Disable=false
  944.  
  945. # Force Saltpeter to generate (overrides Disable)
  946. B:Force=false
  947. I:GroupsPerChunk=6
  948. I:MaxY=127
  949. I:MinY=1
  950.  
  951. # The pickaxe level required to mine Saltpeter
  952. I:MiningLevel=2
  953. }
  954.  
  955. magnesium {
  956. I:BlocksPerGroup=5
  957.  
  958. # Disables generation of Magnesium (overrides global ForceOreSpawn)
  959. B:Disable=false
  960.  
  961. # Force Magnesium to generate (overrides Disable)
  962. B:Force=false
  963. I:GroupsPerChunk=4
  964. I:MaxY=127
  965. I:MinY=1
  966.  
  967. # The pickaxe level required to mine Magnesium
  968. I:MiningLevel=2
  969. }
  970.  
  971. }
  972.  
  973. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement