[Feature] Build for 1.20
This commit is contained in:
parent
a37dfb8a26
commit
4b51cae473
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue