1
0
mirror of https://github.com/chylex/Better-Sprinting.git synced 2025-04-09 18:15:41 +02:00

Begin update to 1.12

This commit is contained in:
chylex 2017-06-13 01:47:21 +02:00
parent d1b1998a64
commit 74b329c46e
3 changed files with 7 additions and 4 deletions

View File

@ -13,7 +13,7 @@ buildscript{
}
dependencies{
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
}
}
@ -30,9 +30,9 @@ compileJava{
}
minecraft{
version = "1.11.2-13.20.0.2201"
version = "1.12-14.21.0.2322"
runDir = "run"
mappings = "snapshot_20170103"
mappings = "snapshot_20170612"
makeObfSourceJar = false
}

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip