From 1c4ce9e402be6327cd422fabd1716689c6b229be Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 24 Jul 2021 22:21:37 +0100 Subject: [PATCH] make default optional dependency --- depends.txt | 2 +- mod.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/depends.txt b/depends.txt index 9648cd2..8d14ca3 100644 --- a/depends.txt +++ b/depends.txt @@ -1,5 +1,5 @@ -default mobs +default? lucky_block? toolranks? intllib? diff --git a/mod.conf b/mod.conf index 7979671..921bed1 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = mobs_monster -depends = default, mobs -optional_depends = lucky_block, toolranks, intllib +depends = mobs +optional_depends = default, lucky_block, toolranks, intllib description = Adds many types of monsters.