From 851d890897d55d515ace1b601b3bfa6d2cc9c0db Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 6 Apr 2020 00:11:50 +0200 Subject: [PATCH] Remove legacy metadata format --- depends.txt | 3 --- description.txt | 1 - mod.conf | 2 ++ 3 files changed, 2 insertions(+), 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 3884e03..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -mana? -doc? -doc_items? diff --git a/description.txt b/description.txt deleted file mode 100644 index e6f4db9..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds the “Mirror of Returning”, a magical item which teleports the user to a previously set location. diff --git a/mod.conf b/mod.conf index 1b12dc7..ab7aadd 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = returnmirror +description = Adds the “Mirror of Returning”, a magical item which teleports the user to a previously set location. +optional_depends = mana, doc, doc_items