From 7cb2f688a6004f6cad0bb03224d3cc642a81b8b9 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Sun, 5 May 2019 13:41:24 -0500 Subject: [PATCH] Put: depends and description in mod.conf --- depends.txt | 5 ----- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 2446a29..0000000 --- a/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default? -doors? -xdecor? -colddb -ts_doors? diff --git a/description.txt b/description.txt deleted file mode 100644 index 0ccb54c..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Mod for handling in game factions and reputation. \ No newline at end of file diff --git a/mod.conf b/mod.conf index fc2cf80..28d1621 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = factions +description = Mod for handling in game factions and reputation. +depends = colddb +optional_depends = default, doors, xdecor, ts_doors