From 9525b87c4d16bdcf272191dfb6ecbe842e4044e2 Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Thu, 16 Jan 2020 16:50:57 +0100 Subject: [PATCH] move dependencies to mod.conf --- depends.txt | 5 ----- mod.conf | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 depends.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 9e54224..0000000 --- a/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default -unified_inventory? -3d_armor? -clothing? -sfinv? diff --git a/mod.conf b/mod.conf index d264a64..624975f 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = skinsdb +description = Player skin mod, supporting unified_inventory, sfinv and smart_inventory +depends = default +optional_depends = unified_inventory,3d_armor,clothing,sfinv