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
|
|
@ -1 +0,0 @@
|
||||||
player_api?
|
|
2
mods/mtg/default/mod.conf
Normal file
2
mods/mtg/default/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = default
|
||||||
|
optional_depends = player_api
|
|
@ -1,2 +0,0 @@
|
||||||
default
|
|
||||||
screwdriver?
|
|
3
mods/mtg/doors/mod.conf
Normal file
3
mods/mtg/doors/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = doors
|
||||||
|
depends = default
|
||||||
|
optional_depends = screwdriver
|
|
@ -1,2 +0,0 @@
|
||||||
default
|
|
||||||
ctf_match?
|
|
3
mods/mtg/furnace/mod.conf
Normal file
3
mods/mtg/furnace/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = furnace
|
||||||
|
depends = default
|
||||||
|
optional_depends = ctf_match
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
2
mods/mtg/sfinv/mod.conf
Normal file
2
mods/mtg/sfinv/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = sfinv
|
||||||
|
depends = default
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
2
mods/mtg/stairs/mod.conf
Normal file
2
mods/mtg/stairs/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = stairs
|
||||||
|
depends = default
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
2
mods/mtg/wool/mod.conf
Normal file
2
mods/mtg/wool/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = wool
|
||||||
|
depends = default
|
1
mods/other/afkkick/mod.conf
Normal file
1
mods/other/afkkick/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = afkkick
|
|
@ -1,2 +0,0 @@
|
||||||
chatplus?
|
|
||||||
sfinv?
|
|
|
@ -1 +0,0 @@
|
||||||
Adds email style inboxes to Minetest.
|
|
3
mods/other/email/mod.conf
Normal file
3
mods/other/email/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = email
|
||||||
|
optional_depends = chatplus, sfinv
|
||||||
|
description = Adds email style inboxes to Minetest.
|
1
mods/other/no_minimap/mod.conf
Normal file
1
mods/other/no_minimap/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = no_minimap
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
2
mods/other/random_messages/mod.conf
Normal file
2
mods/other/random_messages/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = random_messages
|
||||||
|
depends = default
|
|
@ -1,2 +0,0 @@
|
||||||
email
|
|
||||||
irc?
|
|
|
@ -1 +0,0 @@
|
||||||
Allows players to report misconduct or bugs using /report.
|
|
4
mods/other/report/mod.conf
Normal file
4
mods/other/report/mod.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name = report
|
||||||
|
depends = email
|
||||||
|
optional_depends = irc
|
||||||
|
description = Allows players to report misconduct or bugs using /report.
|
|
@ -1,3 +0,0 @@
|
||||||
medkits
|
|
||||||
physics
|
|
||||||
hudbars?
|
|
3
mods/other/sprint/mod.conf
Normal file
3
mods/other/sprint/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = sprint
|
||||||
|
depends = medkits, physics
|
||||||
|
optional_depends = hudbars
|
|
@ -1 +0,0 @@
|
||||||
A framework which manages treasures which helps other mods to register and distribute treasures around the world.
|
|
2
mods/other/treasurer/mod.conf
Normal file
2
mods/other/treasurer/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = treasurer
|
||||||
|
description = A framework which manages treasures which helps other mods to register and distribute treasures around the world.
|
|
@ -1,2 +0,0 @@
|
||||||
treasurer
|
|
||||||
default
|
|
|
@ -1 +0,0 @@
|
||||||
Generates some chests in the underground with random treasures.
|
|
3
mods/other/tsm_chests/mod.conf
Normal file
3
mods/other/tsm_chests/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = tsm_chests
|
||||||
|
depends = treasurer, default
|
||||||
|
description = Generates some chests in the underground with random treasures.
|
1
mods/other/vote/mod.conf
Normal file
1
mods/other/vote/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = vote
|
|
@ -1,2 +0,0 @@
|
||||||
default
|
|
||||||
|
|
2
mods/other/wield3d/mod.conf
Normal file
2
mods/other/wield3d/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = wield3d
|
||||||
|
depends = default
|
|
@ -1 +0,0 @@
|
||||||
ctf_map
|
|
|
@ -1 +0,0 @@
|
||||||
With this mod, players will drop all their items in their inventory on the ground when they die.
|
|
3
mods/pvp/dropondie/mod.conf
Normal file
3
mods/pvp/dropondie/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = dropondie
|
||||||
|
depends = ctf_map
|
||||||
|
description = With this mod, players will drop all their items in their inventory on the ground when they die.
|
1
mods/pvp/gauges/mod.conf
Normal file
1
mods/pvp/gauges/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = gauges
|
1
mods/pvp/hpregen/mod.conf
Normal file
1
mods/pvp/hpregen/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = hpregen
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
|
@ -1,2 +0,0 @@
|
||||||
First person shooter mod.
|
|
||||||
Adds firearms plus a few other fun items.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter
|
name = shooter
|
||||||
|
depends = default
|
||||||
|
description = First person shooter mod. Adds firearms plus a few other fun items.
|
||||||
|
|
Loading…
Reference in a new issue