recipe fixes
This commit is contained in:
parent
c1450a7ebb
commit
938c5da6c0
6 changed files with 94 additions and 8 deletions
|
|
@ -10,6 +10,10 @@ const registerTFCRecipes = (event) => {
|
|||
event.remove({ id: /tfc:anvil\/.*/ })
|
||||
// event.remove({ id: /tfc:welding.*/ }) // todo
|
||||
|
||||
// Удаляет все рецепты металлических блоков
|
||||
// с полублоками и ступеньками
|
||||
event.remove({ id: /tfc:crafting\/metal\/block\/.*/ })
|
||||
|
||||
event.remove({ id: 'tfc:crafting/vanilla/lapis_block' })
|
||||
|
||||
event.remove({ id: 'tfc:quern/amethyst' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue