Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.14.4] Gradle cannot download/resolve MCP mappings
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Arcaeca

[1.14.4] Gradle cannot download/resolve MCP mappings

By Arcaeca, March 8, 2020 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

Arcaeca    0

Arcaeca

Arcaeca    0

  • Tree Puncher
  • Arcaeca
  • Members
  • 0
  • 1 post
Posted March 8, 2020

So I just today realized the source in my Eclipse project is actually supposed to be human-readable and not 99% methods with the SRG names like func_177716_a, so I looked back in the build.gradle that the project was generated from, aaaaaaand whoops, I had accidentally commented out the MCP mappings line entirely, which probably explains that. So now I made a new folder in the Eclipse workspace folder and am trying to build the project clean from scratch again, but gradlew genEclipseRuns keeps terminating in under 30 seconds because it keeps failing to resolve the MCP mappings.

It's not working with stable 58:

minecraft {
	...	
	mappings = 'stable_58'
	...
}

Terminal output: https://pastebin.com/zvUMcjLN

And it's not working with the most recent 1.14.4 snapshot:

minecraft {
	...
	mappings = 'snapshot_20200119'
	...
}

Terminal output: https://pastebin.com/gkHe5vdw

So... if it can't download the stable release... and it can't download the snapshot... what does that leave me with if I'm modding for 1.14.4?

(This is my first time trying to make a mod by the way, so if other versions of stable/snapshot work for 1.14.4 I am not as yet aware of it)

build.gradle attached just in case.

build.gradle

  • Quote

Share this post


Link to post
Share on other sites

Ugdhar    232

Ugdhar

Ugdhar    232

  • World Shaper
  • Ugdhar
  • Members
  • 232
  • 2215 posts
Posted March 8, 2020

If you look at the line that is commented out:

Quote

// mappings channel: 'snapshot', version: '20190719-1.14.3'

 It shows you the format to use.

Comment out/delete the line(s) you added, uncomment that one, and just change the version to a newer version.

The last 1.14.4 version I see is mcp_snapshot-20200119-1.14.4

So change the "version: '20190719-1.14.3'" to "version: '20200119-1.14.4'" (but leave the channel: 'snapshot' there) and rerun your setup tasks, and you should be good to go.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • matthyit
      my 1.16.5 modded game crashes after a while of playing

      By matthyit · Posted 2 minutes ago

      perfect, ill give it to you as soon as i have it again
    • diesieben07
      my 1.16.5 modded game crashes after a while of playing

      By diesieben07 · Posted 3 minutes ago

      You can use https://gist.github.com/ to post large text files.
    • diesieben07
      Minecraft modded server

      By diesieben07 · Posted 3 minutes ago

      Post the debug.log from server and client.
    • matthyit
      my 1.16.5 modded game crashes after a while of playing

      By matthyit · Posted 5 minutes ago

      my apologies, i thought i had made myself clear with a previous answer, but yes i believe that the debug referred to when i tried running it with forge 1.16.4, thing is that even with 1.16.5 the game still crashes after a while, right now im trying to play a little so that when it crashes i have the correct debug file; problem is, the forum wont let me upload it, it tried to upload for 30 minutes and it just says "uploading", is there another way i can show you the debug as soon as i have it? again, im really sorry for not making myself clear before
    • Liffy
      Minecraft modded server

      By Liffy · Posted 10 minutes ago

      I have everything set up and stuff but it says I’m compatible with vanilla server, it doesn’t let me attach images for some reason so sorry
  • Topics

    • matthyit
      10
      my 1.16.5 modded game crashes after a while of playing

      By matthyit
      Started 5 hours ago

    • Liffy
      1
      Minecraft modded server

      By Liffy
      Started 11 minutes ago

    • Slimerr
      1
      [1.8.9] Unrecognized option: -Xincgc when starting

      By Slimerr
      Started 1 hour ago

    • yzzw_
      1
      Error

      By yzzw_
      Started 2 hours ago

    • SleepyCatGuy
      3
      "Reflections" Documentation?

      By SleepyCatGuy
      Started 14 hours ago

  • Who's Online (See full list)

    • Godis_apan
    • diesieben07
    • Sepinula
    • Forge is booty
    • matthyit
    • Liffy
    • domi0908
    • Tavi007
    • vemerion
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.14.4] Gradle cannot download/resolve MCP mappings
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community