From c5477b3e94d711cb8505614e6050fe2f99b48354 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 9 Dec 2018 22:29:29 +0100 Subject: [PATCH] update build.gradle --- build.gradle | 6 +++--- 1 file 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" }