s1.0.3+23w45a

This commit is contained in:
Oth3r 2023-11-08 14:01:09 -06:00
commit 601fca3269
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=23w44a minecraft_version=23w45a
yarn_mappings=23w44a+build.1 yarn_mappings=23w45a+build.1
loader_version=0.14.23 loader_version=0.14.23
# Mod Properties # Mod Properties
mod_version=s1.0.3+23w44a mod_version=s1.0.3+23w45a
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.90.6+1.20.3 fabric_version=0.90.8+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,7 +25,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": [ "minecraft": [
"1.20.3-alpha.23.44.a" "1.20.3-alpha.23.45.a"
], ],
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"