OpenBlocks

OpenBlocks

56M Downloads

Building in Eclipse

gecgooden opened this issue ยท 2 comments

commented

Not sure if I'm missing something obvious, but I keep getting an error when I try to run the OpenBlocks project in Eclipse.

When the Minecraft Client loads, it shows the following error:
screen shot 2014-07-28 at 9 15 25 pm

I think I have the OpenModsLib properly set up in the classpath (I used ./gradlew eclipse).

Any suggestions?
Thanks

commented

You need to add -Dfml.coreMods.load=openmods.OpenModsCorePlugin to your VM arguments.

commented

Worked perfectly! Thanks