Add files via upload
Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
This commit is contained in:
parent
36afeeab12
commit
9ad7d5a05d
1 changed files with 7 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue