mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-23 14:53:43 +01:00
Merge pull request #49 from sys4-fr/master
Delete depends.txt, update mod.conf
This commit is contained in:
commit
e0e0305836
@ -1,2 +0,0 @@
|
|||||||
default
|
|
||||||
signs_api
|
|
@ -1,3 +1,4 @@
|
|||||||
name=boards
|
name = boards
|
||||||
description=Writable school boards using sign_api
|
title = Black boards
|
||||||
depends=default,signs_api
|
description = Writable school boards using sign_api
|
||||||
|
depends = default,signs_api
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
name=display_api
|
name = display_api
|
||||||
description=A library for adding dynamic textures on nodes
|
title = Display API
|
||||||
|
description = A library for adding dynamic textures on nodes
|
||||||
|
@ -1 +0,0 @@
|
|||||||
display_api?
|
|
@ -1,3 +1,4 @@
|
|||||||
name=font_api
|
name = font_api
|
||||||
description=A library for rendernig text on textures
|
title = Font API
|
||||||
optional_depends=display_api
|
description = A library for rendernig text on textures
|
||||||
|
optional_depends = display_api
|
||||||
|
@ -1 +0,0 @@
|
|||||||
font_api
|
|
@ -1,3 +1,4 @@
|
|||||||
name=font_metro
|
name = font_metro
|
||||||
description=Metro font (latin, accents, cyrillic, greek) for font_api
|
title = Metro Font
|
||||||
depends=font_api
|
description = Metro font (latin, accents, cyrillic, greek) for font_api
|
||||||
|
depends = font_api
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
default
|
|
||||||
dye
|
|
||||||
display_api
|
|
||||||
|
|
||||||
intllib?
|
|
@ -1,4 +1,5 @@
|
|||||||
name=ontime_clocks
|
name = ontime_clocks
|
||||||
description=Clocks displaing real ingame time
|
title = Ontime Clocks
|
||||||
depends=default,dye,display_api
|
description = Clocks displaing real ingame time
|
||||||
optional_depends=intllib
|
depends = default,dye,display_api
|
||||||
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
dye
|
|
||||||
signs_api
|
|
||||||
intllib?
|
|
@ -1,4 +1,5 @@
|
|||||||
name=signs
|
name = signs
|
||||||
description=Basic signs and posters with text display using signs_api
|
title = Signs
|
||||||
depends=default,dye,signs_api
|
description = Basic signs and posters with text display using signs_api
|
||||||
optional_depends=intllib
|
depends = default,dye,signs_api
|
||||||
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
display_api
|
|
||||||
font_api
|
|
@ -1,4 +1,5 @@
|
|||||||
name=signs_api
|
name = signs_api
|
||||||
description=A library providing various helper functions for registereing signs with text display
|
title = Signs API
|
||||||
depends=default,display_api,font_api
|
description = A library providing various helper functions for registereing signs with text display
|
||||||
optional_depends=intllib
|
depends = default,display_api,font_api
|
||||||
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
dye
|
|
||||||
signs_api
|
|
@ -1,4 +1,5 @@
|
|||||||
name=signs_road
|
name = signs_road
|
||||||
description=Various road signs with text display using signs_api
|
title = Signs Road
|
||||||
depends=default,dye,signs_api
|
description = Various road signs with text display using signs_api
|
||||||
optional_depends=intllib
|
depends = default,dye,signs_api
|
||||||
|
optional_depends = intllib
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
display_api
|
|
||||||
font_api
|
|
||||||
technic?
|
|
@ -1,4 +1,5 @@
|
|||||||
name=steles
|
name = steles
|
||||||
description=Stone steles with text display on them
|
title = Steles
|
||||||
depends=default,display_api,font_api
|
description = Stone steles with text display on them
|
||||||
optional_depends=intllib,technic
|
depends = default,display_api,font_api
|
||||||
|
optional_depends = intllib,technic
|
||||||
|
Loading…
Reference in New Issue
Block a user