[Feature] Support for 1.20.1

This commit is contained in:
Frank 2023-06-14 19:50:08 +02:00
parent 3565438106
commit 9700dc1bd0
3 changed files with 9 additions and 7 deletions

View file

@ -50,6 +50,7 @@ body:
label: Minecraft label: Minecraft
description: What version of Minecraft is installed? description: What version of Minecraft is installed?
options: options:
- 1.20.1
- 1.20.0 - 1.20.0
- 1.19.4 - 1.19.4
- 1.19.3 [unsupported] - 1.19.3 [unsupported]

View file

@ -1,21 +1,21 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx8G org.gradle.jvmargs=-Xmx8G
#Modrinth #Modrinth
modrinth_versions=["1.20"] modrinth_versions=["1.20", "1.20.1"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`
release_channel=beta release_channel=beta
#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 minecraft_version=1.20.1
loader_version=0.14.21 loader_version=0.14.21
fabric_version=0.83.0+1.20 fabric_version=0.83.1+1.20.1
# Mod Properties # Mod Properties
mod_version=3.0.4 mod_version=3.0.5
maven_group=org.betterx.bclib maven_group=org.betterx.bclib
archives_base_name=bclib archives_base_name=bclib
# Dependencies # Dependencies
modmenu_version=7.0.0 modmenu_version=7.0.0
emi_version=1.0.3+1.20 emi_version=1.0.3+1.20
wunderlib_version=1.1.1 wunderlib_version=1.1.2

View file

@ -49,12 +49,13 @@
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"fabric": ">=0.83.0", "fabric": ">=0.83.0",
"minecraft": [ "minecraft": [
"1.20" "1.20",
"1.20.1"
], ],
"wunderlib": "1.1.x" "wunderlib": "1.1.x"
}, },
"breaks": { "breaks": {
"wunderlib": "<1.1.1", "wunderlib": "<1.1.2",
"emi": "<1.0.0" "emi": "<1.0.0"
}, },
"custom": { "custom": {