From ce533f38164a26ada93cc87fd64f2958436642a9 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Mon, 23 Sep 2019 20:05:43 -0500 Subject: [PATCH] Use mod.conf for dependencies, and description Deletes deprecated depends.txt, description.txt, and modpack.txt. --- description.txt | 1 - gamehub/depends.txt | 10 ---------- gamehub/mod.conf | 3 +++ jail/depends.txt | 1 - jail/mod.conf | 2 ++ modpack.conf | 2 ++ modpack.txt | 0 shop/depends.txt | 2 -- shop/mod.conf | 2 ++ 9 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 description.txt delete mode 100644 gamehub/depends.txt create mode 100644 gamehub/mod.conf delete mode 100644 jail/depends.txt create mode 100644 jail/mod.conf create mode 100644 modpack.conf delete mode 100644 modpack.txt delete mode 100644 shop/depends.txt create mode 100644 shop/mod.conf diff --git a/description.txt b/description.txt deleted file mode 100644 index e0df38c..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds a games hub, jail and shop to your world. Load the examples or create your own mini games and share them with the community. diff --git a/gamehub/depends.txt b/gamehub/depends.txt deleted file mode 100644 index cbfc107..0000000 --- a/gamehub/depends.txt +++ /dev/null @@ -1,10 +0,0 @@ -3d_armor? -abriglass? -areas -default -frame? -maptools -moreblocks? -moreores? -unified_inventory -worldedit diff --git a/gamehub/mod.conf b/gamehub/mod.conf new file mode 100644 index 0000000..78bd96c --- /dev/null +++ b/gamehub/mod.conf @@ -0,0 +1,3 @@ +name = gamehub +depends = areas, default, maptools, unified_inventory, worldedit +optional_depends = 3d_armor, abriglass, frame, moreblocks, moreores \ No newline at end of file diff --git a/jail/depends.txt b/jail/depends.txt deleted file mode 100644 index ed7629c..0000000 --- a/jail/depends.txt +++ /dev/null @@ -1 +0,0 @@ -gamehub diff --git a/jail/mod.conf b/jail/mod.conf new file mode 100644 index 0000000..86a61fa --- /dev/null +++ b/jail/mod.conf @@ -0,0 +1,2 @@ +name = jail +depends = gamehub \ No newline at end of file diff --git a/modpack.conf b/modpack.conf new file mode 100644 index 0000000..b1a1def --- /dev/null +++ b/modpack.conf @@ -0,0 +1,2 @@ +name = minetest-gamehub +description = Adds a games hub, jail and shop to your world. Load the examples or create your own mini-games and share them with the community. \ No newline at end of file diff --git a/modpack.txt b/modpack.txt deleted file mode 100644 index e69de29..0000000 diff --git a/shop/depends.txt b/shop/depends.txt deleted file mode 100644 index 35e0c37..0000000 --- a/shop/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -gamehub -unified_inventory diff --git a/shop/mod.conf b/shop/mod.conf new file mode 100644 index 0000000..009ff90 --- /dev/null +++ b/shop/mod.conf @@ -0,0 +1,2 @@ +name = shop +depends = gamehub, unified_inventory \ No newline at end of file