Add 2 stacks of lepidiolite ore to HM t5 ores

This commit is contained in:
IntegerLimit 2023-03-08 12:25:01 +11:00
parent 9a353a63ec
commit 098fb08b56
3 changed files with 5 additions and 3 deletions

View File

@ -14278,7 +14278,7 @@
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"autoclaim:1": 0, "autoclaim:1": 0,
"desc:8": "The Fifth Micro Miner.\n\nThe only source of §6Naquadah§r, in the form of §cSnowchestite Ore§r. Along with it, § §2Kaemanite Ore§r (for §6Trinium§r).\n\nWhen provided with §6Stabilized Uranium§r, brings:\n§6§2* Uraninite Ore§6\n* Palladium Ore\n§2* Realgar Ore\n§6* Bastnasite Ore\n* Sphalerite Ore\n* Monazite Ore\n§2* Enderpearl Blocks\n* Osmiridium 80/20 Ore\n* Iridosmine 80/20 Ore\n§6* Boron Dust\n* Molybdenite Ore\n* Beryllium Ore\n* Fluorite Ore", "desc:8": "The Fifth Micro Miner.\n\nThe only source of §6Naquadah§r, in the form of §cSnowchestite Ore§r. Along with it, § §2Kaemanite Ore§r (for §6Trinium§r).\n\nWhen provided with §6Stabilized Uranium§r, brings:\n§6§2* Uraninite Ore§6\n* Palladium Ore\n§2* Realgar Ore\n§6* Bastnasite Ore\n* Sphalerite Ore\n* Monazite Ore\n§2* Enderpearl Blocks\n* Osmiridium 80/20 Ore\n* Iridosmine 80/20 Ore\n§6* Boron Dust\n* Molybdenite Ore\n* Beryllium Ore\n* Fluorite Ore\n§2* Lepidolite Ore",
"globalshare:1": 0, "globalshare:1": 0,
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,

View File

@ -14278,7 +14278,7 @@
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"autoclaim:1": 0, "autoclaim:1": 0,
"desc:8": "The Fifth Micro Miner.\n\nThe only source of §6Naquadah§r, in the form of §cSnowchestite Ore§r. Along with it, § §2Kaemanite Ore§r (for §6Trinium§r).\n\nWhen provided with §6Stabilized Uranium§r, brings:\n§6§2* Uraninite Ore§6\n* Palladium Ore\n§2* Realgar Ore\n§6* Bastnasite Ore\n* Sphalerite Ore\n* Monazite Ore\n§2* Enderpearl Blocks\n* Osmiridium 80/20 Ore\n* Iridosmine 80/20 Ore\n§6* Boron Dust\n* Molybdenite Ore\n* Beryllium Ore\n* Fluorite Ore", "desc:8": "The Fifth Micro Miner.\n\nThe only source of §6Naquadah§r, in the form of §cSnowchestite Ore§r. Along with it, § §2Kaemanite Ore§r (for §6Trinium§r).\n\nWhen provided with §6Stabilized Uranium§r, brings:\n§6§2* Uraninite Ore§6\n* Palladium Ore\n§2* Realgar Ore\n§6* Bastnasite Ore\n* Sphalerite Ore\n* Monazite Ore\n§2* Enderpearl Blocks\n* Osmiridium 80/20 Ore\n* Iridosmine 80/20 Ore\n§6* Boron Dust\n* Molybdenite Ore\n* Beryllium Ore\n* Fluorite Ore\n§2* Lepidolite Ore",
"globalshare:1": 0, "globalshare:1": 0,
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,

View File

@ -876,7 +876,9 @@ microverse_projector_advanced.recipeMap
<gregtech:ore_molybdenite_0> * 64, <gregtech:ore_molybdenite_0> * 64,
<gregtech:ore_beryllium_0> * 64, <gregtech:ore_beryllium_0> * 64,
<gregtech:ore_beryllium_0> * 64, <gregtech:ore_beryllium_0> * 64,
<gregtech:ore_fluorite_0> * 64) <gregtech:ore_fluorite_0> * 64,
<gregtech:ore_lepidolite_0> * 64,
<gregtech:ore_lepidolite_0> * 64)
.buildAndRegister(); .buildAndRegister();