This commit is contained in:
Dmitry 2023-12-11 09:48:21 +07:00
parent a82d362592
commit 8661e03ad9
5 changed files with 180 additions and 48 deletions

View file

@ -102,6 +102,12 @@ const registerTFCHeats = (event) => {
event.itemHeat(`gtceu:${metal}_knife_butchery_head`, 1.429, metalSpecs.forging_temp, metalSpecs.welding_temp)
}
})
// Ведро из синей стали
event.itemHeat('tfc:metal/bucket/blue_steel', 1.429, 924, 1232)
// Ведро из красной
event.itemHeat('tfc:metal/bucket/red_steel', 1.429, 924, 1232)
}
/**