Version and Dependency Bump

This commit is contained in:
Frank 2023-04-29 16:03:17 +02:00
parent f18080a845
commit 708f66deed
3 changed files with 4 additions and 4 deletions

View file

@ -289,7 +289,7 @@ modrinth {
required.project "fabric-api" required.project "fabric-api"
required.project "bclib" required.project "bclib"
optional.project "emi" optional.project "emi"
optional.project "roughly-enough-items" optional.project "rei"
optional.project "trinkets" optional.project "trinkets"
optional.project "patchouli" optional.project "patchouli"
} }

View file

@ -13,13 +13,13 @@ modrinth_versions=["1.19.4"]
release_channel=beta release_channel=beta
modrinth_id=betterend modrinth_id=betterend
# Mod Properties # Mod Properties
mod_version=3.2.0 mod_version=3.2.1
maven_group=org.betterx.betterend maven_group=org.betterx.betterend
archives_base_name=better-end archives_base_name=better-end
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version=1.19-73-FABRIC patchouli_version=1.19-73-FABRIC
bclib_version=2.3.1 bclib_version=2.3.2
rei_version=11.0.597 rei_version=11.0.597
emi_version=0.7.3+1.19.4 emi_version=0.7.3+1.19.4
trinkets_version=3.6.0 trinkets_version=3.6.0

View file

@ -53,7 +53,7 @@
"bclib": "2.3.x" "bclib": "2.3.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.3.1" "bclib": "<2.3.2"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",