Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide on Forge contribution #77

Merged
merged 6 commits into from Jul 15, 2017

Conversation

marvin-roesch
Copy link
Member

@marvin-roesch marvin-roesch commented Nov 30, 2016

As per @mezz's request, I wrote down a guide on how to set up a Forge development environment and I included his PR guidelines (see forum).

The guide currently only covers the setup for IntelliJ IDEA based on cpw's video. Hence, this PR is to be considered WIP.

ToDo list:

  • Add instructions for test mods to IDEA section
  • Add instructions for eclipse

If a dialog pops up, select "Open as Project".
2. In the wizard that follows, make sure that "Create separate module per source set" is checked and that the "Use default gradle wrapper" option is active. Confirm the dialog.
3. After IDEA is done importing the project and indexing the files, open the Gradle sidebar on the right hand side of your screen
4. Open the "forge" project tree, select "Tasks", then "forgegradle" and right click the "Create Forge [setup]" option
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to run ./gradlew setupForge in command line. It is way slower to execute in idea.

@liach
Copy link

liach commented Dec 22, 2016

Status?

@marvin-roesch
Copy link
Member Author

I'll have some more free time in the next couple of days and I'll dedicate it to the various projects I've taken up recently, including this. So expect some progress in the near future.

@tterrag1098
Copy link
Collaborator

Any progress on this?

@tterrag1098 tterrag1098 added the New Page Adds a new page label Apr 19, 2017
@tterrag1098 tterrag1098 added the Waiting for Changes PR is waiting on requested changes from author label May 12, 2017
@marvin-roesch
Copy link
Member Author

So... I've finally found time to revisit this and added the instructions for getting test mods to work with IDEA. I still have to look into doing this with eclipse, but I'll ask people with some more experience with the IDE for that.

@tterrag1098 tterrag1098 merged commit 57c637d into MinecraftForge:master Jul 15, 2017
@mezz
Copy link

mezz commented Jul 15, 2017

Thanks @PaleoCrafter !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Page Adds a new page Waiting for Changes PR is waiting on requested changes from author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants