TeamDman / SuperFactoryManager

Mozilla Public License 2.0
35 stars 15 forks source link

Suggestion: Tag Filtering #123

Open Awsome-Creeper9 opened 1 month ago

Awsome-Creeper9 commented 1 month ago

I think it would be nice if we could filter items based on item tags supplied by (neo)forge, Minecraft, and mods.

For example:

output #flowers to flowers
-- Queries all items with the tag "flowers" and outputs them, rather than listing each one separately
output "#.*wood.*" to woodStuffs
-- Queries all items that have a tag that includes the string "wood"