Posted May 11, 201411 yr Hi, I'm trying to add IronChests2 sources to my Build Path, but it gives this error: Invalid project description. OK D:\DEV\minecraft\forge-1.7.2-10.12.1.1075-src overlaps the workspace location: D:\DEV\minecraft\forge-1.7.2-10.12.1.1075-src\eclipse I used gradlew setupDevWorkspace eclipse on both forge and ironchest sources. What am I doing wrong?
May 12, 201411 yr Each mod should be its own separate folder, completely independent of your other mods. See Lex's on multi-project workspaces. If you are trying to use a second mod as a resource in your first mod, as an add-on or something, then you don't need to set it up at all - simply place the mod jar in your /eclipse/mods/ folder, then add it as a referenced library; you will then be able to import the mod's classes and such, though to build your project you will need to edit the build.gradle file to include the referenced mod files. http://i.imgur.com/NdrFdld.png[/img]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.