[Feature] Support for 1.20.1

This commit is contained in:
Frank 2023-06-14 20:34:18 +02:00
parent 7d993d9269
commit acaa049431
2 changed files with 7 additions and 6 deletions

View file

@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# 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
#Loom #Loom
loom_version=1.0-SNAPSHOT loom_version=1.0-SNAPSHOT
#Modrinth #Modrinth
modrinth_versions=["1.20"] modrinth_versions=["1.20", "1.20.1"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`
release_channel=alpha release_channel=alpha
modrinth_id=betterend modrinth_id=betterend
@ -19,7 +19,7 @@ archives_base_name=better-end
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version=1.19-73-FABRIC patchouli_version=1.19-73-FABRIC
bclib_version=3.0.4 bclib_version=3.0.5
rei_version=12.0.622 rei_version=12.0.622
emi_version=1.0.3+1.20 emi_version=1.0.3+1.20
trinkets_version=3.7.0 trinkets_version=3.7.0

View file

@ -47,12 +47,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"
], ],
"bclib": "3.0.x" "bclib": "3.0.x"
}, },
"breaks": { "breaks": {
"bclib": "<3.0.4" "bclib": "<3.0.5"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",