This commit is contained in:
Pyritie 2025-05-03 20:18:47 +01:00
parent 292536bcfa
commit e5647535d0

View file

@ -2,13 +2,4 @@
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' })
event.recipes.tfc.loom('tfchotornot:wool_potholder', '2x minecraft:blue_wool', 16, 'minecraft:block/white_wool')
.id('tfchotornot:loom/wool_potholder')
}