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
|
||||
# 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
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.13",
|
||||
"minecraft": ">=1.19.3",
|
||||
"minecraft": ">=1.20.1",
|
||||
"fabric": "*"
|
||||
},
|
||||
"recommends": {
|
||||
|
|
Loading…
Reference in a new issue