b1.0.2+1.20.2-rc1-1.20.2-rc2

This commit is contained in:
Oth3r 2023-09-18 15:18:37 -05:00
commit 1dab3c8000
2 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ yarn_mappings=1.20.2-rc1+build.2
loader_version=0.14.22 loader_version=0.14.22
# Mod Properties # Mod Properties
mod_version=1.0.2+1.20.2-rc1 mod_version=1.0.2+1.20.2-rc1-1.20.2-rc2
maven_group=one.oth3r maven_group=one.oth3r
archives_base_name=sit! archives_base_name=sit!

View file

@ -24,7 +24,10 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": "1.20.2-rc.1", "minecraft": [
"1.20.2-rc.1",
"1.20.2-rc.2"
],
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
}, },