Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 22, 2024
1 parent 7f1e446 commit de3ad3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubejs/server_scripts/hotornot/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit de3ad3d

Please sign in to comment.