Extensible text parser access for add-ons
noobanidus opened this issue ยท 2 comments
Basically this but for later versions and significantly without all the horrible reflection hacking to actually get it to work.
Some sort of Patchouli API capability where we can inject text parsers (command processors/function processors) would allow for some really interesting interactions without resorting to (my original plan) just create an obscurely named command which sends a packet to the server which then sends a packet back to the client in order to do something -- which seems like a roundabout way to do it.
The capacity to have it conditionally, if JEI is loaded, open up the "uses" of an item through JEI is extremely helpful for me. Not to mention the ability to create links specifically to categories (which is extremely useful when you're going "you'll also need these herbs") (as I've done above), or something that fills in a value from an variable (as I've also done but haven't actually used).
This issue is stale because it has been open for a while with no activity. Please bump if this is still an issue, or this ticket will be closed soon.