add otterlib dependency in fabric.mod.json

This commit is contained in:
Oth3r 2025-05-08 12:54:45 -05:00
commit 2cf57f78c2
3 changed files with 4 additions and 2 deletions

View file

@ -28,7 +28,8 @@
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
"fabric": "*"
"fabric": "*",
"otterlib": ">=${otterlib_version}"
},
"suggests": {
"modmenu": "*"