diff --git a/kubejs/server_scripts/soulbound/tags.js b/kubejs/server_scripts/soulbound/tags.js index eae933e2f..ae0298e35 100644 --- a/kubejs/server_scripts/soulbound/tags.js +++ b/kubejs/server_scripts/soulbound/tags.js @@ -7,4 +7,6 @@ const registerSoulboundItemTags = (event) => { global.SOULBINDABLE_ITEMS.forEach(x => { event.add('tfg:soulbindable_items', x.equipment) }) + + event.add('c:hidden_from_recipe_viewers', 'soulbinding:binding_chains') }