diff options
-rw-r--r-- | gradle.properties | 13 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties index 761f891..d83962f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,11 +2,10 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx1G # Fabric Properties -# check these on https://fabricmc.net/use + # Check these on https://modmuss50.me/fabric.html minecraft_version=1.14.4 - yarn_mappings=1.14.4+build.12 - loader_version=0.4.9+build.161 - # Changing this WILL affect the build, as defined in settings.gradle + yarn_mappings=1.14.4+build.14 + loader_version=0.6.3+build.167 loom_version=0.2.5-SNAPSHOT # Mod Properties @@ -15,10 +14,8 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies -# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.3.1+build.208 + fabric_version=0.4.1+build.245-1.14 # Kotlin - # Changing this WILL affect the build, as defined in settings.gradle kotlin_version=1.3.50 - fabric_kotlin_version=1.3.50+build.1 \ No newline at end of file + fabric_kotlin_version=1.3.50+build.3 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7e02331..ade776c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Sat Jul 27 10:29:07 IDT 2019 -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists |