Update to 1.8.8. It's stable enough, now
This commit is contained in:
parent
df78138244
commit
6f96e200d2
4 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
|||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT'
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
|
||||
classpath 'org.ajoberstar:gradle-git:0.10.1'
|
||||
}
|
||||
}
|
||||
|
@ -37,11 +37,11 @@ if (new File(projectDir, '.git').exists())
|
|||
gitHash = repo.log().find().abbreviatedId
|
||||
|
||||
repositories {
|
||||
|
||||
maven { url "http://dvs1.progwml6.com/files/maven" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
deobfCompile "mezz.jei:jei_1.8.8:2.0.5.6"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue