Added mod.conf

This commit is contained in:
Pierre-Yves Rollo 2019-03-09 19:08:46 +01:00
parent 46cb9d82dd
commit 8735de0fce
9 changed files with 31 additions and 0 deletions

3
boards/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name=boards
description=Writable school boards using sign_api
depends=default,signs_api

2
display_api/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name=display_api
description=A library for adding dynamic textures on nodes

3
font_api/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name=font_api
description=A library for rendernig text on textures
optional_depends=display_api

3
font_metro/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name=font_metro
description=Metro font (latin, accents, cyrillic, greek) for font_api
depends=font_api

4
ontime_clocks/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name=ontime_clocks
description=Clocks displaing real ingame time
depends=default,dye,display_api
optional_depends=intllib

4
signs/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name=signs
description=Basic signs and posters with text display using signs_api
depends=default,dye,signs_api
optional_depends=intllib

4
signs_api/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name=signs_api
description=A library providing various helper functions for registereing signs with text display
depends=default,display_api,font_api
optional_depends=intllib

4
signs_road/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name=signs_road
description=Various road signs with text display using signs_api
depends=default,dye,signs_api
optional_depends=intllib

4
steles/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name=steles
description=Stone steles with text display on them
depends=default,display_api,font_api
optional_depends=intllib,technic