Dependency Bump

This commit is contained in:
Frank 2022-07-27 00:29:02 +02:00
parent 0edcd7971f
commit dcdaf4838d
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ loom_version=0.12-SNAPSHOT
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.19 minecraft_version=1.19
loader_version=0.14.8 loader_version=0.14.8
fabric_version=0.57.0+1.19 fabric_version=0.58.0+1.19
# Mod Properties # Mod Properties
mod_version=2.0.18 mod_version=2.0.18
maven_group=org.betterx.bclib maven_group=org.betterx.bclib

View file

@ -47,7 +47,8 @@
"fabric": ">=0.56.0", "fabric": ">=0.56.0",
"minecraft": [ "minecraft": [
"1.19", "1.19",
"1.19.1" "1.19.1",
"1.19.1-rc.3"
] ]
}, },
"custom": { "custom": {