fixed so it works with newers versions

This commit is contained in:
lukasabbe
2024-08-08 22:05:54 +02:00
parent 0e084d7e7c
commit c3116f0f6f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}",
"minecraft": ">=${minecraft_version}",
"voicechat": ">=${minecraft_version}-${voicechat_api_version}"
}
}