summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAdrian Siekierka <[email protected]>2018-12-09 22:29:29 +0100
committerkeuin <[email protected]>2020-04-23 00:20:28 +0800
commitb62fedb6ce36e6a615edac3a112fb6f6952dee37 (patch)
treedb3fa6bbc9153ce389065e0b67584dcdb2b9935c /build.gradle
parentc85f1080783b481b530c38a0301cd467c68dd148 (diff)
update build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 24c4ccc..82a2cd5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,9 +13,9 @@ minecraft {
dependencies {
minecraft "com.mojang:minecraft:18w49a"
- mappings "net.fabricmc:pomf:18w49a.19"
- modCompile "net.fabricmc:fabric-loader:0.2.0.53"
+ mappings "net.fabricmc:yarn:18w49a.1"
+ 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"
+ modCompile "net.fabricmc:fabric:0.1.0.36"
}