remove rich + poor ores

This commit is contained in:
Dmitry 2023-12-15 18:46:00 +07:00
parent 0afc3cafb3
commit 31e1447463
5 changed files with 8 additions and 194 deletions

View file

@ -72,9 +72,7 @@ const registerTFCHeats = (event) => {
}
if (metalSpecs.props.includes('ore_chunks')) {
event.itemHeat(`gtceu:poor_raw_${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(`gtceu:rich_raw_${metal}`, 1.429, metalSpecs.forging_temp, metalSpecs.welding_temp)
}
if (metalSpecs.props.includes('tool')) {