NER ItemsAdder Integration
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #177 of 222 paper mods in this game by downloads
📋 About This Mod
# NER ItemsAdder Integration **NER ItemsAdder Integration** (or NER_IA_Integration) is a paper-plugin made for (https://modrinth.com/plugin/neverenoughrecipes) and (https://itemsadder.com), 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: ```yaml info: namespace: example ner_item_groups: group1: title: "My Item Group" animate_icon: true items: - example:item1 - example:item2 # ... ``` - `group1` can 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. - `title` sets the title to use for the Item group. Any MiniMessage formatting usable in an Item's display name can be used here. - `animate_icon` sets whether the item shown for the group should cycle through all Items in the group. Not setting this will default to `true`. - `items` sets 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.
# NER ItemsAdder Integration
NER ItemsAdder Integration (or NER_IA_Integration) is a paper-plugin made for (https://modrinth.com/plugin/neverenoughrecipes) and (https://itemsadder.com), 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 (`@
### 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: ```yaml info: namespace: example
ner_item_groups: group1: title: "My Item Group" animate_icon: true items: - example:item1 - example:item2 # ... ```
- `group1` can 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.
- `title` sets the title to use for the Item group. Any MiniMessage formatting usable in an Item's display name can be used here.
- `animate_icon` sets whether the item shown for the group should cycle through all Items in the group. Not setting this will default to `true`.
- `items` sets 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.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Andre601
- Version
- 2.0.0
- Downloads
- 10
- Endorsements
- 0
- Category
- paper
- Created
- 8/7/2026
- Updated
- 8/11/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2, 26.2
- Tags
- utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does NER ItemsAdder Integration support?
The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of NER ItemsAdder Integration?
Version 2.0.0, published 2026-08-11 with 10 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await