Update Industrial Grinder advancement. Closes #3017
This commit is contained in:
parent
389cf2efbc
commit
1ac4881bfa
2 changed files with 3 additions and 3 deletions
|
@ -1010,8 +1010,8 @@
|
|||
"advancements.techreborn.upgrade.desc": "Craft any upgrade",
|
||||
"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 a raw iridium",
|
||||
"advancements.techreborn.industrialgrinder": "Beneficiation en mass",
|
||||
"advancements.techreborn.industrialgrinder.desc": "Craft an Industrial Grinder",
|
||||
"advancements.techreborn.implosion": "Mini Supernova",
|
||||
"advancements.techreborn.implosion.desc": "Place an implosion compressor down",
|
||||
"advancements.techreborn.interdimensionalsu": "Is This A Tesseract?",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["techreborn:raw_iridium"]
|
||||
"items": ["techreborn:industrial_grinder"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue