Fix Iridiyum advancement. Closes #2878
This commit is contained in:
parent
9683023658
commit
cf6a8ae72c
2 changed files with 2 additions and 2 deletions
|
@ -1003,7 +1003,7 @@
|
|||
"advancements.techreborn.blastfurnace": "What A Steel",
|
||||
"advancements.techreborn.blastfurnace.desc": "Place a blast furnace",
|
||||
"advancements.techreborn.industrialgrinder": "Iridiyum",
|
||||
"advancements.techreborn.industrialgrinder.desc": "Grind iridium ore in an industrial grinder to get an iridium ingot",
|
||||
"advancements.techreborn.industrialgrinder.desc": "Grind iridium ore in an industrial grinder to get a raw iridium",
|
||||
"advancements.techreborn.implosion": "Mini Supernova",
|
||||
"advancements.techreborn.implosion.desc": "Place an implosion compressor down",
|
||||
"advancements.techreborn.interdimensionalsu": "Is This A Tesseract?",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["techreborn:iridium_ingot"]
|
||||
"items": ["techreborn:raw_iridium"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue