s1.1.0+1.20.3-pre1-1.20.3-rc1

This commit is contained in:
Oth3r 2023-11-30 18:13:20 -06:00
commit 90422345bc
2 changed files with 6 additions and 6 deletions

View file

@ -4,14 +4,14 @@ 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.3-pre1 minecraft_version=1.20.3-rc1
yarn_mappings=1.20.3-pre1+build.1 yarn_mappings=1.20.3-rc1+build.2
loader_version=0.14.24 loader_version=0.15.0
# Mod Properties # Mod Properties
mod_version=s1.0.3+1.20.3-pre1 mod_version=s1.1.0+1.20.3-pre1-1.20.3-rc1
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.90.11+1.20.3 fabric_version=0.91.1+1.20.3

View file

@ -25,7 +25,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": [ "minecraft": [
">=1.20.3-beta.1" ">=1.20.3-beta.1 <=1.20.3-rc.10"
], ],
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"