Jump to content

[1.7.2] Mod Source and Repository locations


bdkuhman

Recommended Posts

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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