EMI

EMI

14M Downloads

Question: Remove recipes.

ErythroCraft opened this issue ยท 4 comments

commented

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?

commented

Or you can create a version with an config option to do this.

disableDisplayRecipes: [
"examplemod1:example_item1",
"examplemod2:exampl_item"
]

commented

Read through the github wiki, there are several ways to disable items, recipes, and other modifications you can make

commented

Read through the github wiki, there are several ways to disable items, recipes, and other modifications you can make

assets/emi/recipe/filters/

will not remove the recipe assets/minecraft/data/recipes/wooden_sword

remove.json

Image Image
commented

Thank you very much for helping me. I think I must find a way about my problem by myself.
There more mixin mods loaded in my modpack with forge/neoforge/fabric/Quilt loader.