Migrate to 1.20.1

This commit is contained in:
ruscalworld 2023-06-20 16:06:23 +03:00
parent ca94f79373
commit 2806a25203
No known key found for this signature in database
GPG key ID: FDF13F4478EC3C36
2 changed files with 5 additions and 5 deletions

View file

@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.13
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.14.21
# Mod Properties
mod_version=1.0.9
maven_group=ru.ruscalworld
archives_base_name=fabricexporter
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.73.0+1.19.3
fabric_version=0.83.1+1.20.1
prometheus_version=0.16.0

View file

@ -22,7 +22,7 @@
],
"depends": {
"fabricloader": ">=0.14.13",
"minecraft": ">=1.19.3",
"minecraft": ">=1.20.1",
"fabric": "*"
},
"recommends": {