From 2be4ed8f8a9bcb46d7730db1b71be7bfbc211610 Mon Sep 17 00:00:00 2001 From: philipmi Date: Mon, 3 Jan 2022 22:31:45 +0100 Subject: [PATCH] Use mod.conf instead of depends.txt + make default optional --- depends.txt | 14 -------------- mod.conf | 2 ++ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 depends.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 48fd24d..0000000 --- a/depends.txt +++ /dev/null @@ -1,14 +0,0 @@ -default -ethereal? -cacaotree? -cherrytree? -chestnuttree? -clementinetree? -ebony? -lemontree? -oak? -palm? -plumtree? -pomegranate? -moretrees? -farming_plus? \ No newline at end of file diff --git a/mod.conf b/mod.conf index 9fb6774..b1a8860 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,6 @@ name = regrowing_fruits author = philipmi +depends = +optional_depends = default, ethereal, cacaotree, cherrytree, chestnuttree, clementinetree, ebony, lemontree, oak, palm, plumtree, pomegranate, moretrees, farming_plus description = Fruits on trees from other mods will regrow. title = Regrowing Fruits