mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-13 05:40:30 +01:00
Added mod.conf
This commit is contained in:
parent
46cb9d82dd
commit
8735de0fce
3
boards/mod.conf
Normal file
3
boards/mod.conf
Normal 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
2
display_api/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name=display_api
|
||||
description=A library for adding dynamic textures on nodes
|
3
font_api/mod.conf
Normal file
3
font_api/mod.conf
Normal 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
3
font_metro/mod.conf
Normal 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
4
ontime_clocks/mod.conf
Normal 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
4
signs/mod.conf
Normal 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
4
signs_api/mod.conf
Normal 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
4
signs_road/mod.conf
Normal 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
4
steles/mod.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user