Open JasonMcRay opened 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 :)
Couldn't you just check for the ore dic entry for them? Then it would work with all mods that add them.
I guess thats what @amadornes meant by:
so that other mods that added those materials could have them
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
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