fixed tongs getting stuck in ovens

This commit is contained in:
Pyritie 2025-08-26 00:01:14 +01:00
parent 5bec53e7cd
commit b92f6b250c
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,8 @@ const registerHotOrNotItemTags = (event) => {
})
event.add('tfchotornot:hot_whitelist', '#forge:hot_ingots')
event.add('firmalife:usable_on_oven', '#tfchotornot:insulating')
}
const registerHotOrNotBlockTags = (event) => {