amadornes / Framez

Taking block movement to the next level!
GNU General Public License v3.0
24 stars 9 forks source link

GregTech Compatibility #35

Open JasonMcRay opened 8 years ago

JasonMcRay commented 8 years ago

I am thinking about adding Framez 2 to one of the big future updates opf my modpack. I have however one suggestion/request.

In config I see that you can add Electrum, Enderium and Invar frames. But they get only added if thermal foundation is present. Do you think you could do something that will allow me to have them with GT (GT is adding Electrum, Invar and Enderium as well).

Thank you

amadornes commented 8 years ago

I should be able to do that, yeah. I was already thinking of moving them to the main mod so that other mods that added those materials could have them, so yeah, that's definitely coming :)

modmuss50 commented 8 years ago

Couldn't you just check for the ore dic entry for them? Then it would work with all mods that add them.

JasonMcRay commented 8 years ago

I guess thats what @amadornes meant by:

so that other mods that added those materials could have them

amadornes commented 8 years ago

Oh, I said it on IRC (#Framez) but forgot to post it here: @modmuss50 it's not that easy. Frames need blocks and items, and I need to register them in pre-init. I can't ever be sure the oredict entry will be there when Framez reaches pre-init, so it's not a possibility. I can, however, hide the frames that don't have an oredict entry for the ingot, which I'll probably also do