Build for 1.19.3 RC1
This commit is contained in:
parent
4b54e37676
commit
de2dd60807
2 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx8G
|
org.gradle.jvmargs=-Xmx8G
|
||||||
#Modrinth
|
#Modrinth
|
||||||
modrinth_versions=["1.19.3-pre3"]
|
modrinth_versions=["1.19.3-rc1"]
|
||||||
#`release`, `beta` or `alpha`
|
#`release`, `beta` or `alpha`
|
||||||
release_channel=release
|
release_channel=release
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=1.0-SNAPSHOT
|
loom_version=1.0-SNAPSHOT
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version=1.19.3-pre3
|
minecraft_version=1.19.3-rc1
|
||||||
loader_version=0.14.10
|
loader_version=0.14.11
|
||||||
fabric_version=0.68.0+1.19.3
|
fabric_version=0.68.1+1.19.3
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.1.3
|
mod_version=2.1.3
|
||||||
maven_group=org.betterx.bclib
|
maven_group=org.betterx.bclib
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"fabricloader": ">=0.14.10",
|
"fabricloader": ">=0.14.10",
|
||||||
"fabric": ">=0.65.0",
|
"fabric": ">=0.65.0",
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"1.19.3-beta.3"
|
"1.19.3-rc.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue