Updated Dependencies

This commit is contained in:
Frank 2021-11-03 16:31:44 +01:00
parent 3662820fa9
commit 0f8b7d683c
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.17.1 minecraft_version=1.17.1
yarn_mappings=6 yarn_mappings=6
loader_version=0.11.6 loader_version=0.12.4
# Mod Properties # Mod Properties
mod_version=0.12.1-pre mod_version=0.12.1-pre
maven_group=ru.betterend maven_group=ru.betterend
@ -14,7 +14,7 @@ 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
fabric_version = 0.36.1+1.17 fabric_version = 0.41.3+1.17
bclib_version = 0.4.2 bclib_version = 0.4.3
rei_version = 6.0.264-alpha rei_version = 6.0.264-alpha
canvas_version = 1.0.+ canvas_version = 1.0.+

View file

@ -43,9 +43,9 @@
"depends": { "depends": {
"fabricloader": ">=0.11.6", "fabricloader": ">=0.11.6",
"fabric": ">=0.36.0", "fabric": ">=0.41.0",
"minecraft": ">=1.17", "minecraft": ">=1.17",
"bclib": ">=0.4.2" "bclib": ">=0.4.3"
}, },
"suggests": { "suggests": {
"byg": ">=1.1.3", "byg": ">=1.1.3",