remove all passive boiler heaters
This commit is contained in:
parent
5845513c43
commit
0239e0143f
2 changed files with 1 additions and 7 deletions
|
|
@ -104,7 +104,7 @@ const registerCreateBlockTags = (event) => {
|
|||
event.add('create:chest_mounted_storage', '#forge:chests/wooden')
|
||||
event.add('create:chest_mounted_storage', 'framedblocks:framed_chest')
|
||||
|
||||
event.remove('create:passive_boiler_heaters', 'minecraft:campfire')
|
||||
event.removeAll('create:passive_boiler_heaters')
|
||||
|
||||
event.remove('create:windmill_sails', 'create:sail_frame')
|
||||
|
||||
|
|
|
|||
|
|
@ -410,12 +410,6 @@ function registerTFCBlockTags(event) {
|
|||
// Удаление тегов у руд
|
||||
event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/");
|
||||
|
||||
//#region Позволяем ТФК магме греть бойлер из Create
|
||||
global.TFC_MAGMA_BLOCKS.forEach((el) => {
|
||||
event.add("create:passive_boiler_heaters", el);
|
||||
});
|
||||
//#endregion
|
||||
|
||||
//#region Nether
|
||||
|
||||
event.add("beneath:nether_bush_plantable_on", "#tfc:clay_grass");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue