From ff36211011ba4ba992037e39cd4fa548884ed5f1 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Wed, 28 Aug 2019 00:33:17 -0500 Subject: [PATCH] Use "mod.conf" for dependencies and description (#2) --- 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 4ad96d5..0000000 --- a/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/description.txt b/description.txt deleted file mode 100644 index ed420b9..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -This mod adds a free alternative to the removed Nyan Cats: The MooGNU. diff --git a/mod.conf b/mod.conf index 69acb79..2667e02 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = moognu +depends = default +description = This mod adds a free alternative to the removed Nyan Cats: The MooGNU.