diff options
author | modmuss50 <[email protected]> | 2019-03-20 22:13:25 +0000 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 86273efeade77febe868bffc86b7f8abfe3b926f (patch) | |
tree | ec1f66f1e9efdcfb99b26ffcf13b47b79147c271 | |
parent | a4c58e14d27977a0aa5278884f1c7e2de9584b26 (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 |