Updated Versions for 1.17.1

This commit is contained in:
Frank Bauer 2021-07-07 13:39:33 +02:00
parent 9db7f4d940
commit 885a72486d
2 changed files with 9 additions and 8 deletions

View file

@ -3,18 +3,19 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version= 1.17
minecraft_version= 1.17.1
yarn_mappings= 6
loader_version= 0.11.6
# Mod Properties
mod_version = 0.9.8.5-pre
mod_version = 0.10.0-pre
maven_group = ru.betterend
archives_base_name = better-end
# Dependencies
# 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
fabric_version = 0.36.0+1.17
fabric_version = 0.36.1+1.17
canvas_version = 1.0.+
rei_version = 6.0.260-alpha
bclib_version = 0.2.0
rei_version = 6.0.262-alpha

View file

@ -41,10 +41,10 @@
],
"depends": {
"fabricloader": ">=0.11.0",
"fabric": ">=0.32.0",
"minecraft": ">=1.16.4",
"bclib": ">=0.1.42"
"fabricloader": ">=0.11.6",
"fabric": ">=0.36.0",
"minecraft": ">=1.17",
"bclib": ">=0.2.0"
},
"suggests": {
"byg": ">=1.1.3",