Подчищаем за разрабами говно-аддонов

This commit is contained in:
Dmitry 2023-12-10 21:31:18 +07:00
parent 2287540046
commit 3a33abd2c5
4 changed files with 46 additions and 12 deletions

View file

@ -0,0 +1,18 @@
// priority: 0
const registerTFCDataForGTCEU = (event) => {
registerGTCEUHeats(event)
}
/**
* event.itemHeat(
ingredient: Ingredient,
heatCapacity: number,
forgingTemperature: @Nullable number,
weldingTemperature: @Nullable number,
name?: string
)
*/
const registerGTCEUHeats = (event) => {
event.itemHeat('gtceu:compressed_coke_clay', 0.1242, null, null)
}