From 6228aee4797d0c02cba3f6e4600b084c3c95140a Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 13 Jul 2023 15:22:25 -0500 Subject: [PATCH] provide mod files for identifications on the engine * gety back txt files for older engines 0.4.X and 0.5/5.0 --- depends.txt | 4 ++++ description.txt | 1 + mod.conf | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 depends.txt create mode 100644 description.txt diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..ab27d63 --- /dev/null +++ b/depends.txt @@ -0,0 +1,4 @@ +default +stairs +tnt +farming \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2df4670 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +adds water structures and coral reefs to your minetest game world \ No newline at end of file diff --git a/mod.conf b/mod.conf index 1501bf1..ef4b8b0 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ -name = marinara -description = adds water structures and coral reefs to your minetest game world +name = marinara +description = adds water structures and coral reefs to your minetest game world depends = default, stairs, tnt, farming \ No newline at end of file