From e62eefd066b1cb15b2a0c594a55a75c2dfafe553 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 16 Jul 2019 22:40:21 +0200 Subject: [PATCH] Switch to mod.conf, delete deprecated depends.txt --- depends.txt | 2 -- mod.conf | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 depends.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 2717bef..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -dye diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..a0ca3f0 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = wool +description = Minetest Game mod: wool +depends = default, dye