diff options
author | natanfudge <natan.lifsiz@gmail.com> | 2019-10-22 21:12:57 +0300 |
---|---|---|
committer | natanfudge <natan.lifsiz@gmail.com> | 2019-10-22 21:12:57 +0300 |
commit | a94bc8463fff3b78e791a2f4a70bb2c54a6831d2 (patch) | |
tree | 4ca82864d714d8f78625cc737554ccf78cd911b5 /gradle.properties | |
parent | 39c462fa1ce6f34f56180b7de26598c68f1ba635 (diff) |
update deps
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 13 |
1 files changed, 5 insertions, 8 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 |