[Feature] Build for 1.20

This commit is contained in:
Frank 2023-06-07 18:15:35 +02:00
parent bbdae36ac6
commit 1a18422f90
3 changed files with 9 additions and 12 deletions

View file

@ -25,7 +25,7 @@ body:
attributes: attributes:
label: BCLib label: BCLib
description: What version of BCLib are you running? description: What version of BCLib are you running?
placeholder: 2.x.x placeholder: 3.x.x
validations: validations:
required: true required: true
- type: input - type: input
@ -33,7 +33,7 @@ body:
attributes: attributes:
label: Fabric API label: Fabric API
description: What version of Fabric API is installed description: What version of Fabric API is installed
placeholder: 0.5x.x placeholder: 0.8x.x
validations: validations:
required: false required: false
- type: input - type: input
@ -50,13 +50,10 @@ body:
label: Minecraft label: Minecraft
description: What version of Minecraft is installed? description: What version of Minecraft is installed?
options: options:
- 1.19.3 - 1.20
- 1.19.4
- 1.19.3 [unsupported]
- 1.19.2 - 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- Older - Older
validations: validations:
required: true required: true

View file

@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx8G
#Modrinth #Modrinth
modrinth_versions=["1.20"] modrinth_versions=["1.20"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`
release_channel=beta release_channel=alpha
#Loom #Loom
loom_version=1.0-SNAPSHOT loom_version=1.0-SNAPSHOT
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.20-pre7 minecraft_version=1.20
loader_version=0.14.21 loader_version=0.14.21
fabric_version=0.83.0+1.20 fabric_version=0.83.0+1.20
# Mod Properties # Mod Properties

View file

@ -49,7 +49,7 @@
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"fabric": ">=0.83.0", "fabric": ">=0.83.0",
"minecraft": [ "minecraft": [
"1.20-beta.7" "1.20"
] ]
}, },
"custom": { "custom": {
@ -59,7 +59,7 @@
"curseforge": "https://www.curseforge.com/minecraft/mc-mods/bclib" "curseforge": "https://www.curseforge.com/minecraft/mc-mods/bclib"
} }
}, },
"modmenu": { "modmenu_": {
"links": { "links": {
"title.link.bclib.discord": "https://discord.gg/kYuATbYbKW" "title.link.bclib.discord": "https://discord.gg/kYuATbYbKW"
} }