дикий скрыватор
This commit is contained in:
parent
0ddf860906
commit
3f4bd2763c
5 changed files with 54 additions and 0 deletions
|
|
@ -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'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue