Hello!
I'm developing an nuclear-related addon, and I need to disable the basic IC2 uranium ore generation (i want to handle it by myself). I found the config field enableWorldGenOreUranium, but I cannot realize how I can change it in my mod, due to fact MainConfig.Confing been private?
Also, a more abstract question (sorry, I am newbie in mcmodding). I asked related question on main minecraft forum, and I got answer that I must not post any tiny bits of IC2 source that I viewed by JavaDecompiler. And I have a question - is it prohibited to even look in ic2.jar, or it is not? I mean, it has developement deobfuscated version and so... I'm very confused =-)