Dependencies updated for 1.17.1

This commit is contained in:
Frank Bauer 2021-07-07 13:35:41 +02:00
parent c7b49be379
commit daeca492ec
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version= 1.17 minecraft_version= 1.17.1
yarn_mappings= 6 yarn_mappings= 6
loader_version= 0.11.6 loader_version= 0.11.6
@ -15,4 +15,4 @@ archives_base_name = bclib
# 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 = 50-FABRIC patchouli_version = 50-FABRIC
fabric_version = 0.36.0+1.17 fabric_version = 0.36.1+1.17

View file

@ -36,8 +36,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.0", "fabricloader": ">=0.11.6",
"fabric": ">=0.32.0", "fabric": ">=0.36.0",
"minecraft": ">=1.16.4" "minecraft": ">=1.17"
} }
} }