diff options
author | asie <[email protected]> | 2018-12-12 18:35:28 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 40b0fa11378f92d31b75e4842a99a990244c2b98 (patch) | |
tree | 0d9c0b8282e8a787762d79038c4813342a2c7f2a /build.gradle | |
parent | 98b31983720514124e1dbc481aed4fbde9853d15 (diff) |
update build.gradle for 18w50a
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index e1799f8..6c4a15e 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ minecraft { } dependencies { - minecraft "com.mojang:minecraft:18w49a" - mappings "net.fabricmc:yarn:18w49a.11" - modCompile "net.fabricmc:fabric-loader:0.2.0.63" + minecraft "com.mojang:minecraft:18w50a" + mappings "net.fabricmc:yarn:18w50a.2" + modCompile "net.fabricmc:fabric-loader:0.2.0.64" // Fabric API. This is technically optional, but you probably want it anyway. - modCompile "net.fabricmc:fabric:0.1.0.37" + modCompile "net.fabricmc:fabric:0.1.1.47" } |