Jump to content

Recommended Posts

Posted

   I am new to using third-parties such as forge to assist with my programming. I've only ever used IntelliJ and Eclipse before- because of this I'm not entirely sure how I should go about updating Forge's MDK to its latest version. Is it a simple process of replacing files or do I have to delete the older version and then go through the process of reinstalling it via Command Prompt again? Thank you for your time.

Posted

Simply change the value of the version property in the minecraft block of your build.gradle, re-run the setupDecompWorkspace Gradle task and refresh your IDE project (click the "Refresh all Gradle projects" button in IDEA's Gradle window or re-run the eclipse task and refresh the project in Eclipse).

 

You can also update the MCP mappings used for your project by changing the value of the mappings property in the minecraft block of your build.gradle. The same process applies for refreshing the project.

 

Note that you can change the Forge version and the MCP mappings version at the same time, you'll only need to refresh your project once.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.