From fa0ed391c6ca2a30a14e58e729f22d2b2463a165 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 30 Mar 2019 13:57:45 +0100 Subject: [PATCH] Move metadata to mod.conf --- depends.txt | 3 --- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 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 32c2224..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -hudbars -3d_armor -intllib? diff --git a/description.txt b/description.txt deleted file mode 100644 index 02a8a34..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds a HUD bar displaying the current damage of the player's armor. diff --git a/mod.conf b/mod.conf index 47352c1..daa20c6 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = hbarmor +description = Adds a HUD bar displaying the current damage of the player's armor. +depends = hudbars, 3d_armor +optional_depends = intllib