Make spark optional
This commit is contained in:
parent
283b32fe8a
commit
3d680b7f2c
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.11.3",
|
"fabricloader": ">=0.11.3",
|
||||||
"fabric": "*",
|
"fabric": "*"
|
||||||
|
},
|
||||||
|
"recommends": {
|
||||||
"spark": "*"
|
"spark": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue