Question: Remove recipes.
ErythroCraft opened this issue ยท 4 comments
Hello.
First, your mod very nice and I love it.
So. I must delete any recipes in my project. I found a mod that remove the items from creative Inventory.
But not from the EMI recipe view sidebar.
This is the example for JEI: (Minecraft 1.20.1)
JEIEvents.hideItems(event => {
event.hide('example:ingredient')
})
Can you help me on your mod?
Or you can create a version with an config option to do this.
disableDisplayRecipes: [
"examplemod1:example_item1",
"examplemod2:exampl_item"
]
Read through the github wiki, there are several ways to disable items, recipes, and other modifications you can make

