From 001b364fc8a26f639f3882c9e069247480920b83 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 19 Nov 2019 22:29:11 +0000 Subject: [PATCH] Use v2 mappings, and set minecraft version to 1.14.x closing #30 --- build.gradle | 2 +- src/main/resources/fabric.mod.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 46a0735..a3c9ddc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ minecraft { dependencies { //to change the versions see the gradle.properties file 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-loader:${project.loader_version}" // Fabric API. This is technically optional, but you probably want it anyway. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f37c644..b864c78 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,8 @@ "depends": { "fabricloader": ">=0.4.0", - "fabric": "*" + "fabric": "*", + "minecraft": "1.14.x" }, "suggests": { "flamingo": "*"