1
0
mirror of https://github.com/chylex/Better-Controls.git synced 2025-05-22 22:34:04 +02:00

Update Fabric & Yarn version and restrict mod to 1.16.2 or newer

This commit is contained in:
chylex 2020-10-18 14:10:55 +02:00
parent e9a339f025
commit 302d37f101
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
minecraft_version=1.16.3 minecraft_version=1.16.3
yarn_mappings=1.16.3+build.17 yarn_mappings=1.16.3+build.47
loader_version=0.10.0+build.208 loader_version=0.10.2+build.210
# Mod Properties # Mod Properties
mod_version=1.0.0 mod_version=1.0.0

View File

@ -28,6 +28,6 @@
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.7.4",
"minecraft": "1.16.x" "minecraft": ">=1.16.2"
} }
} }