Skip to content

Commit

Permalink
Use official forge
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Mar 18, 2016
1 parent 19607f0 commit 691a524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Expand Up @@ -5,11 +5,6 @@ buildscript {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
// early forge 1.9
maven {
name = "modmuss50"
url = "http://maven.modmuss50.me/"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
Expand Down Expand Up @@ -42,11 +37,7 @@ minecraft {
}

repositories {
// early forge 1.9
maven {
name = "modmuss50"
url = "http://maven.modmuss50.me/"
}

}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
mcversion=1.9
forgeversion=12.16.0.0-1.9
forgeversion=12.16.0.1766-1.9
mcp_mappings=snapshot_20160312
curse_project_id=238222

Expand Down

0 comments on commit 691a524

Please sign in to comment.