Tryna write a script to regex match certain items so I can among other things disable an entire creative tab in one go, but I need a full list of items to pull from. current plan is to use the language files, but that only gives me item ids, itd be nice to have detailed information like creative tab, block tags, what kind of nbt data it accepts, etc. the kinda shit youd find in an attribute filter. actually an alternative plan i've considered is using autohotkey to just loop through every item in jei and throw it into a createmod attribute filter but this definitely seems like the wrong way to do this, like surely jei has like a file somewhere for the items it displays that includes the tags it can search by which i can yoink?
running on 1.21.1 neoforge