update recipes with rich and poor ores
This commit is contained in:
parent
e65121a2e9
commit
28588875bb
3 changed files with 26 additions and 4 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue