fixed iron dust in the steam bloomery
This commit is contained in:
parent
5db88cda00
commit
0ac8108f50
1 changed files with 2 additions and 1 deletions
|
|
@ -990,7 +990,8 @@ const registerGTCEURecipes = (event) => {
|
|||
if (tfcProperty == null)
|
||||
return;
|
||||
|
||||
if (tfcProperty.getOutputMaterial() == GTMaterials.Iron) {
|
||||
const outputMaterial = tfcProperty.getOutputMaterial() == null ? material : tfcProperty.getOutputMaterial()
|
||||
if (outputMaterial == GTMaterials.Iron) {
|
||||
event.recipes.gtceu.steam_bloomery(`steam_raw_iron_bloom_coal_${material.getName()}`)
|
||||
.itemInputs(ChemicalHelper.get(TagPrefix.dust, material, 1), '#tfc:steam_bloomery_basic_fuels')
|
||||
.itemOutputs('tfc:raw_iron_bloom')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue