This commit is contained in:
Dmitry 2023-12-10 21:12:01 +07:00
parent 02b606ac03
commit a2863086bf
3 changed files with 20 additions and 0 deletions

View file

@ -60,6 +60,10 @@ const registerTFCMetals = (event) => {
)
*/
const registerTFCHeats = (event) => {
Object.entries(global.METAL_TO_SPECS).forEach(keyValuePair => {
})
event.itemHeat('gtceu:compressed_coke_clay', 0.5, null, null)
}