From f9b839e74d2705b24b95c9c85cb4d6a8a3629a49 Mon Sep 17 00:00:00 2001 From: sys4 Date: Fri, 8 Jul 2022 18:56:00 +0200 Subject: [PATCH] Delete depends.txt and description.txt, update mod.conf --- depends.txt | 3 --- description.txt | 1 - mod.conf | 4 ++++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 452e805..0000000 --- a/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -3d_armor? -xdecor? diff --git a/description.txt b/description.txt deleted file mode 100644 index 84da8b8..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -A mod adding a Minecraft-inspired Enchantment Table to Minetest. diff --git a/mod.conf b/mod.conf index 777e5c7..c53d4f9 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,5 @@ name = enchanting +title = Enchanting +description = A mod adding a Minecraft-inspired Enchantment Table to Minetest. +depends = default +optional_depends = 3d_armor,xdecor