From 8504c76caa9334b4b52f35aff1f238cf638b8bc5 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Fri, 7 Jul 2023 07:57:46 +0200 Subject: [PATCH] Use `mod.conf` instead of `depends.txt` and `description.txt` --- depends.txt | 8 -------- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 6de170c..0000000 --- a/depends.txt +++ /dev/null @@ -1,8 +0,0 @@ -default -pipeworks? -digilines? -awards? -hopper? -tell? -email? -mail? \ No newline at end of file diff --git a/description.txt b/description.txt deleted file mode 100644 index b99c2c6..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -A full-featured, fully-integrated vendor mod for Minetest \ No newline at end of file diff --git a/mod.conf b/mod.conf index 4ca3ffa..f264453 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = fancy_vend +description = A full-featured, fully-integrated vendor mod for Minetest +depends = default +optional_depends = pipeworks, digilines, awards, hopper, tell, email, mail \ No newline at end of file