Can't remove enchanting aparatus recipes
johalun opened this issue ยท 1 comments
We have this code
ServerEvents.recipes(event => {
[
'ars_nouveau:drygmy_charm',
'ars_nouveau:whirlisprig_charm'
].forEach((recipeID) => event.remove({id: recipeID}));
});
I expect it to remove these recipes so we can replace them with other variants but they are still in the game. Is this not supported or are we doing something wrong?
Thanks!