From 5247e03e8a3cf58bd65beb21748b0ba41814778c Mon Sep 17 00:00:00 2001 From: chneau Date: Thu, 30 Apr 2020 21:24:42 +0100 Subject: [PATCH] updated deps --- build.gradle | 4 ++-- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e5677d0..2be9991 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.7-SNAPSHOT' + id 'fabric-loom' version '0.4.3' } sourceCompatibility = JavaVersion.VERSION_1_8 @@ -11,7 +11,7 @@ group = project.maven_group dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" - mappings "net.fabricmc:yarn:${project.yarn_mappings}" + mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" } diff --git a/gradle.properties b/gradle.properties index ee003bc..467012c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ archives_base_name = mc-autotool # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/ -fabric_version=0.5.1+build.294-1.15 +fabric_version=0.10.0+build.305-1.15 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9d1a8fd..889a497 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ }, "mixins": [], "depends": { - "fabric": "0.5.1+build.294-1.15" + "fabric": "0.10.0+build.305-1.15" }, "custom": { "modmenu:clientsideOnly": true