1.21.1 support

This commit is contained in:
Oth3r 2024-08-08 10:20:20 -05:00
commit 67a79a0707
2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21 minecraft_version=1.21.1
yarn_mappings=1.21+build.1 yarn_mappings=1.21.1+build.1
loader_version=0.15.11 loader_version=0.15.11
# Mod Properties # Mod Properties
@ -14,6 +14,6 @@ maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.100.1+1.21 fabric_version=0.102.0+1.21.1
modmenu_version=11.0.0-beta.1 modmenu_version=11.0.0-beta.1
yacl_version=3.5.0+1.21-fabric yacl_version=3.5.0+1.21-fabric

View file

@ -27,7 +27,7 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": "=${minecraft_version}", "minecraft": ">=1.21 <=${minecraft_version}",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
}, },