From 75f8661ac932c394b761dcb2dd112c5af29b29c4 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sun, 27 Dec 2020 12:43:57 -0300 Subject: [PATCH] prepare 1.17 branch --- build.gradle.kts | 3 +++ src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0d40344..6bb0052 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -115,6 +115,9 @@ curseforge { addGameVersion("1.16.3") addGameVersion("1.16.4") } + "mc-1.17" -> { + addGameVersion("1.17") + } } addGameVersion("Fabric") mainArtifact(file("${project.buildDir}/libs/${project.base.archivesBaseName}-${project.version}.jar"), closureOf { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7124878..132c71c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -72,7 +72,7 @@ "cotton-client-commands": "*", "fabricloader": ">=0.4.0", "fabric-resource-loader-v0": "*", - "minecraft": ">1.15.2", + "minecraft": "1.16.x", "viaversion": ">3.0.1" }, "conflicts": {