Перейти к содержимому
Mineforgian

NER ItemsAdder Integration

A plugin for ItemsAdder and NeverEnoughRecipes, adding various features and fixes.

Загрузки
10
Подписчики
0
Обновлён
11 августа 2026 г.
Лицензия
MIT

Опубликован 18 июля 2026 г.

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
      # ...
  • 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.

Ченджлог

2.0.0Релиз26.1.1, 26.1.2, 26.2 · 11 августа 2026 г.

This version is a rewrite of the plugin that also comes with a renaming. From now on is the plugin called "NER ItemsAdder Integration", as it is no longer just for fixing recipes in NER.

This version adds two new features:

Namespace support

Custom Namespaces from ItemsAdder are now supported in NER. Simply use @<namespace> to search for <namespace>

Item Groups

You can create Item Groups for custom ItemsAdder items in NER now! A basic tutorial is shown on the mod page. Note that only v1.4.0 and newer are supported for this feature.

1.0.0Релиз26.1.1, 26.1.2, 26.2 · 19 июля 2026 г.

First release

Комментарии

Загружаем…