Decompilation errors with 1.337b : can anyone tell me how they fix them?

  • When you decompile 1.337b, you get a screenful of errors that say "reference to NetworkManger is ambiguous, both class.net.minecraft.src.NetworkManager and class ic2.platform.NetworkManager in ic2.platform match"


    I can't ask in the addons forum because I'm trying to create a set of private tweaks to IC2 that won't be distributed as an addon, I can't ask in support since decompiling IC2 isn't supported...so I am asking here how you fix this error?


    Still belong sinto Support ~ Alb

  • Issue fixed : I just manually went to every reference to "NetworkManager" and made it explicitly "ic2.platform.NetworkManager". Annoying, but it works now. Also I commented out a line of code in the main mod_IC2 java file that was causing an issue, since I don't need to change that file anyway.