Jump to content

Recommended Posts

Posted

Hello,

to test the RF implementation, I want to use another mod (the cables).

I've tryed to install EnderIO, but if I start the Eclipse Minecraft Launcher, the game crashes with this error log:

http://pastebin.com/bhpGwuzi

 

Does anyone know why?

 

Thanks,

Mike

Posted

Hi

 

How did you *install* the mod? And which version (forge, enderio) are you using?

 

Sincerely -pick

Since English is not my mother tongue, my sentences may are confusing.

 

I'm coding java for a long time now - just MC and forge stop me sometimes.

Posted

In 1.7.10 and earlier, you need to use deobfuscated/dev builds of mods in the development environment or install the deobfuscated build of CodeChickenCore to deobfuscate mods at runtime.

 

In more recent versions (probably as early as 1.8.9), Forge will automatically deobfuscate mods in the development environment at runtime; eliminating the need for deobfuscated builds. ForgeGradle can also deobfuscate dependencies on disk if you add them as

deobCompile

/

deobfProvided

, see the MDK's build.gradle for more information.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.