removed cast iron tongs
This commit is contained in:
parent
eca30d9b87
commit
4fa02ec0c9
2 changed files with 5 additions and 0 deletions
|
|
@ -11,4 +11,7 @@ const registerHotOrNotRecipes = (event) => {
|
|||
B: '#forge:rods/wooden'
|
||||
}).id('tfchotornot:crafting/tongs/wood')
|
||||
|
||||
event.remove({ id: 'tfchotornot:anvil/tong_part/cast_iron' })
|
||||
event.remove({ id: 'tfchotornot:crafting/tongs/cast_iron' })
|
||||
event.remove({ id: 'tfchotornot:heating/tongs/cast_iron' })
|
||||
}
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
// priority: 0
|
||||
|
||||
global.HOT_OR_NOT_DISABLED_ITEMS = [
|
||||
'tfchotornot:tong_part/cast_iron',
|
||||
'tfchotornot:tongs/cast_iron'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue