Dependency/Version Bump

This commit is contained in:
Frank 2022-08-01 00:36:28 +02:00
parent 7fef0a090c
commit 41aef199da
2 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@ minecraft_version=1.19
loader_version=0.14.8
fabric_version=0.58.0+1.19
# Mod Properties
mod_version=2.0.18
mod_version=2.1.0
maven_group=org.betterx.bclib
archives_base_name=bclib
# Dependencies

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "bclib",
"version": "2.0.18",
"version": "2.1.0",
"name": "BCLib",
"description": "A library for BetterX team mods",
"authors": [
@ -46,12 +46,11 @@
"bclib.mixins.client.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric": ">=0.56.0",
"fabricloader": ">=0.14.8",
"fabric": ">=0.58.0",
"minecraft": [
"1.19",
"1.19.1",
"1.19.1-rc.3"
"1.19.1"
]
},
"custom": {