[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
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.19.4
minecraft_version=1.20-pre5
loader_version=0.14.19
fabric_version=0.77.0+1.19.4
fabric_version=0.81.3+1.20
#Loom
loom_version=1.0-SNAPSHOT
#Modrinth
modrinth_versions=["1.19.4"]
modrinth_versions=["1.20"]
#`release`, `beta` or `alpha`
release_channel=beta
modrinth_id=betterend

View file

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