Version Updated

This commit is contained in:
Frank 2022-06-08 19:59:09 +02:00
parent 237e0385cf
commit fc1da134e7
2 changed files with 3 additions and 2 deletions

View file

@ -19,5 +19,5 @@ archives_base_name=better-end
# 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 = 55-FABRIC-SNAPSHOT patchouli_version = 55-FABRIC-SNAPSHOT
bclib_version = 1.19-SNAPSHOT bclib_version = 2.0.1
rei_version = 9.0.472 rei_version = 9.0.472

View file

@ -42,8 +42,9 @@
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.6",
"fabric": ">=0.55.2", "fabric": ">=0.55.2",
"minecraft": "1.19", "minecraft": "1.19",
"bclib": "2.0.0" "bclib": "2.0.x"
}, },
"breaks": {"bclib": "<2.0.1"},
"suggests": { "suggests": {
"byg": ">=1.1.3", "byg": ">=1.1.3",
"blockus": ">=2.0.2", "blockus": ">=2.0.2",