KubeJS Ars Nouveau

KubeJS Ars Nouveau

1M Downloads

Can't remove enchanting aparatus recipes

johalun opened this issue ยท 1 comments

commented

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!

commented

Never mind, it does work. Local error.