added hot ingots to the hotornot whitelist

This commit is contained in:
Pyritie
2025-07-28 14:26:13 +01:00
parent 54d44ea0a4
commit 49864a2cb6

View File

@@ -8,6 +8,8 @@ const registerHotOrNotItemTags = (event) => {
event.removeAllTagsFrom(item)
event.add('c:hidden_from_recipe_viewers', item)
})
event.add('tfchotornot:hot_whitelist', '#forge:hot_ingots')
}
const registerHotOrNotBlockTags = (event) => {