b1.0.3+23w41a

This commit is contained in:
Oth3r 2023-10-12 22:20:43 -05:00
commit 5f1564a53a
2 changed files with 6 additions and 7 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=1.20.2-rc1 minecraft_version=23w41a
yarn_mappings=1.20.2-rc1+build.2 yarn_mappings=23w41a+build.2
loader_version=0.14.22 loader_version=0.14.23
# Mod Properties # Mod Properties
mod_version=1.0.2+1.20.2-rc1-1.20.2-rc2 mod_version=1.0.3+23w41a
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.88.5+1.20.2 fabric_version=0.90.1+1.20.3
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

@ -25,8 +25,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": [ "minecraft": [
"1.20.2-rc.1", "1.20.3-alpha.23.41.a"
"1.20.2-rc.2"
], ],
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"