removed cast iron tongs

This commit is contained in:
Pyritie 2025-07-07 18:53:45 +01:00
parent eca30d9b87
commit 4fa02ec0c9
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -1,4 +1,6 @@
// priority: 0
global.HOT_OR_NOT_DISABLED_ITEMS = [
'tfchotornot:tong_part/cast_iron',
'tfchotornot:tongs/cast_iron'
];