Updated to be compatible with meteor 1.17.1

This commit is contained in:
Ezzer29 2021-08-22 21:58:49 +03:00 committed by seasnail8169
parent 4448cc21b2
commit 5252c326a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# Fabric (https://fabricmc.net/versions.html) # Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.17 minecraft_version=1.17.1
yarn_version=1.17+build.11 yarn_version=1.17.1+build.40
loader_version=0.11.6 loader_version=0.11.6
# Mod Properties # Mod Properties

View File

@ -22,7 +22,7 @@
], ],
"depends": { "depends": {
"java": ">=16", "java": ">=16",
"minecraft": ">=1.17", "minecraft": ">=1.17.1",
"meteor-client": ">0.4.3" "meteor-client": ">0.4.3"
} }
} }