use $minecraft_version for the version

This commit is contained in:
Oth3r 2024-06-13 10:41:07 -05:00
commit 01c3bf0e57
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=1.20.6 <=1.20.6",
"minecraft": "=${minecraft_version}",
"java": ">=17",
"fabric-api": "*"
},