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