shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
327 stars 66 forks source link

[Feature] Support ignoring specific NBT data in autofill or Custom Recipes from config. #1408

Open ItWasEnder opened 1 year ago

ItWasEnder commented 1 year ago

What is your feature request?

Currently as it is, custom recipes in vanilla added by the server will show up under the original item and not care for the custom model data or nbt. A solution for this could be to allow for recipes to be read in from a file and servers to just ship a REI config for players to use.

This is a bit of a two part feature but there is another issue with auto filling items. On my server we "mark" all items picked up from players with the NBT tag of "collected" which means that autofill function in REI and the recipe book does not work. A simple work around using REI could be that you just add an NBT string and it will be ignored by REI making it possible to auto fill.

This may seem some what niche but I believe that a lot of people could get great use out of this and REI could extend itself to be a goto mode for both modded and vanilla servers.

image

image

What do you think this change is of?