b1.0.2+1.20.2-pre4

This commit is contained in:
Oth3r 2023-09-13 12:38:24 -05:00
commit 8d5b0fb27a
2 changed files with 5 additions and 5 deletions

View file

@ -4,16 +4,16 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2-pre3
yarn_mappings=1.20.2-pre3+build.5
minecraft_version=1.20.2-pre4
yarn_mappings=1.20.2-pre1+build.1
loader_version=0.14.22
# Mod Properties
mod_version=1.0.2+1.20.2-pre3
mod_version=1.0.2+1.20.2-pre4
maven_group=one.oth3r
archives_base_name=sit!
# Dependencies
fabric_version=0.88.3+1.20.2
fabric_version=0.88.4+1.20.2
modmenu_version=7.0.0
yacl_version=3.0.0+1.20

View file

@ -24,7 +24,7 @@
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "1.20.2-beta.3",
"minecraft": "1.20.2-beta.4",
"java": ">=17",
"fabric-api": "*"
},