1.1.4+1.20.5

This commit is contained in:
Oth3r 2024-04-23 11:06:08 -05:00
commit cb394643c3
2 changed files with 7 additions and 7 deletions

View file

@ -4,16 +4,16 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.0
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
# Mod Properties
mod_version=1.1.4+1.20.2-1.20.4
mod_version=1.1.4+1.20.5
maven_group=one.oth3r
archives_base_name=sit!
# Dependencies
fabric_version=0.91.1+1.20.4
modmenu_version=9.0.0
fabric_version=0.97.5+1.20.5
modmenu_version=10.0.0-beta.1
yacl_version=3.3.2+1.20.4

View file

@ -27,7 +27,7 @@
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=1.20.2 <=1.20.4",
"minecraft": ">=1.20.5 <=1.20.5",
"java": ">=17",
"fabric-api": "*"
},