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