From 5ab2bdcf626208ff21bbd0adcb1eb59830c4fc4f Mon Sep 17 00:00:00 2001 From: RedCarlos26 <58893097+RedCarlos26@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:07:53 -0400 Subject: [PATCH] 1.21 --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 49895ab..11767e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties (https://fabricmc.net/develop/) -minecraft_version=1.21 -yarn_version=1.21+build.2 +minecraft_version=1.21.1 +yarn_version=1.21.1+build.3 loader_version=0.15.11 # Mod Properties -mod_version=1.0.0+1.21 +mod_version=1.0.0+1.21.1 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 119e6aa..e39e060 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.21", + "version": "1.0.0+1.21.1", "description": "Extends the tablist to fit more players.", "authors": [ "RedCarlos26"