mezz / JustEnoughItems

Item and Recipe viewing mod for Minecraft
https://www.curseforge.com/minecraft/mc-mods/jei
MIT License
771 stars 301 forks source link

Suggestion to access a server or modpack's jei out of game #1456

Open grugasaurus opened 5 years ago

grugasaurus commented 5 years ago

I would like to be able to access the jei out of game (like in a web browser or phone app), in order to view recipes without tabbing in and out or when Minecraft is unavailable, such as journeymap's server map access. It would aid my sevtech server a lot when I'm at work.

LordMonoxide commented 5 years ago

I'm interested in this feature, and might work on it after the 1.13 update. Do you accept pull requests, @mezz?

mezz commented 5 years ago

After the initial 1.13 update, I would like to try to split up JEI a bit so the "engine" is completely separate from the GUI code. Then, different GUIs can display the information however they like. I think that would keep the code cleanly separate for a feature like this. Honestly, that is going to take a while, but until then it's probably not a good time to add this.

nyasara commented 5 years ago

Even something as simple as a button/command to initiate a JSON dump of all active recipes would be really great here. A basic, common format like that would let people build with different languages as well. It's not something that has to inherently be "live", since the underlying data doesn't generally change all that much for a given server/mudpack config.

way2muchnoise commented 5 years ago

At some point I made wrote something called JEIExporter, which is likely totally out of date. But might be a good jumping point.