From 63f84627395bb97ad272fd4324b656accaceb49c Mon Sep 17 00:00:00 2001 From: Max094Reikeb <49318596+Max094Reikeb@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:59:21 +0100 Subject: [PATCH] Updated to 1.20.2 MC version --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- gradle.properties | 14 +++++++------- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83aa55e..10965c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,7 +46,7 @@ body: label: | Mod Version options: - - "1.5.3" + - "1.6" validations: required: true - type: dropdown @@ -55,7 +55,7 @@ body: label: | Minecraft Version options: - - "1.20.1" + - "1.20.2" validations: required: true - type: dropdown @@ -64,7 +64,7 @@ body: label: | Fabric Loader Version options: - - "0.14.21" + - "0.15.6" validations: required: true - type: dropdown @@ -73,7 +73,7 @@ body: label: | Fabric API Version options: - - "0.85.0" + - "0.91.6" validations: required: true - type: textarea diff --git a/gradle.properties b/gradle.properties index 7eeebfe..6b4088c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html - minecraft_version=1.20.1 - yarn_mappings=1.20.1+build.9 - loader_version=0.14.21 + minecraft_version=1.20.2 + yarn_mappings=1.20.2+build.4 + loader_version=0.15.6 # Mod Properties - mod_version=1.5.3-release - maven_group=net.reikeb.notenoughgamerules - archives_base_name=NEG-FABRIC-1.20.1 + mod_version=1.6-release + maven_group=com.mmodding.notenoughgamerules + archives_base_name=NEG-FABRIC-1.20.2 # Dependencies # check this on https://modmuss50.me/fabric.html - fabric_version=0.85.0+1.20.1 + fabric_version=0.91.6+1.20.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bf048f2..20bfd48 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,8 +25,8 @@ ], "accessWidener" : "not_enough_gamerules.accesswidener", "depends": { - "fabricloader": ">=0.14.21", + "fabricloader": ">=0.15.6", "fabric": "*", - "minecraft": "1.20.1" + "minecraft": "1.20.2" } }