From a94bc8463fff3b78e791a2f4a70bb2c54a6831d2 Mon Sep 17 00:00:00 2001 From: natanfudge Date: Tue, 22 Oct 2019 21:12:57 +0300 Subject: update deps --- gradle.properties | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'gradle.properties') 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 -- cgit 1.4.1