forked from mtcontrib/display_modpack
Compare commits
5 Commits
ad30eeab23
...
master
Author | SHA1 | Date | |
---|---|---|---|
21cfb2e59e | |||
889ee5a88d | |||
0df11424ea | |||
f5bd6d1046 | |||
e6c366df04 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "display_api"]
|
|
||||||
path = display_api
|
|
||||||
url = https://github.com/pyrollo/display_api.git
|
|
@ -1,2 +0,0 @@
|
|||||||
default
|
|
||||||
signs_api
|
|
@ -1,3 +1,4 @@
|
|||||||
name = boards
|
name = boards
|
||||||
|
title = Black boards
|
||||||
description = Writable school boards using sign_api
|
description = Writable school boards using sign_api
|
||||||
depends = default,signs_api
|
depends = default,signs_api
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
name = display_api
|
name = display_api
|
||||||
|
title = Display API
|
||||||
description = A library for adding dynamic textures on nodes
|
description = A library for adding dynamic textures on nodes
|
||||||
|
@ -1 +0,0 @@
|
|||||||
display_api?
|
|
@ -1,3 +1,4 @@
|
|||||||
name = font_api
|
name = font_api
|
||||||
|
title = Font API
|
||||||
description = A library for rendernig text on textures
|
description = A library for rendernig text on textures
|
||||||
optional_depends = display_api
|
optional_depends = display_api
|
||||||
|
@ -1 +0,0 @@
|
|||||||
font_api
|
|
@ -1,3 +1,4 @@
|
|||||||
name = font_metro
|
name = font_metro
|
||||||
|
title = Metro Font
|
||||||
description = Metro font (latin, accents, cyrillic, greek) for font_api
|
description = Metro font (latin, accents, cyrillic, greek) for font_api
|
||||||
depends = font_api
|
depends = font_api
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
default
|
|
||||||
dye
|
|
||||||
display_api
|
|
||||||
|
|
||||||
intllib?
|
|
@ -1,4 +1,5 @@
|
|||||||
name = ontime_clocks
|
name = ontime_clocks
|
||||||
|
title = Ontime Clocks
|
||||||
description = Clocks displaing real ingame time
|
description = Clocks displaing real ingame time
|
||||||
depends = default,dye,display_api
|
depends = default,dye,display_api
|
||||||
optional_depends = intllib
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
dye
|
|
||||||
signs_api
|
|
||||||
intllib?
|
|
@ -1,4 +1,5 @@
|
|||||||
name = signs
|
name = signs
|
||||||
|
title = Signs
|
||||||
description = Basic signs and posters with text display using signs_api
|
description = Basic signs and posters with text display using signs_api
|
||||||
depends = default,dye,signs_api
|
depends = default,dye,signs_api
|
||||||
optional_depends = intllib
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
display_api
|
|
||||||
font_api
|
|
@ -1,4 +1,5 @@
|
|||||||
name = signs_api
|
name = signs_api
|
||||||
|
title = Signs API
|
||||||
description = A library providing various helper functions for registereing signs with text display
|
description = A library providing various helper functions for registereing signs with text display
|
||||||
depends = default,display_api,font_api
|
depends = default,display_api,font_api
|
||||||
optional_depends = intllib
|
optional_depends = intllib
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
dye
|
|
||||||
signs_api
|
|
@ -1,4 +1,5 @@
|
|||||||
name = signs_road
|
name = signs_road
|
||||||
|
title = Signs Road
|
||||||
description = Various road signs with text display using signs_api
|
description = Various road signs with text display using signs_api
|
||||||
depends = default,dye,signs_api
|
depends = default,dye,signs_api
|
||||||
optional_depends = intllib
|
optional_depends = intllib
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
display_api
|
|
||||||
font_api
|
|
||||||
technic?
|
|
@ -1,4 +1,5 @@
|
|||||||
name = steles
|
name = steles
|
||||||
|
title = Steles
|
||||||
description = Stone steles with text display on them
|
description = Stone steles with text display on them
|
||||||
depends = default,display_api,font_api
|
depends = default,display_api,font_api
|
||||||
optional_depends = intllib,technic
|
optional_depends = intllib,technic
|
||||||
|
Reference in New Issue
Block a user