Use mod.conf instead of depends.txt (#43)

master
Panquesito7 2019-08-27 23:06:18 -05:00 committed by ANAND
parent ef6e358de5
commit d8ec80361b
13 changed files with 16 additions and 12 deletions

View File

@ -1,2 +0,0 @@
chatplus?
hudkit

3
ctf/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = ctf
depends = hudkit
optional_depends = chatplus

View File

@ -1,4 +0,0 @@
ctf
ctf_colors
chatplus?
irc?

3
ctf_chat/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = ctf_chat
depends = ctf, ctf_colors
optional_depends = chatplus, irc

View File

@ -1,2 +0,0 @@
ctf
3d_armor?

3
ctf_colors/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = ctf_colors
depends = ctf
optional_depends = 3d_armor

View File

@ -1,3 +0,0 @@
ctf
ctf_colors
chatplus?

3
ctf_flag/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = ctf_flag
depends = ctf, ctf_colors
optional_depends = chatplus

View File

@ -1 +0,0 @@
ctf

2
ctf_protect/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = ctf_protect
depends = ctf

1
hudkit/mod.conf Normal file
View File

@ -0,0 +1 @@
name = hudkit

1
modpack.conf Normal file
View File

@ -0,0 +1 @@
name = ctf_pvp_engine

View File