Abbie5 / emi-ores

Easily view ore generation information from inside EMI.
GNU Lesser General Public License v3.0
6 stars 6 forks source link

mekanism ores dont appear #22

Open PengyTheGamer opened 2 weeks ago

PengyTheGamer commented 2 weeks ago

just trying this mod out on 1.20.1 (neo)forge and it doesn't seem like mekanism ores have any ore gen information, while other mods do

Abbie5 commented 2 weeks ago

Thanks for reporting this, I can reproduce this and will look into it.

Abbie5 commented 2 weeks ago

So after looking into Mekanism's code, it seems they use a custom configured feature for their ores. I cannot support this in my mod without depending on Mekanism's code, which I don't want to do. However, I could add an API to my mod that allows other mods to add support for their custom features... #23

In summary, I'm afraid that showing Mekanism ores in EMI Ores is currently not possible, and might require significant work on both my and their side to change this.

PengyTheGamer commented 2 weeks ago

is it possible to add custom ore gen recipes to the tab manually?