Update recipes.js
This commit is contained in:
parent
7947a14d10
commit
14df583aec
1 changed files with 8 additions and 5 deletions
|
|
@ -1,12 +1,15 @@
|
|||
// priority: 0
|
||||
|
||||
const registerTFCRecipes = (event) => {
|
||||
// event.remove({ id: /tfc:anvil.*/ })
|
||||
// event.remove({ id: /tfc:welding.*/ })
|
||||
event.remove({ id: /tfc:casting\/.*/ })
|
||||
event.remove({ id: /tfc:quern\/poor.*/ })
|
||||
event.remove({ id: /tfc:quern\/normal.*/ })
|
||||
event.remove({ id: /tfc:quern\/rich.*/ })
|
||||
event.remove({ id: /tfc:heating\/ore.*/ })
|
||||
event.remove({ id: /tfc:heating\/metal.*/ })
|
||||
event.remove({ id: /tfc:heating\/ore.*/ })
|
||||
|
||||
event.remove({ id: /tfc:casting\/.*/ })
|
||||
// event.remove({ id: /tfc:anvil.*/ }) // todo
|
||||
// event.remove({ id: /tfc:welding.*/ }) // todo
|
||||
|
||||
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