more
This commit is contained in:
parent
a82d362592
commit
8661e03ad9
5 changed files with 180 additions and 48 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue