Dependency/Version Bump

This commit is contained in:
Frank 2022-08-01 00:34:29 +02:00
parent 579f2a80ca
commit 5a576f8d46
2 changed files with 6 additions and 6 deletions

View file

@ -8,13 +8,13 @@ fabric_version=0.58.0+1.19
#Loom #Loom
loom_version=0.12-SNAPSHOT loom_version=0.12-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=2.0.11 mod_version=2.0.12
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.0.18 bclib_version=2.1.0
rei_version=9.1.500 rei_version=9.1.500
jei_version=11.1.0.235 jei_version=11.1.0.235
emi_version=0.3.0+1.19 emi_version=0.3.0+1.19

View file

@ -45,16 +45,16 @@
"betterend.mixins.shadow.json" "betterend.mixins.shadow.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.8",
"fabric": ">=0.56.0", "fabric": ">=0.58.0",
"minecraft": [ "minecraft": [
"1.19", "1.19",
"1.19.1" "1.19.1"
], ],
"bclib": "2.0.x" "bclib": "2.1.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.0.18" "bclib": "<2.1.0"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",