naughty naughty (#1768)

This commit is contained in:
Redeix 2025-09-09 00:34:57 -05:00 committed by GitHub
parent 568db16430
commit 2a3a179d48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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, '_'));
})