From 6f89151c32af6d542a06b832a129e8afbab05c9e Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Thu, 28 Sep 2023 10:40:53 +0200 Subject: [PATCH] Update to 1.20.2 --- build.gradle | 4 ++-- gradle.properties | 10 +++++----- src/main/java/net/wurstclient/mixin/CameraMixin.java | 2 +- .../net/wurstclient/mixin/ShoulderRendererMixin.java | 2 +- src/main/resources/fabric.mod.json | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index af41e26..8f394cd 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' + id 'fabric-loom' version '1.3-SNAPSHOT' id 'maven-publish' id 'com.matthewprenger.cursegradle' version '1.4.0' } @@ -95,7 +95,7 @@ curseforge { changelogType = "html" changelog = file("changelog.txt") releaseType = "release" - addGameVersion "1.20.1" + addGameVersion "1.20.2" addGameVersion "Fabric" mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) diff --git a/gradle.properties b/gradle.properties index 266ebf2..02d3b38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,15 +4,15 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop/ -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.1 -loader_version=0.14.21 +minecraft_version=1.20.2 +yarn_mappings=1.20.2+build.1 +loader_version=0.14.22 #Fabric api -fabric_version=0.83.0+1.20.1 +fabric_version=0.89.2+1.20.2 # Mod Properties -mod_version = 1.0.1-MC1.20.1-Fabric +mod_version = 1.0.1-MC1.20.2-Fabric maven_group = net.wurstclient.cameranoclip archives_base_name = CameraNoClip diff --git a/src/main/java/net/wurstclient/mixin/CameraMixin.java b/src/main/java/net/wurstclient/mixin/CameraMixin.java index f9ef901..eef33cf 100644 --- a/src/main/java/net/wurstclient/mixin/CameraMixin.java +++ b/src/main/java/net/wurstclient/mixin/CameraMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Wurst-Imperium and contributors. + * Copyright (c) 2014-2023 Wurst-Imperium and contributors. * * This source code is subject to the terms of the GNU General Public * License, version 3. If a copy of the GPL was not distributed with this diff --git a/src/main/java/net/wurstclient/mixin/ShoulderRendererMixin.java b/src/main/java/net/wurstclient/mixin/ShoulderRendererMixin.java index d0988c3..416a064 100644 --- a/src/main/java/net/wurstclient/mixin/ShoulderRendererMixin.java +++ b/src/main/java/net/wurstclient/mixin/ShoulderRendererMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2022 Wurst-Imperium and contributors. + * Copyright (c) 2014-2023 Wurst-Imperium and contributors. * * This source code is subject to the terms of the GNU General Public * License, version 3. If a copy of the GPL was not distributed with this diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0e419b4..54bc68b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,9 +24,9 @@ ], "depends": { - "fabricloader": ">=0.14.19", + "fabricloader": ">=0.14.22", "fabric-api": "*", - "minecraft": "~1.20.1", + "minecraft": "~1.20.2", "java": ">=17" }, "suggests": {