update recipes with rich and poor ores

This commit is contained in:
Dmitry 2024-01-04 15:55:30 +07:00
parent e65121a2e9
commit 28588875bb
3 changed files with 26 additions and 4 deletions

View file

@ -55,7 +55,9 @@ const registerTFCHeats = (event) => {
}
if (metalSpecs.props.includes('ore_chunks')) {
event.itemHeat(`#forge:rich_raw_materials/${metal}`, 1.429, metalSpecs.forging_temp, metalSpecs.welding_temp)
event.itemHeat(`#forge:raw_materials/${metal}`, 1.429, metalSpecs.forging_temp, metalSpecs.welding_temp)
event.itemHeat(`#forge:poor_raw_materials/${metal}`, 1.429, metalSpecs.forging_temp, metalSpecs.welding_temp)
}
if (metalSpecs.props.includes('tool')) {