AppliedEnergistics / Applied-Energistics-2

A Minecraft Mod about Matter, Energy and using them to conquer the world..
https://appliedenergistics.github.io/
Other
1.45k stars 668 forks source link

Add a way to filter items by their tags #7486

Open AlisonHuang777 opened 11 months ago

AlisonHuang777 commented 11 months ago

Describe the feature

Like Create's Attribute Filters do.

Reasons why it should be considered

For example I can just include #minecraft:ores instead of manually dragging every ore from JEI to filter slot.

Additional details

No response

Ianthasys commented 11 months ago

I've thrown a thumb's up to second this feature request, but also adding this comment for concept idea to add to the discussion.

One way I've seen filtering done that could be used and still adhere to AE2's filter limits would be something akin to how Modular Routers uses its additional Item filters (Bulk Item filter, regex filter, etc.) where there are specific item filter items that have a UI and let you specify additional things in them before they are placed into the addon filter UI. Something like this could be a place where one could specify the specific nbt tags that one is looking for in the UI, whether it's an item tag like minecraft:dirt or an nbt tag like {Enchantments:[{id:"minecraft:mending",lvl:1s}]}, and then the filter using that tag filter would pull any item with those tags.

Obviously, using just the item tag on its own would be redundant, as one can just specify an item, but something like this would allow users to filter for specific items with certain tags, or just filter for any item with a specific tag.

image

edit: I've added the above image straight from the Pipez curseforge page to add visual context.

JWTHDYTWA commented 9 months ago

Also thumb up. As an amateur coder who likes to precisely configure my systems, i'd appreciate this feature. Maybe implement using Item Filters from the mod of the same name for that?

MadSciSlack commented 9 months ago

+1. I'm a little surprised that this isn't possible. Even Mekanism's logistical sorter can filter by tag, and Mekanism is pretty old.

Ianthasys commented 9 months ago

I'm a little surprised that this isn't possible.

it's not so much that it isn't possible, it's more that it takes development time, and/or may not be a feature they want in the mod.

shap-po commented 9 months ago

+1, that would help a lot in VaultHunters modpack

MoriDanWork commented 8 months ago

+1, this is usefull