This commit is contained in:
Dmitry 2024-05-22 22:16:29 +07:00
parent 7f1e44606c
commit de3ad3db67

View file

@ -7,6 +7,9 @@ const registerHotOrNotItemTags = (event) => {
event.removeAllTagsFrom(item)
event.add('c:hidden_from_recipe_viewers', item)
})
// TODO: TEMP FIX
event.add('tfchotornot:insulating', '#tfc:all_blowpipes')
}
const registerHotOrNotBlockTags = (event) => {