From 2a3a179d48d764824ac454eaa581fbc03dc3625f Mon Sep 17 00:00:00 2001 From: Redeix Date: Tue, 9 Sep 2025 00:34:57 -0500 Subject: [PATCH] naughty naughty (#1768) --- kubejs/server_scripts/soulbound/recipes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/soulbound/recipes.js b/kubejs/server_scripts/soulbound/recipes.js index 19f67affa..d68b64f90 100644 --- a/kubejs/server_scripts/soulbound/recipes.js +++ b/kubejs/server_scripts/soulbound/recipes.js @@ -18,7 +18,7 @@ const registerSoulboundRecipes = (event) => { } result.nbt.put('soulbindingSoulboundItems', true) return result; - }).id(`tfg:soulbind_${x.equipment}`); + }).id(`tfg:soulbind_${x.equipment}`.replace(/[: ]/g, '_')); })