I want to remove the recipe for netherstars but everything i try doesnt work. I tried with removing all recipes that give netherstars and it didnt work. Then i tried to be more specific but it still doesnt work. Also the recipe has no id so it gets even more complicated.
ServerEvents.recipes(event => {
event.remove({ mod: 'hostilenetworks', output: 'minecraft:nether_star' })
})
