mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
add max minecraft version
This commit is contained in:
parent
c81b9f1c77
commit
0c0f68e5bc
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ org.gradle.parallel=true
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
min_minecraft_version=1.21.5-beta.2
|
||||
max_minecraft_version=1.21.5
|
||||
minecraft_version=1.21.5-pre2
|
||||
yarn_mappings=1.21.5-pre2+build.2
|
||||
loader_version=0.16.10
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": ">=${min_minecraft_version} <=${minecraft_version}",
|
||||
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue