Version Bump

This commit is contained in:
Frank 2023-12-18 17:51:13 +01:00
parent 60963e449b
commit 5a3c33d364
2 changed files with 7 additions and 7 deletions

View file

@ -12,10 +12,10 @@ minecraft_version=1.20.4
loader_version=0.15.2
fabric_version=0.91.3+1.20.4
# Mod Properties
mod_version=3.0.14
mod_version=3.30.0
maven_group=org.betterx.bclib
archives_base_name=bclib
# Dependencies
modmenu_version=9.0.0-pre.1
emi_version=1.0.3+1.20
wunderlib_version=1.1.5
wunderlib_version=1.30.0

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "bclib",
"version": "3.0.14",
"version": "3.30.0",
"name": "BCLib",
"description": "A library for BetterX team mods",
"authors": [
@ -46,16 +46,16 @@
"bclib.mixins.client.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric": ">=0.83.0",
"fabricloader": ">=0.15.0",
"fabric": ">=0.90.0",
"minecraft": [
"1.20.3",
"1.20.4"
],
"wunderlib": "1.1.x"
"wunderlib": "1.30.x"
},
"breaks": {
"wunderlib": "<1.1.2",
"wunderlib": "<1.30.0",
"emi": "<1.0.0",
"fabric-api": "0.86.0"
},