Framez icon indicating copy to clipboard operation
Framez copied to clipboard

GregTech Compatibility

Open JasonMcRay opened this issue 9 years ago • 4 comments

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

JasonMcRay avatar Nov 21 '15 16:11 JasonMcRay

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 :)

amadornes avatar Nov 21 '15 16:11 amadornes

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

modmuss50 avatar Nov 21 '15 16:11 modmuss50

I guess thats what @amadornes meant by:

so that other mods that added those materials could have them

JasonMcRay avatar Nov 21 '15 17:11 JasonMcRay

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

amadornes avatar Nov 21 '15 17:11 amadornes