Add mod.conf to all mods (MT 5.5.0 compat)
This commit is contained in:
parent
635ef667f6
commit
a3637d17af
@ -1 +0,0 @@
|
||||
intllib?
|
2
mods/areas/mod.conf
Normal file
2
mods/areas/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = areas
|
||||
optional_depends = intllib
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
locks?
|
||||
intllib?
|
3
mods/arrow_signs/mod.conf
Normal file
3
mods/arrow_signs/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = arrow_signs
|
||||
depends = default
|
||||
optional_depends = locks, intllib
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
intllib?
|
3
mods/castle/mod.conf
Normal file
3
mods/castle/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = castle
|
||||
depends = default
|
||||
optional_depends = intllib
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
stairs?
|
||||
homedecor?
|
||||
intllib?
|
3
mods/cottages/mod.conf
Normal file
3
mods/cottages/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = cottages
|
||||
depends = default
|
||||
optional_depends = stairs, homedecor, intllib
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
intllib?
|
3
mods/creative/mod.conf
Normal file
3
mods/creative/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = creative
|
||||
depends = default
|
||||
optional_depends = intllib
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
intllib?
|
3
mods/darkage/mod.conf
Normal file
3
mods/darkage/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = darkage
|
||||
depends = default
|
||||
optional_depends = intllib
|
@ -1 +0,0 @@
|
||||
intllib?
|
2
mods/default/mod.conf
Normal file
2
mods/default/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = default
|
||||
optional_depends = intllib
|
@ -1,3 +0,0 @@
|
||||
Internationalization library.
|
||||
This mod provides a way to internationalize/localize mods to other languages in an easy way.
|
||||
See the README file for details.
|
@ -1,2 +1,2 @@
|
||||
|
||||
name = intllib
|
||||
description = Internationalization library. This mod provides a way to internationalize/localize mods to other languages in an easy way. See the README file for details.
|
||||
|
@ -1 +0,0 @@
|
||||
|
1
mods/mpd/mod.conf
Normal file
1
mods/mpd/mod.conf
Normal file
@ -0,0 +1 @@
|
||||
name = mpd
|
1
mods/no_pulverize/mod.conf
Normal file
1
mods/no_pulverize/mod.conf
Normal file
@ -0,0 +1 @@
|
||||
name = no_pulverize
|
@ -1 +0,0 @@
|
||||
hudbars?
|
@ -1 +0,0 @@
|
||||
Displays the name of the wielded item.
|
@ -1 +1,3 @@
|
||||
name = show_wielded_item
|
||||
description = Displays the name of the wielded item.
|
||||
optional_depends = hudbars
|
||||
|
3
mods/supplemental/mod.conf
Normal file
3
mods/supplemental/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = supplemental
|
||||
depends = default, mpd
|
||||
optional_depends = intllib
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
intllib?
|
@ -1 +0,0 @@
|
||||
This mod provides some additional items neccessary for the tutorial.
|
4
mods/tutorial/mod.conf
Normal file
4
mods/tutorial/mod.conf
Normal file
@ -0,0 +1,4 @@
|
||||
name = tutorial
|
||||
description = This mod provides some additional items neccessary for the tutorial.
|
||||
depends = default
|
||||
optional_depends = intllib
|
@ -1,2 +0,0 @@
|
||||
tutorial
|
||||
areas
|
2
mods/tutorial_mapgen/mod.conf
Normal file
2
mods/tutorial_mapgen/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = tutorial_mapgen
|
||||
depends = tutorial, areas
|
Loading…
x
Reference in New Issue
Block a user