Add files via upload

Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
This commit is contained in:
SverhRazum-Nah 2025-01-24 21:50:52 +03:00 committed by GitHub
parent 36afeeab12
commit 9ad7d5a05d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,6 +258,13 @@ const registerTFCBlockTags = (event) => {
// Удаление тегов у руд
event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/")
//#region Позволяем ТФК магме греть бойлер из Create
global.TFC_MAGMA_BLOCKS.forEach(el => {
event.add('create:passive_boiler_heaters', el)
})
//#endregion
}
const registerTFCFluidTags = (event) => {