diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8e51d0f..7ebef3d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,9 @@ ], "depends": { "fabricloader": ">=0.11.3", - "fabric": "*", + "fabric": "*" + }, + "recommends": { "spark": "*" } }