From 1a18422f90e4f5ec8c416fa7835b7a07891f9453 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 7 Jun 2023 18:15:35 +0200 Subject: [PATCH] [Feature] Build for 1.20 --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 13 +++++-------- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 7c17b639..9ecba13c 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -25,7 +25,7 @@ body: attributes: label: BCLib description: What version of BCLib are you running? - placeholder: 2.x.x + placeholder: 3.x.x validations: required: true - type: input @@ -33,7 +33,7 @@ body: attributes: label: Fabric API description: What version of Fabric API is installed - placeholder: 0.5x.x + placeholder: 0.8x.x validations: required: false - type: input @@ -50,13 +50,10 @@ body: label: Minecraft description: What version of Minecraft is installed? options: - - 1.19.3 + - 1.20 + - 1.19.4 + - 1.19.3 [unsupported] - 1.19.2 - - 1.19.1 - - 1.19 - - 1.18.2 - - 1.18.1 - - 1.18 - Older validations: required: true diff --git a/gradle.properties b/gradle.properties index 75d4d9fc..b8443f89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx8G #Modrinth modrinth_versions=["1.20"] #`release`, `beta` or `alpha` -release_channel=beta +release_channel=alpha #Loom loom_version=1.0-SNAPSHOT # Fabric Properties # check these on https://fabricmc.net/versions.html -minecraft_version=1.20-pre7 +minecraft_version=1.20 loader_version=0.14.21 fabric_version=0.83.0+1.20 # Mod Properties diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 24bab0dd..99012077 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -49,7 +49,7 @@ "fabricloader": ">=0.14.21", "fabric": ">=0.83.0", "minecraft": [ - "1.20-beta.7" + "1.20" ] }, "custom": { @@ -59,7 +59,7 @@ "curseforge": "https://www.curseforge.com/minecraft/mc-mods/bclib" } }, - "modmenu": { + "modmenu_": { "links": { "title.link.bclib.discord": "https://discord.gg/kYuATbYbKW" }