Jump to content

[1.9 to 1.9.4] Problem updating Forge


American2050

Recommended Posts

So I have a project I was working on Forge for Minecraft 1.9 and now I changed to 1.9.4

 

I do this by changing the version on the gradlew.build file. This line:

 

minecraft {
    version = "1.9.4-12.17.0.1932-1.9.4"

 

Then on the cmd I do. gradlew clean, then gradlew setupDecompWorkspace and finally gradlew eclipse

 

Everything goes ok and when I build my mod it builds it ok apparently, because it does works on 1.9.4 but not in 1.9 when I try it on MultiMC

 

However, and here is the problem, when I run Minecraft from inside Eclipse, it's still running the old 1.9 version with Forge 12.16.0.1865

 

Is there anything I'm missing, or I should just create a new working folder for my 1.9.4 updates?

 

Thanks a lot for the help with this.

Link to comment
Share on other sites

Try using this instead  "version = "1.9.4-12.17.0.1932"

From Gradlew do --refresh-dependencies, then setupDecompWorkSpace

 

If that does not work DL the MDK for that version file and run the the setupDecompWorkSpace in there. Also read the change notes and make sure the mappings snapshot has not changed between the version used in 1.9 and 1.9.4.

 

Typically If there is big jump in build numbers between my last update, I DL the latest MDK, and compare my current build.gradle with the one provided by forge. I look for three main things, the gradle.forge version, the mappings used, and the forge version. Sometimes the version format changes for some reason that I think cpw recently fixed:  that is "1.9.4-12.17.0.1932" vs "1.9.4-12.17.0.1932-1.9.4"

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.