naughty naughty (#1768)
This commit is contained in:
parent
568db16430
commit
2a3a179d48
1 changed files with 1 additions and 1 deletions
|
|
@ -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, '_'));
|
||||
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue