From c2fa3e300c79c7dd80b6fe91a8b5082bb6b3d934 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 24 Jul 2021 22:21:59 +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 3168c5a..6eca2d8 100644 --- a/depends.txt +++ b/depends.txt @@ -1,4 +1,4 @@ -default mobs +default? lucky_block? intllib? diff --git a/mod.conf b/mod.conf index 2cc6715..1a31db8 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = mobs_animal -depends = default, mobs -optional_depends = lucky_block, intllib +depends = mobs +optional_depends = default, lucky_block, intllib description = Adds farm animals.