Version Update

This commit is contained in:
Frank 2022-07-03 12:50:02 +02:00
parent 8803444b12
commit 87d6aab4f9
2 changed files with 3 additions and 3 deletions

View file

@ -8,13 +8,13 @@ fabric_version=0.57.0+1.19
#Loom #Loom
loom_version=0.12-SNAPSHOT loom_version=0.12-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=2.0.4 mod_version=2.0.5
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.7 bclib_version=2.0.10
rei_version=9.1.500 rei_version=9.1.500
trinkets_version=3.4.0 trinkets_version=3.4.0
cca_version=5.0.0-beta.1 cca_version=5.0.0-beta.1

View file

@ -45,7 +45,7 @@
"bclib": "2.0.x" "bclib": "2.0.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.0.7" "bclib": "<2.0.10"
}, },
"suggests": { "suggests": {
"byg": ">=1.1.3", "byg": ">=1.1.3",