fix overzealous tfc recipe removing

This commit is contained in:
Pyritie 2026-01-19 14:01:59 +00:00
parent 05ed8cdfe8
commit fb34e947e0

View file

@ -4,7 +4,6 @@
function removeTFCRecipes(event) { function removeTFCRecipes(event) {
global.TFC_DISABLED_ITEMS.forEach(item => { global.TFC_DISABLED_ITEMS.forEach(item => {
event.remove({ input: item })
event.remove({ output: item }) event.remove({ output: item })
}) })
@ -12,41 +11,10 @@ function removeTFCRecipes(event) {
event.remove({ id: /tfc:heating\/metal\/*/ }) event.remove({ id: /tfc:heating\/metal\/*/ })
event.remove({ id: /tfc:heating\/ore\/*/ }) event.remove({ id: /tfc:heating\/ore\/*/ })
// Удаление рецептов блоков
event.remove({ id: /tfc:crafting\/metal\/block\/*/ }) event.remove({ id: /tfc:crafting\/metal\/block\/*/ })
// Удаление рецептов ступеней
event.remove({ id: /tfc:crafting\/metal\/block\/*_stairs/ }) event.remove({ id: /tfc:crafting\/metal\/block\/*_stairs/ })
// Удалание рецептов полублоков
event.remove({ id: /tfc:crafting\/metal\/block\/*_slab/ }) event.remove({ id: /tfc:crafting\/metal\/block\/*_slab/ })
//#region Удаление рецептов для предметов из Cast Iron
// Блок
event.remove({ id: `tfc:crafting/metal/block/cast_iron` })
// Ступень
event.remove({ id: `tfc:crafting/metal/block/cast_iron_stairs` })
// Полублок
event.remove({ id: `tfc:crafting/metal/block/cast_iron_slab` })
// Слиток
event.remove({ id: `tfc:casting/cast_iron_ingot` })
event.remove({ id: `tfc:casting/cast_iron_fire_ingot` })
event.remove({ id: `tfc:welding/cast_iron_double_ingot` })
event.remove({ id: `tfc:anvil/cast_iron_rod` })
// Двойной слиток
event.remove({ id: `tfc:anvil/cast_iron_sheet` })
// Пластина
event.remove({ id: `tfc:welding/cast_iron_double_sheet` })
//#endregion
// #region Удаление рецептов // #region Удаление рецептов
event.remove({ id: 'tfc:quern/amethyst' }) event.remove({ id: 'tfc:quern/amethyst' })
event.remove({ id: 'tfc:quern/amethyst_cut' }) event.remove({ id: 'tfc:quern/amethyst_cut' })