Use mod.conf for dependencies, and description

Deletes deprecated depends.txt, description.txt, and modpack.txt.
master
Panquesito7 2019-09-23 20:05:43 -05:00
parent e40827e955
commit ce533f3816
9 changed files with 9 additions and 14 deletions

View File

@ -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.

View File

@ -1,10 +0,0 @@
3d_armor?
abriglass?
areas
default
frame?
maptools
moreblocks?
moreores?
unified_inventory
worldedit

3
gamehub/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = gamehub
depends = areas, default, maptools, unified_inventory, worldedit
optional_depends = 3d_armor, abriglass, frame, moreblocks, moreores

View File

@ -1 +0,0 @@
gamehub

2
jail/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = jail
depends = gamehub

2
modpack.conf Normal file
View File

@ -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.

View File

View File

@ -1,2 +0,0 @@
gamehub
unified_inventory

2
shop/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = shop
depends = gamehub, unified_inventory