10 lines
No EOL
331 B
JavaScript
10 lines
No EOL
331 B
JavaScript
// priority: 0
|
|
|
|
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' })
|
|
} |