mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
add otterlib dependency in fabric.mod.json
This commit is contained in:
parent
a30c9b1cbd
commit
2cf57f78c2
3 changed files with 4 additions and 2 deletions
|
@ -43,6 +43,7 @@ processResources {
|
||||||
minecraft_version : minecraft_version,
|
minecraft_version : minecraft_version,
|
||||||
min_minecraft_version : min_minecraft_version,
|
min_minecraft_version : min_minecraft_version,
|
||||||
max_minecraft_version : max_minecraft_version,
|
max_minecraft_version : max_minecraft_version,
|
||||||
|
otterlib_version : otterlib_version,
|
||||||
loader_version : loader_version
|
loader_version : loader_version
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,4 @@ file_name=sit!
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.119.5+1.21.5
|
fabric_version=0.119.5+1.21.5
|
||||||
modmenu_version=14.0.0-rc.2
|
modmenu_version=14.0.0-rc.2
|
||||||
otterlib_version=0.1.0.0+1.21.5-fabric
|
otterlib_version=0.1.1.0+1.21.5-fabric
|
||||||
|
|
|
@ -28,7 +28,8 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.21",
|
"fabricloader": ">=0.14.21",
|
||||||
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
|
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
|
||||||
"fabric": "*"
|
"fabric": "*",
|
||||||
|
"otterlib": ">=${otterlib_version}"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"modmenu": "*"
|
"modmenu": "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue