diff options
author | modmuss50 <modmuss50@gmail.com> | 2019-03-20 22:13:25 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2019-03-20 22:13:25 +0000 |
commit | 20c98824b9ffca7e9ff0080941627a5f12a10792 (patch) | |
tree | ec1f66f1e9efdcfb99b26ffcf13b47b79147c271 | |
parent | ba5cad832080611da3f71d39523e8a2974af5f04 (diff) |
Update to fixed fabric + yarn
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 0665cf6..883630d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=19w12a - yarn_mappings=19w12a.1 + yarn_mappings=19w12a.2 loader_version=0.3.7.109 # Mod Properties @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric - fabric_version=0.2.4.112 + fabric_version=0.2.4.113 |