[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
description: What version of Minecraft is installed?
options:
- 1.20.1
- 1.20.0
- 1.19.4
- 1.19.3 [unsupported]

View file

@ -1,21 +1,21 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx8G
#Modrinth
modrinth_versions=["1.20"]
modrinth_versions=["1.20", "1.20.1"]
#`release`, `beta` or `alpha`
release_channel=beta
#Loom
loom_version=1.0-SNAPSHOT
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20
minecraft_version=1.20.1
loader_version=0.14.21
fabric_version=0.83.0+1.20
fabric_version=0.83.1+1.20.1
# Mod Properties
mod_version=3.0.4
mod_version=3.0.5
maven_group=org.betterx.bclib
archives_base_name=bclib
# Dependencies
modmenu_version=7.0.0
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",
"fabric": ">=0.83.0",
"minecraft": [
"1.20"
"1.20",
"1.20.1"
],
"wunderlib": "1.1.x"
},
"breaks": {
"wunderlib": "<1.1.1",
"wunderlib": "<1.1.2",
"emi": "<1.0.0"
},
"custom": {