forked from virt-mirrors/Sit
add max minecraft version
This commit is contained in:
parent
284930b1b6
commit
3d89222840
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ org.gradle.parallel=true
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
min_minecraft_version=1.21.4
|
min_minecraft_version=1.21.4
|
||||||
|
max_minecraft_version=1.21.5
|
||||||
minecraft_version=1.21.4
|
minecraft_version=1.21.4
|
||||||
yarn_mappings=1.21.4+build.8
|
yarn_mappings=1.21.4+build.8
|
||||||
loader_version=0.16.10
|
loader_version=0.16.10
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.21",
|
"fabricloader": ">=0.14.21",
|
||||||
"minecraft": ">=${min_minecraft_version} <=${minecraft_version}",
|
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
|
||||||
"fabric": "*"
|
"fabric": "*"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue