Added ModMenu as (optional) dependency

This commit is contained in:
2025-04-07 09:18:14 +02:00
parent 7d969d0013
commit d99467d953
3 changed files with 13 additions and 9 deletions

View File

@ -38,7 +38,10 @@
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
"optional": {
"modmenu": "*"
},
"custom": {
"modmenu:api": "wtf.hak.survivalfabric.modmenu.ModMenuIntegration"
}
}