GlodBlock / ExtendedAE

add a pattern provider with 36 slots for AE2
GNU Lesser General Public License v3.0
24 stars 21 forks source link

Add support for filtering based on item id in tag importer/exporter/storage bus #112

Open changhe3 opened 3 months ago

changhe3 commented 3 months ago

It would be nice to add this if it is possible and doesn't severely impact performance. Some mods/modpacks don't add enough tags to differentiate things. This also allows filtering mods along with tags, somethings like forge:raw_materials & $minecraft:* for vanilla ore only. ($ is added to disambiguate between ids and tags).

GlodBlock commented 3 months ago

you can use mod bus to filter by mod id