b1.0.2+23w32a

This commit is contained in:
Oth3r 2023-08-09 17:08:00 -05:00
commit 59875d0f6d
2 changed files with 5 additions and 5 deletions

View file

@ -4,16 +4,16 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=23w31a minecraft_version=23w32a
yarn_mappings=23w31a+build.12 yarn_mappings=23w32a+build.3
loader_version=0.14.22 loader_version=0.14.22
# Mod Properties # Mod Properties
mod_version=1.0.2+23w31a mod_version=1.0.2+23w32a
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.86.1+1.20.2 fabric_version=0.86.2+1.20.2
modmenu_version=7.0.0 modmenu_version=7.0.0
yacl_version=3.0.0+1.20 yacl_version=3.0.0+1.20

View file

@ -24,7 +24,7 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": "1.20.2-alpha.23.31.a", "minecraft": "1.20.2-alpha.23.32.a",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
}, },