Change Primary output to Raw Iridium. Thanks to ErrorSys.

Changes primary output to 2x raw iridium as other recipes that use mercury with this machine generally have a greater output than just with water.
Makes more sense to have the raw ore as the output from this machine instead of an ingot, which you would usually get from a furnace of some type.
This commit is contained in:
ErrorSys 2022-02-20 02:35:19 -07:00 committed by GitHub
parent 1a4895e525
commit 774f7709ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -13,10 +13,11 @@
],
"results": [
{
"item": "techreborn:iridium_ingot"
"item": "techreborn:raw_iridium",
"count" : 2
},
{
"item": "techreborn:platinum_dust"
}
]
}
}

View file

@ -13,11 +13,11 @@
],
"results": [
{
"item": "techreborn:iridium_ingot"
"item": "techreborn:raw_iridium"
},
{
"item": "techreborn:platinum_small_dust",
"count": 2
}
]
}
}