You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not work if you follow the wiki as written.
First you need to get your vanilla item type. Which it doesnt tell you. also you have to wrap the items in an itemstack. it actually works like this so please update the wiki
@Override
public void registerRecipes(IRecipeRegistration registration) {
registration.getIngredientManager().removeIngredientsAtRuntime(VanillaTypes.ITEM_STACK,
Arrays.asList(
new ItemStack( YOUR_ITEM_GOES_HERE )
));
}
Steps to Reproduce the Bug
On this page
In minecraft 1.20.1 there is no " register( IModRegistry registry) " method, and there is no getIngredientBlacklist() in the helpers
Expected Behavior
I expect the wiki to be fixed, and i expect there to be a way to hide items in the plugin.
Example: my mod has tons of colourful farmland and i want to hide all the farmland blocks from JEI list
Actual Behavior
its impossible to hide items in the plugin, AND there is no IIngredientBlacklist
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
If theres a new way to hide items i cant find anyone who knows how to do it, and the steps on the wiki Do Not Work in minecraft 1.20.1 https://github.com/mezz/JustEnoughItems/wiki/Hiding-Ingredients
latest.log
No response
The text was updated successfully, but these errors were encountered: