Build against Beta 5

This commit is contained in:
Frank 2023-05-23 23:55:52 +02:00
parent 8b578e7cdf
commit 28a2e788ae
2 changed files with 4 additions and 4 deletions

View file

@ -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-pre2 minecraft_version=1.20-pre5
loader_version=0.14.19 loader_version=0.14.19
fabric_version=0.81.2+1.20 fabric_version=0.81.3+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

View file

@ -47,9 +47,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.19", "fabricloader": ">=0.14.19",
"fabric": ">=0.81.2", "fabric": ">=0.81.3",
"minecraft": [ "minecraft": [
"1.20-beta.2" "1.20-beta.5"
] ]
}, },
"custom": { "custom": {