Posted January 13, 201411 yr I am having trouble setting up my repo for 1.7 As an example, say I have my eclipse workspace at C:/DevWorkspace and I have installed Forge at C:/forge (I am just using "forge" as an example, it would really be forge-1.7.2-10.12... you get the picture) Where exactly would I put my repo so I don't need to move any files around, (forge 1.6.4 and earlier would be /forge/mcp/src/minecraft/ExampleMod/...) Thanks in advance, Bdkuhman
January 13, 201411 yr Anywhere you want. You don't need to use the forge folder, as long as: -you first ran (by command line in the forge folder) gradlew setupDevWorkspace -your mod folder contains the build.gradle file, gradlew files and gradle folder. By default, the build.gradle file sets things with: /src/main/java/your-packages-here /src/main/resources/your-resources-here Though you can change that.
January 13, 201411 yr Lex Manos has posted a video to clarify the setup process because people where making things much more complicated than needed!
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.