diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-16 00:36:41 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-16 00:36:41 -0400 |
commit | bbfbb508919459d9885bd9d690c1c483e7e3f70b (patch) | |
tree | c663f0e8b2dea1f79239a37cc12ae25bb9e75cb4 /gradle.properties | |
parent | 9c071a9d077a11865a83246152fffc8ea09e2666 (diff) |
[Update to 1.15.2] Version 0.7.1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index fbb5a24..532978c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.14.4 - yarn_mappings=1.14.4+build.12 - loader_version=0.6.1+build.164 + minecraft_version=1.15.2 + yarn_mappings=1.15.2+build.15 + loader_version=0.8.2+build.194 # Mod Properties - mod_version = 0.6.2 + mod_version = 0.7.1 maven_group = net.transit archives_base_name = transit-api # 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.2+build.218-1.14 + fabric_version=0.5.1+build.294-1.15 |