I want there to be recipe which I would only show in patchouli book but I dont want to show it in JEI. For some reason if you change the recipe to a different type than it was originally the whole book is unreadable so I made dummy recipe to show that recipe has been changed but I dont know how to hide it in jei lol. I tried this:
JEIEvents.removeRecipes(event => {
event.remove('minecraft:shaped', 'ars_nouveau:imbuement_chamber')
event.remove('minecraft:shapeless', 'ars_nouveau:imbuement_chamber')
})
but im not sure what the first parameter is supposed to be. The other one is im assuming recipe id? Anyway it didnt work