fixed small wrought iron gear melting into wrought iron and not cast iron

This commit is contained in:
Pyritie 2025-12-03 23:05:14 +00:00
parent cc47fe55ce
commit 8cdce5c826

View file

@ -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`)
}