From 75c2518a81d7121995a732d195559d68f4af1ef3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 20 Mar 2019 08:54:13 +0100 Subject: [PATCH] Update 5.0.0 function calls --- depends.txt | 1 - description.txt | 1 - mod.conf | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 5e78c21..0000000 --- a/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default? diff --git a/description.txt b/description.txt deleted file mode 100644 index 0483329..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Allows other mods to add a simple form to choose a single item. diff --git a/mod.conf b/mod.conf index 7d32632..83b2f5f 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = select_item +optional_depends = default +description = Allows other mods to add a simple form to choose a single item.