NER ItemsAdder Integration
ModrinthA plugin for ItemsAdder and NeverEnoughRecipes, adding various features and fixes.
NER ItemsAdder Integration
NER ItemsAdder Integration (or NER_IA_Integration) is a paper-plugin made for NeverEnoughRecipes and ItemsAdder, providing various features to fix issues and connect ItemsAdder and NER.
Features
ItemsAdder Fake Recipe Fix
Whenever you register a Crafting recipe with custom Items as ingredients will ItemsAdder register two recipes:
- The actual recipe using your custom Items.
- A Fake recipe with
zzzfake_prefixed namespace containing only the base-items as ingredients.
Why ItemsAdder does this isn't clear, but it's most likely to bapass the issue of the Recipe book ignoring NBT data of ingredients, by listening for what recipe was selected and swapping out the items.
These recipes unfortunately also show in NER. This plugin removes these recipes from NER's registry every time IA reloads.
Namespace support
The plugin adds support for using the namespace filter (@<namespace>) in NER for searching custom Items.
Every custom Item registered in ItemsAdder will be added with their custom Namespace to use.
Item Grouping
Since 1.3.0 can Items be grouped together, occupying only one slot in the /ner GUI (i.e. all Beds are grouped together under "Beds").
This plugin adds support for making your own Item Groups for ItemsAdder Items.
All you need to do is add the following to an existing ItemsAdder Config or create a new one:
info:
namespace: example
ner_item_groups:
group1:
title: "My Item Group"
animate_icon: true
items:
- example:item1
- example:item2
# ...
group1can be any name you want and will be used alongside the namespace to create the ID of the item group. If no namespace is defined, will an integer starting at 1 be used instead.titlesets the title to use for the Item group. Any MiniMessage formatting usable in an Item's display name can be used here.animate_iconsets whether the item shown for the group should cycle through all Items in the group. Not setting this will default totrue.itemssets the List of Items to include in this group. Note that only custom ItemsAdder Items are supported.
NOTES:
NER_IA_Integration only supports Item Grouping in 1.4.0 or newer of NER due to 1.3.0 using Materials instead of ItemStacks to separate items.
Additionally are group titles not shown on the collapsed Item Group. Only when open is it shown. It's unclear why this is the case.
Versions
No version history available. Use the Download button to get the latest from the source.
FAQ
How do I install NER ItemsAdder Integration?
Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.
Is NER ItemsAdder Integration free?
NER ItemsAdder Integration is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does NER ItemsAdder Integration support?
Works with Paper. Supports versions 26.1–26.2. See the download section on this page for the full list of supported versions and loaders.

Comments 0
No comments yet. Be the first to share your thoughts.