aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar asie <[email protected]>2018-12-12 18:35:28 +0100
committerLibravatar asie <[email protected]>2018-12-12 18:35:28 +0100
commit8215e4757d2d8c1da1e22d92bb305d322c6571b2 (patch)
tree0d9c0b8282e8a787762d79038c4813342a2c7f2a
parentupdate (diff)
update build.gradle for 18w50a
-rw-r--r--build.gradle8
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"
}