diff options
author | modmuss50 <[email protected]> | 2018-12-10 21:25:49 +0000 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 4460a35385aa3b60682b49b64c9859ddd1783fe8 (patch) | |
tree | 0d1df54c9768ce3edea46ea384fdac04337950b3 /build.gradle | |
parent | b62fedb6ce36e6a615edac3a112fb6f6952dee37 (diff) |
Update Yarn and Fabric
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 82a2cd5..ae81adf 100644 --- a/build.gradle +++ b/build.gradle @@ -13,9 +13,9 @@ minecraft { dependencies { minecraft "com.mojang:minecraft:18w49a" - mappings "net.fabricmc:yarn:18w49a.1" + mappings "net.fabricmc:yarn:18w49a.6" modCompile "net.fabricmc:fabric-loader:0.2.0.58" // Fabric API. This is technically optional, but you probably want it anyway. - modCompile "net.fabricmc:fabric:0.1.0.36" + modCompile "net.fabricmc:fabric:0.1.0.37" } |