Migrate to 1.20.1
This commit is contained in:
parent
ca94f79373
commit
2806a25203
2 changed files with 5 additions and 5 deletions
|
@ -2,14 +2,14 @@
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.19.3
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.19.3+build.5
|
yarn_mappings=1.20.1+build.2
|
||||||
loader_version=0.14.13
|
loader_version=0.14.21
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0.9
|
mod_version=1.0.9
|
||||||
maven_group=ru.ruscalworld
|
maven_group=ru.ruscalworld
|
||||||
archives_base_name=fabricexporter
|
archives_base_name=fabricexporter
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# 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
|
prometheus_version=0.16.0
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.13",
|
"fabricloader": ">=0.14.13",
|
||||||
"minecraft": ">=1.19.3",
|
"minecraft": ">=1.20.1",
|
||||||
"fabric": "*"
|
"fabric": "*"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
|
|
Loading…
Reference in a new issue