From 17cd8d5d7634dc2514746f5a537365b075b52741 Mon Sep 17 00:00:00 2001 From: RedCarlos26 <58893097+RedCarlos26@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:34:06 -0400 Subject: [PATCH] Update to 1.20.2 --- build.gradle | 2 +- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 2a998ab..cf3d4dd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' + id 'fabric-loom' version '1.3-SNAPSHOT' } sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17 diff --git a/gradle.properties b/gradle.properties index a4b7a5e..8e4f6a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties (https://fabricmc.net/develop/) -minecraft_version=1.20.1 -yarn_version=1.20.1+build.8 -loader_version=0.14.21 +minecraft_version=1.20.2 +yarn_version=1.20.2+build.1 +loader_version=0.14.22 # Mod Properties -mod_version=1.0.0+1.20+ +mod_version=1.0.0+1.20.2 maven_group=dev.redcarlos26 archives_base_name=widertab diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 30b2592..d7b050a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "id": "widertab", "name": "WiderTab", - "version": "1.0.0+1.20+", + "version": "1.0.0+1.20.2", "description": "Extends the tablist to fit more players.", "authors": [ "RedCarlos26" @@ -27,8 +27,8 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric": ">=0.84.0+1.20.1", - "minecraft": [ "1.20", "1.20.1" ], + "fabric": ">=0.89.2+1.20.2", + "minecraft": [ "1.20.2" ], "java": ">=17" } }