fixed small wrought iron gear melting into wrought iron and not cast iron
This commit is contained in:
parent
cc47fe55ce
commit
8cdce5c826
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ function registerTFCMaterialsRecipes(event) {
|
|||
|
||||
if (tfcProperty.getMeltTemp() <= 1540) {
|
||||
event.recipes.tfc.heating(`gtceu:small_${material.getName()}_gear`, tfcProperty.getMeltTemp())
|
||||
.resultFluid(Fluid.of(`gtceu:${material.getName()}`, 144))
|
||||
.resultFluid(Fluid.of(outputMaterial, 144))
|
||||
.id(`tfc:heating/small_${material.getName()}_gear`)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue