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

Hello everyone. Im trying to recompile the example mod supplied by Forge just so i will know what to do with my actual mod. However, when i type "gradlew build" into my command prompt, i get this error:

 

Could not resolve net.minecraftforge.gradle:ForgeGradle:1.1-SNAPSHOT.

 

I checked my .gradle folder, and the ForgeGradle-1.1-SNAPSHOT.jar file is definitely in there. Anyone know what's wrong?

 

Thanks!

~Geforce

Potato's have skin. I have skin. Therefore, i am a potato.

 

Follow me on Twitter!

http://www.twitter.com/I_Mod_Minecraft

Use the build.gradle provided in forge src

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

You need the following lines from Forge's buildfile:

buildscript {
repositories {
	mavenCentral()
	maven {
		name = "forge"
		url = "http://files.minecraftforge.net/maven"
	}
	maven {
            name = "sonatype"
            url = "https://oss.sonatype.org/content/repositories/snapshots/"
        }

}
dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.1-SNAPSHOT'}
}

 

Either copy that into your build.gradle, or if you don't have any custom actions, overwrite your build.gradle with the one provided in forge src.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

  • Author

You need the following lines from Forge's buildfile:

buildscript {
repositories {
	mavenCentral()
	maven {
		name = "forge"
		url = "http://files.minecraftforge.net/maven"
	}
	maven {
            name = "sonatype"
            url = "https://oss.sonatype.org/content/repositories/snapshots/"
        }

}
dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.1-SNAPSHOT'}
}

 

Either copy that into your build.gradle, or if you don't have any custom actions, overwrite your build.gradle with the one provided in forge src.

I have that exact code in my build.gradle file already, and im still getting the error.

Potato's have skin. I have skin. Therefore, i am a potato.

 

Follow me on Twitter!

http://www.twitter.com/I_Mod_Minecraft

  • 2 weeks later...

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...

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.