From afb8a14530737f17155c5dd60be5688d28f4b134 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Mon, 28 Oct 2019 14:34:17 -0600 Subject: [PATCH] Use mod.conf for optional dependencies Deletes deprecated 'depends.txt' and 'description.txt'. --- depends.txt | 3 --- description.txt | 1 - mod.conf | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index d8b1e6c..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -unified_inventory? -inventory_plus? -sfinv? diff --git a/description.txt b/description.txt deleted file mode 100644 index 99b6c7b..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -A library to allow mods to make Formspecs, a form of GUI, easily. diff --git a/mod.conf b/mod.conf index 10a6d91..190df17 100644 --- a/mod.conf +++ b/mod.conf @@ -1,6 +1,7 @@ name = smartfs title = Smart Formspecs Library author = rubenwardy +optional_depends = unified_inventory, inventory_plus, sfinv description = A library to allow mods to make Formspecs, a form of GUI, easily. license = CC0 forum = https://forum.minetest.net/viewtopic.php?t=7553