recipe fixes

This commit is contained in:
SpeeeDCraft 2023-11-16 17:42:31 +07:00
parent c1450a7ebb
commit 938c5da6c0
6 changed files with 94 additions and 8 deletions

View file

@ -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' })