This commit is contained in:
Dmitry 2024-04-25 20:16:37 +07:00
parent 8308c40a0d
commit 3cfd06243f

View file

@ -2,6 +2,9 @@
const registerHotOrNotRecipes = (event) => {
event.remove({ id: 'tfchotornot/heating/tong_part/cast_iron' })
event.remove({ id: 'tfchotornot/anvil/tong_part/cast_iron' })
event.remove({ id: 'tfchotornot/heating/tongs/cast_iron' })
event.remove({ id: 'tfchotornot:crafting/tongs/cast_iron' })
}