Version and Dependency Bump

This commit is contained in:
Frank 2023-01-28 13:48:07 +01:00
parent 948da439ba
commit 23ae282eba
2 changed files with 3 additions and 3 deletions

View file

@ -13,13 +13,13 @@ modrinth_versions=["1.19.3"]
release_channel=beta release_channel=beta
modrinth_id=betterend modrinth_id=betterend
# Mod Properties # Mod Properties
mod_version=3.1.2 mod_version=3.1.3
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.2.4 bclib_version=2.2.5
rei_version=10.0.578 rei_version=10.0.578
emi_version=0.6.2+1.19.3 emi_version=0.6.2+1.19.3
trinkets_version=3.5.0 trinkets_version=3.5.0

View file

@ -53,7 +53,7 @@
"bclib": "2.2.x" "bclib": "2.2.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.2.4" "bclib": "<2.2.5"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",