Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

 

We have a modpatcher system for years that worked fine to patch any mod (ranging from 1.10 version of mc all way to 1.16)

However i no longer can compile any of our modpatcher system except if its a 1.16 mc version

1.10.2 , 1.12.2 i cannot even compile my mod anymore 

Could not resolve all dependencies for configuration ':forgeGradleMc'.
> Could not find forgeSrc.jar (net.minecraftforge:forgeSrc:1.10.2-12.18.3.2511).
  Searched in the following locations:
      https://files.minecraftforge.net/maven/net/minecraftforge/forgeSrc/1.10.2-12.18.3.2511/forgeSrc-1.10.2-12.18.3.2511.jar
Could not resolve all files for configuration ':forgeGradleUserDevPackage'.
> Could not find forge-userdev.jar (net.minecraftforge:forge:1.12.2-14.23.5.2855).
  Searched in the following locations:
      https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2855/forge-1.12.2-14.23.5.2855-userdev.jar

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

From wat i read online here i need to change 

        maven {
            name = "forge"
            url = "https://files.minecraftforge.net/maven"
        }

To

        maven {
            name = "forge"
            url = "https://maven.minecraftforge.net"
        }

Since files.minecraftforge.net no longer works? 

wel i done that and yet it keeps pointing to files.minecraftforge.net, i for the life of me cannot change it to the new maven.minecraftforge.net

i have try'd 

gradlew --refresh-dependencies


No luck

I modified manually .idea\jarRepositories.xml to point to maven.minecraftforge.net

No luck

I deleted my whole .gradle userfolder, reimported the project (with the maven pointing to maven.minecraftforge.net)

No luck

 

What the hell is going on? this was working for years and now... i can't get anything to build

 

 

Fairly sure this is related to the post highlighted in the red bar across the top of the forums, I believe the URL for the maven repo changed, or something like that.

And more or less, any version below 1.15 is no longer supported.

(although I believe they made all the final versions of the old stuff work, despite still being unsupported. The aforementioned red bar post at the top of the forums says which versions were fixed)

  • Author
3 minutes ago, Ugdhar said:

Fairly sure this is related to the post highlighted in the red bar across the top of the forums, I believe the URL for the maven repo changed, or something like that.

And more or less, any version below 1.15 is no longer supported.

(although I believe they made all the final versions of the old stuff work, despite still being unsupported. The aforementioned red bar post at the top of the forums says which versions were fixed)

Witch is the version i am using 1.10.2-12.18.3.2511 
And yes i'm well aware that below 1.15 is no longer supported

but why BREAK things leave files where they are you wanna change it fine, but leave the old ones there specially if you no longer give support for it, 

its not support that i need its the files online that i need

Guest
This topic is now closed to further replies.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.