klikli-dev / modonomicon

Data-driven minecraft in-game documentation with progress visualization.
25 stars 9 forks source link

More recipe types support(like item application recipes in Create) #170

Closed openforge233 closed 7 months ago

openforge233 commented 8 months ago

If it's achievable,auto-support(once related mods loaded,Modonomicon gets able to show the related page) is needed.Because I'm using Lychee mod which adds many kinds of recipe types.It's can be painful to support every single mod like this.

klikli-dev commented 7 months ago

Can you describe in a bit more detail what you mean? Do you mean out-of-the box recipe pages for mod recipes like they now exist for vanilla? Or do you mean automatically showing all recipes of one recipe type in modonomicon, like jei does?

openforge233 commented 7 months ago

The out-of-the box recipe pages for mod recipes like they now exist for vanilla. Based on my understanding after reading Lavender's wiki, achieving this might require mod API due to technical reasons. So if the automatically support is impossible,cwould kubejs integration be a viable alternative? botania possible_effect

klikli-dev commented 7 months ago

Is the latter a screenshot from patchouli, or a mockup showing how such a solution could look?

I ask because providing support for many mods out of the box is not really feasible, as a renderer needs to be defined for each mod - just like in JEI. If another mod found a way to render via JEI I can look into adapting that for Modonomicon, because to my knowledge that is not possible

openforge233 commented 7 months ago

A mockup showing made with Photoshop. Sorry to disturb.

klikli-dev commented 7 months ago

No worries - it is a good idea, I just don't think it is possible currently. If you find any mods doing that please let me know and I will see what I can do

klikli-dev commented 7 months ago

I am going to close this for now as it seems not viable to me - if someone finds a reference for "hosting" JEI in other UIs we can reopen