From 89709f9c28661fbd848b62ce0826614a733fb621 Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 7 Jul 2022 21:47:03 +0200 Subject: [PATCH] Delete depends.txt, add mod.conf --- depends.txt | 5 ----- mod.conf | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 depends.txt create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt deleted file mode 100644 index fcfc3bc..0000000 --- a/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default -mobs -maptools? -zombie? -snow? diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..d697497 --- /dev/null +++ b/mod.conf @@ -0,0 +1,5 @@ +name = pmobs +title = PMobs +description = This mod uses the Mobs Redo Api to add new mobs to minetest. +depends = default,mobs +optional_depends = maptools,zombie,snow