From 7605ffabfef3cdb311b8794f1baa89b21709c2f9 Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:53:30 +0200 Subject: [PATCH] Use mod.conf instead of depends.txt and description.txt --- depends.txt | 2 -- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100644 index d77ba25..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -farming diff --git a/description.txt b/description.txt deleted file mode 100644 index 6176a77..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds customisable banners. diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..342d3b8 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = banners +description = Adds customisable banners. +depends = default,farming \ No newline at end of file