neuralgia/kubejs/server_scripts/hotornot/recipes.js
2024-04-25 20:16:37 +07:00

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