Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
NERxIARecipeFix
NERxIARecipeFix is a simple paper-plugin made for NeverEnoughRecipes and ItemsAdder, adding a fix for the custom crafting recipes of ItemsAdder.
The issue
ItemsAdder allows adding crafting recipes that use custom items as ingredients.
For any recipe adding such ingredients does it then create 2 recipes:
- The actual recipe using the Items with their custom data.
- A "fake" recipe using just the base-item used for the ingredients (i.e. Paper).
The actual reason for why ItemsAdder does this is unclear, however, it's most likely to fix a bug, where the recipe on the client ignores custom Item data for ingredients, allowing the base item to satisfy the requirement of the recipe.
It most likely intercepts/detects these fake recipes being used and inserts the custom items instead.
While this fixes the issue for the client recipe book, does it result in the plugin NeverEnoughRecipe displaying both recipes.
The fix
This plugin fixes the issue, by going through all registered recipes, looking for ones whos namespace starts with zzzfake_ which ItemsAdder uses for its dummy recipes.
It then removes them from NER's registry.
This happens every time ItemsAdder's content is reloaded (/iazip is performed).


