Version and dependency Bump

This commit is contained in:
Frank 2023-05-16 15:07:49 +02:00
parent b06e266a1a
commit edc0d2aa8e
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.3"]
release_channel=beta release_channel=beta
modrinth_id=betterend modrinth_id=betterend
# Mod Properties # Mod Properties
mod_version=3.1.3 mod_version=3.1.4
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.3-78-FABRIC patchouli_version=1.19.3-78-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.1 trinkets_version=3.5.1

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",