Use mod.conf and modpack.conf
Replaces depends.txt, description.txt, and modpack.txt
This commit is contained in:
parent
aa0cc1ab53
commit
515b0ca1f7
70 changed files with 76 additions and 72 deletions
|
@ -1,2 +0,0 @@
|
|||
ctf
|
||||
lib_chatcmdbuilder
|
2
mods/ctf/ctf_alloc/mod.conf
Normal file
2
mods/ctf/ctf_alloc/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_alloc
|
||||
depends = ctf, lib_chatcmdbuilder
|
|
@ -1,3 +0,0 @@
|
|||
ctf
|
||||
ctf_stats
|
||||
hud_score
|
2
mods/ctf/ctf_bounties/mod.conf
Normal file
2
mods/ctf/ctf_bounties/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_bounties
|
||||
depends = ctf, ctf_stats, hud_score
|
|
@ -1,2 +0,0 @@
|
|||
crafting
|
||||
ctf_traps?
|
3
mods/ctf/ctf_crafting/mod.conf
Normal file
3
mods/ctf/ctf_crafting/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = ctf_crafting
|
||||
depends = crafting
|
||||
optional_depends = ctf_traps
|
2
mods/ctf/ctf_disable_save/mod.conf
Normal file
2
mods/ctf/ctf_disable_save/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_disable_save
|
||||
depends = ctf
|
|
@ -1,3 +0,0 @@
|
|||
ctf
|
||||
ctf_match
|
||||
hudkit
|
2
mods/ctf/ctf_events/mod.conf
Normal file
2
mods/ctf/ctf_events/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_events
|
||||
depends = ctf, ctf_match, hudkit
|
|
@ -1,2 +0,0 @@
|
|||
ctf
|
||||
sfinv
|
2
mods/ctf/ctf_inventory/mod.conf
Normal file
2
mods/ctf/ctf_inventory/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_inventory
|
||||
depends = ctf, sfinv
|
|
@ -1,9 +0,0 @@
|
|||
default
|
||||
ctf_treasure?
|
||||
stairs?
|
||||
wool?
|
||||
ctf?
|
||||
ctf_match?
|
||||
worldedit?
|
||||
irc?
|
||||
ctf_stats?
|
3
mods/ctf/ctf_map/mod.conf
Normal file
3
mods/ctf/ctf_map/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = ctf_map
|
||||
depends = default
|
||||
optional_depends = ctf_treasure, stairs, wool, ctf, ctf_match, worldedit, irc, ctf_stats
|
|
@ -1,7 +0,0 @@
|
|||
ctf
|
||||
ctf_flag
|
||||
ctf_inventory
|
||||
ctf_alloc
|
||||
vote
|
||||
hudkit
|
||||
irc?
|
3
mods/ctf/ctf_match/mod.conf
Normal file
3
mods/ctf/ctf_match/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = ctf_match
|
||||
depends = ctf, ctf_flag, ctf_inventory, ctf_alloc, vote, hudkit
|
||||
optional_depends = irc
|
|
@ -1,3 +0,0 @@
|
|||
ctf
|
||||
ctf_stats
|
||||
prometheus?
|
3
mods/ctf/ctf_metrics/mod.conf
Normal file
3
mods/ctf/ctf_metrics/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = ctf_metrics
|
||||
depends = ctf, ctf_stats
|
||||
optional_depends = prometheus
|
|
@ -1,3 +0,0 @@
|
|||
ctf_flag
|
||||
ctf_match
|
||||
ctf_colors
|
2
mods/ctf/ctf_playertag/mod.conf
Normal file
2
mods/ctf/ctf_playertag/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_playertag
|
||||
depends = ctf_flag, ctf_match, ctf_colors
|
|
@ -1 +0,0 @@
|
|||
ctf
|
|
@ -1,2 +0,0 @@
|
|||
ctf
|
||||
ctf_match
|
2
mods/ctf/ctf_stats/mod.conf
Normal file
2
mods/ctf/ctf_stats/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_stats
|
||||
depends = ctf, ctf_match
|
|
@ -1,2 +0,0 @@
|
|||
default
|
||||
ctf
|
|
@ -1 +0,0 @@
|
|||
Adds various traps for CTF. Ghost nodes like stone, dirt and cobblestone. The mod also adds spikes and fake cobble
|
3
mods/ctf/ctf_traps/mod.conf
Normal file
3
mods/ctf/ctf_traps/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = ctf_traps
|
||||
depends = default, ctf
|
||||
description = Adds various traps for CTF. Ghost nodes like stone, dirt and cobblestone. The mod also adds spikes and fake cobble
|
|
@ -1 +0,0 @@
|
|||
treasurer
|
2
mods/ctf/ctf_treasure/mod.conf
Normal file
2
mods/ctf/ctf_treasure/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_treasure
|
||||
depends = treasurer
|
|
@ -1,2 +0,0 @@
|
|||
ctf
|
||||
ctf_stats
|
2
mods/ctf/ctf_userlimit/mod.conf
Normal file
2
mods/ctf/ctf_userlimit/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = ctf_userlimit
|
||||
depends = ctf, ctf_stats
|
Loading…
Add table
Add a link
Reference in a new issue