Updated to be compatible with meteor 1.17.1
This commit is contained in:
parent
4448cc21b2
commit
5252c326a9
@ -1,8 +1,8 @@
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Fabric (https://fabricmc.net/versions.html)
|
||||
minecraft_version=1.17
|
||||
yarn_version=1.17+build.11
|
||||
minecraft_version=1.17.1
|
||||
yarn_version=1.17.1+build.40
|
||||
loader_version=0.11.6
|
||||
|
||||
# Mod Properties
|
||||
|
@ -22,7 +22,7 @@
|
||||
],
|
||||
"depends": {
|
||||
"java": ">=16",
|
||||
"minecraft": ">=1.17",
|
||||
"minecraft": ">=1.17.1",
|
||||
"meteor-client": ">0.4.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user