This commit is contained in:
Pyritie 2025-10-19 17:15:54 +01:00
parent 3f599cc69a
commit df61ed4963
2 changed files with 5 additions and 0 deletions

View file

@ -103,4 +103,5 @@ function removeGreateRecipes(event) {
event.remove({ mod: 'greate', type: 'gtceu:assembler' });
event.remove({ id: 'greate:cutting/integration/create/cutting/runtime_generated/compat/minecraft/bamboo_planks_to_bamboo_button' })
event.remove({ id: 'greate:mixing/integration/gtceu/mixer/fire_charge' })
}

View file

@ -255,6 +255,7 @@ function registerTFCItemTags(event) {
event.add("tfc:corals", "tfc:coral/brain_dead_coral");
event.add("tfc:corals", "tfc:coral/fire_dead_coral");
event.add("tfc:corals", "tfc:coral/horn_dead_coral");
event.add("forge:corals", "#tfc:corals");
// Теги для каменных ступенек тфк
global.TFC_STONE_TYPES.forEach((stoneTypeName) => {
@ -464,6 +465,9 @@ function registerTFCBlockTags(event) {
});
event.add('tfc:can_be_snow_piled', 'tfc:groundcover/feather');
event.add('tfcambiental:hot_stuff', 'tfc:pot');
event.add('tfcambiental:hot_stuff', 'tfc:grill');
}
/** @param {TagEvent.Fluid} event */