From b9abaa0bce4456017f896a2dd973675d4c2203f1 Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:40:01 -0400 Subject: [PATCH 1/7] Update gradle_build.yml --- .github/workflows/gradle_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle_build.yml b/.github/workflows/gradle_build.yml index c0bdad93..ac37812c 100644 --- a/.github/workflows/gradle_build.yml +++ b/.github/workflows/gradle_build.yml @@ -1,6 +1,7 @@ name: Gradle Build on: + workflow_dispatch: push: branches: - '*' From c634c0029bb515cc1df0d027bddc238743c66df8 Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:46:40 -0400 Subject: [PATCH 2/7] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e6bf5c85..58d86787 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20 +minecraft_version=1.20.1 quilt_mappings=4 loader_version=0.14.21 # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api From 74976bc5a6b6501385a6f9e4dbc3177766634bbe Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:52:20 -0400 Subject: [PATCH 3/7] Update gradle.properties --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 58d86787..7b6bc60d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20.1 -quilt_mappings=4 -loader_version=0.14.21 -# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_api_version=0.83.0+1.20 +minecraft_version=1.20 +quilt_mappings=2 +loader_version=0.18.10 +qsl_version=6.0.1 +fabric_api_version=7.0.1+0.83.0 # Mod Properties mod_version = 2.3.1 From 2832a475b9ae6338c0808076038bfc696153ce34 Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:56:35 -0400 Subject: [PATCH 4/7] Update gradle.properties --- gradle.properties | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7b6bc60d..ee673556 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,12 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20 -quilt_mappings=2 -loader_version=0.18.10 -qsl_version=6.0.1 -fabric_api_version=7.0.1+0.83.0 +minecraft_version=1.20.1 +minecraft_version=1.20.1 +quilt_mappings=1 +loader_version=0.14.21 +# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api +fabric_api_version=0.83.0+1.20 # Mod Properties mod_version = 2.3.1 From cb4fdad3f6670d76f1c6932c0a3f562081d7b65c Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:56:47 -0400 Subject: [PATCH 5/7] Update gradle.properties --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee673556..9d5838a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,6 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.20.1 -minecraft_version=1.20.1 quilt_mappings=1 loader_version=0.14.21 # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api From 7d1134937dfc87da12cc67fe5f4a00dab47a1b8d Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:00:37 -0400 Subject: [PATCH 6/7] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9d5838a0..1ce89195 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ minecraft_version=1.20.1 quilt_mappings=1 loader_version=0.14.21 # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_api_version=0.83.0+1.20 +fabric_api_version=0.83.1+1.20.1 # Mod Properties mod_version = 2.3.1 From 00b510a868cb5893c6af662d9f0e6769a0191ae4 Mon Sep 17 00:00:00 2001 From: KennyT <47287125+KennyDevT@users.noreply.github.com> Date: Fri, 16 Jun 2023 18:06:19 -0400 Subject: [PATCH 7/7] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0f05daf4..7142d009 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,8 +30,8 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric": ">=0.83.0+1.20", - "minecraft": "1.20", + "fabric": ">=0.83.1+1.20.1", + "minecraft": "1.20.1", "spruceui": ">=5.0.0", "java": ">=17" },