removed cast iron tongs
This commit is contained in:
@@ -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'
|
||||
];
|
||||
Reference in New Issue
Block a user