added recipe to smelt wrought iron ingots back into cast iron in case you need them in that state

This commit is contained in:
Pyritie 2025-07-01 22:10:08 +01:00
parent aab85119a9
commit 74335f4f8b

View file

@ -1230,4 +1230,7 @@ const registerGTCEURecipes = (event) => {
.EUt(GTValues.VA[GTValues.ULV])
//#endregion
event.smelting('minecraft:iron_ingot', '#forge:ingots/wrought_iron')
.id('tfg:revert_wrought_iron_ingot')
}