From 0d4b88d1c89a4156fe5ecfcd8d2e1d0a84e77cf2 Mon Sep 17 00:00:00 2001 From: Lentern <73498459+Lentern@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:26:16 -0400 Subject: [PATCH 1/3] Allow use of 1.20 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a471647..0b1c111 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ "accessWidener" : "fiveonefouroneeight.accesswidener", "depends": { "fabricloader": ">=0.14.0", - "minecraft": "1.19.x", + "minecraft": ">=1.19.0", "java": ">=17" } } From 3706b9a5d80fdce04d914687abfaf11e11c93dfd Mon Sep 17 00:00:00 2001 From: Lentern <73498459+Lentern@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:34:43 -0400 Subject: [PATCH 2/3] . --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0b1c111..8bbf301 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "fiveonefouroneeight", - "version": "${version}", + "version": "1.0.1", "name": "FiveOneFourOneEight", "description": "Allow changing option values outside the vanilla limit using options.txt", From a667ad556e64bbb4c72797e02ad112b47c21dd6f Mon Sep 17 00:00:00 2001 From: Lentern <73498459+Lentern@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:38:49 -0400 Subject: [PATCH 3/3] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 79534ea..7648344 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.0 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = io.github.apple502j archives_base_name = fiveonefouroneeight