дикий скрыватор

This commit is contained in:
Dmitry 2023-11-29 20:28:59 +07:00
parent 0ddf860906
commit 3f4bd2763c
5 changed files with 54 additions and 0 deletions

View file

@ -2,6 +2,13 @@
const registerMinecraftRecipes = (event) => {
// Удаление рецептов камня
event.remove({id: 'gtceu:compressor/stone_from_dust'})
// Удаление рецептов жиги
event.remove({id: 'tfc:crafting/vanilla/flint_and_steel'})
event.remove({id: 'ad_astra:recipes/flint_and_steel'})
// Удаление рецептов связанных с наковальней
event.remove({id: 'gtceu:arc_furnace/arc_anvil'})
event.remove({id: 'gtceu:macerator/macerate_anvil'})