From a89582368aede8105622b5e28621522d0f5366dd Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 20 Oct 2019 19:13:51 +0200 Subject: [PATCH] PR #5: Use mod.conf for dependencies and description --- depends.txt | 1 - description.txt | 1 - mod.conf | 4 +++- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/description.txt b/description.txt deleted file mode 100644 index fdbc291..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -To simplify the construction of buildings, the crane forms a working area, in which the player gets fly privs. diff --git a/mod.conf b/mod.conf index 2113c6d..2861055 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ -name=towercrane +name = towercrane +depends = default +description = A crane for easier construction of buildings. The crane forms a working area in which the player gets fly privs. \ No newline at end of file