Build against latest Pre-Release
This commit is contained in:
parent
e5bc16320c
commit
5390921e55
2 changed files with 6 additions and 6 deletions
|
@ -8,9 +8,9 @@ release_channel=beta
|
||||||
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.20-pre5
|
minecraft_version=1.20-pre7
|
||||||
loader_version=0.14.19
|
loader_version=0.14.21
|
||||||
fabric_version=0.81.3+1.20
|
fabric_version=0.83.0+1.20
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=3.0.0
|
mod_version=3.0.0
|
||||||
maven_group=org.betterx.bclib
|
maven_group=org.betterx.bclib
|
||||||
|
|
|
@ -46,10 +46,10 @@
|
||||||
"bclib.mixins.client.json"
|
"bclib.mixins.client.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.19",
|
"fabricloader": ">=0.14.21",
|
||||||
"fabric": ">=0.81.3",
|
"fabric": ">=0.83.0",
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"1.20-beta.5"
|
"1.20-beta.7"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue