Move a few dependencies from the "recommends" category to the "suggests" one in the fabric.mod.json file
This commit is contained in:
parent
31bb7be602
commit
941a6143c0
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue