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 loader_version=0.15.2
fabric_version=0.91.3+1.20.4 fabric_version=0.91.3+1.20.4
# Mod Properties # Mod Properties
mod_version=3.0.14 mod_version=3.30.0
maven_group=org.betterx.bclib maven_group=org.betterx.bclib
archives_base_name=bclib archives_base_name=bclib
# Dependencies # Dependencies
modmenu_version=9.0.0-pre.1 modmenu_version=9.0.0-pre.1
emi_version=1.0.3+1.20 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, "schemaVersion": 1,
"id": "bclib", "id": "bclib",
"version": "3.0.14", "version": "3.30.0",
"name": "BCLib", "name": "BCLib",
"description": "A library for BetterX team mods", "description": "A library for BetterX team mods",
"authors": [ "authors": [
@ -46,16 +46,16 @@
"bclib.mixins.client.json" "bclib.mixins.client.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.15.0",
"fabric": ">=0.83.0", "fabric": ">=0.90.0",
"minecraft": [ "minecraft": [
"1.20.3", "1.20.3",
"1.20.4" "1.20.4"
], ],
"wunderlib": "1.1.x" "wunderlib": "1.30.x"
}, },
"breaks": { "breaks": {
"wunderlib": "<1.1.2", "wunderlib": "<1.30.0",
"emi": "<1.0.0", "emi": "<1.0.0",
"fabric-api": "0.86.0" "fabric-api": "0.86.0"
}, },