From 3d680b7f2ccdc35173d301b040b2e9492a78cb8a Mon Sep 17 00:00:00 2001 From: RuscalWorld Date: Wed, 26 May 2021 00:08:05 +0300 Subject: [PATCH] Make spark optional --- src/main/resources/fabric.mod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": "*" } }