[Feature] Build for 1.20

This commit is contained in:
Frank 2023-05-24 18:44:24 +02:00
parent a37dfb8a26
commit 4b51cae473
2 changed files with 5 additions and 5 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.19.4 minecraft_version=1.20-pre5
loader_version=0.14.19 loader_version=0.14.19
fabric_version=0.77.0+1.19.4 fabric_version=0.81.3+1.20
#Loom #Loom
loom_version=1.0-SNAPSHOT loom_version=1.0-SNAPSHOT
#Modrinth #Modrinth
modrinth_versions=["1.19.4"] modrinth_versions=["1.20"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`
release_channel=beta release_channel=beta
modrinth_id=betterend modrinth_id=betterend

View file

@ -46,9 +46,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.19", "fabricloader": ">=0.14.19",
"fabric": ">=0.77.0", "fabric": ">=0.81.3",
"minecraft": [ "minecraft": [
"1.19.4" "1.20-beta.5"
], ],
"bclib": "2.3.x" "bclib": "2.3.x"
}, },