Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file

This commit is contained in:
Username404-59 2021-04-11 13:32:54 +02:00
parent 31bb7be602
commit 941a6143c0
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 5 deletions

View File

@ -32,14 +32,11 @@
"fabric-resource-loader-v0": "*",
"minecraft": ">=1.16.2"
},
"recommends": {
"fabric": "*",
"modmenu": ">=1.15.0"
},
"breaks": {
"modmenu": "<1.15.0"
},
"suggests": {
"flamingo": "*"
"fabric": "*",
"modmenu": ">=1.15.0"
}
}