From f41bf8515ce14106a0238d2dbc45ca60abb2aa3b Mon Sep 17 00:00:00 2001 From: Ramid Khan Date: Fri, 3 May 2024 13:55:30 +1000 Subject: [PATCH] 1.20.6 update Dependencies are still on 1.20.5 but there's no code changes anyway --- build.gradle | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b4acb88..489bd2b 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ System.getenv("CURSEFORGE")?.with { String key -> releaseType = "release" } - addGameVersion("1.20.4") + addGameVersion("1.20.6") addGameVersion("Fabric") mainArtifact(remapJar) { @@ -109,7 +109,7 @@ modrinth { } uploadFile.set(remapJar) - gameVersions.addAll(["1.20.4"]) + gameVersions.addAll(["1.20.6"]) dependencies { required.project("fabric-api") diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e648aa8..c33986f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "name": "Fabrishot", "description": "Take high resolution screenshots because why not", "depends": { - "minecraft": "1.20.5", + "minecraft": "1.20.6", "fabric-lifecycle-events-v1": "*", "fabric-key-binding-api-v1": "*" },