Skip to content

Commit

Permalink
Merge pull request #49 from sys4-fr/master
Browse files Browse the repository at this point in the history
Delete depends.txt, update mod.conf
  • Loading branch information
pyrollo committed Aug 26, 2022
2 parents f5bd6d1 + 889ee5a commit e0e0305
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 57 deletions.
2 changes: 0 additions & 2 deletions boards/depends.txt

This file was deleted.

7 changes: 4 additions & 3 deletions boards/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name=boards
description=Writable school boards using sign_api
depends=default,signs_api
name = boards
title = Black boards
description = Writable school boards using sign_api
depends = default,signs_api
Empty file removed display_api/depends.txt
Empty file.
5 changes: 3 additions & 2 deletions display_api/mod.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
name=display_api
description=A library for adding dynamic textures on nodes
name = display_api
title = Display API
description = A library for adding dynamic textures on nodes
1 change: 0 additions & 1 deletion font_api/depends.txt

This file was deleted.

7 changes: 4 additions & 3 deletions font_api/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name=font_api
description=A library for rendernig text on textures
optional_depends=display_api
name = font_api
title = Font API
description = A library for rendernig text on textures
optional_depends = display_api
1 change: 0 additions & 1 deletion font_metro/depends.txt

This file was deleted.

7 changes: 4 additions & 3 deletions font_metro/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name=font_metro
description=Metro font (latin, accents, cyrillic, greek) for font_api
depends=font_api
name = font_metro
title = Metro Font
description = Metro font (latin, accents, cyrillic, greek) for font_api
depends = font_api
5 changes: 0 additions & 5 deletions ontime_clocks/depends.txt

This file was deleted.

9 changes: 5 additions & 4 deletions ontime_clocks/mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name=ontime_clocks
description=Clocks displaing real ingame time
depends=default,dye,display_api
optional_depends=intllib
name = ontime_clocks
title = Ontime Clocks
description = Clocks displaing real ingame time
depends = default,dye,display_api
optional_depends = intllib
4 changes: 0 additions & 4 deletions signs/depends.txt

This file was deleted.

9 changes: 5 additions & 4 deletions signs/mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name=signs
description=Basic signs and posters with text display using signs_api
depends=default,dye,signs_api
optional_depends=intllib
name = signs
title = Signs
description = Basic signs and posters with text display using signs_api
depends = default,dye,signs_api
optional_depends = intllib
4 changes: 0 additions & 4 deletions signs_api/depends.txt

This file was deleted.

9 changes: 5 additions & 4 deletions signs_api/mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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
name = signs_api
title = 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 changes: 0 additions & 4 deletions signs_road/depends.txt

This file was deleted.

9 changes: 5 additions & 4 deletions signs_road/mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name=signs_road
description=Various road signs with text display using signs_api
depends=default,dye,signs_api
optional_depends=intllib
name = signs_road
title = Signs Road
description = Various road signs with text display using signs_api
depends = default,dye,signs_api
optional_depends = intllib
5 changes: 0 additions & 5 deletions steles/depends.txt

This file was deleted.

9 changes: 5 additions & 4 deletions steles/mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name=steles
description=Stone steles with text display on them
depends=default,display_api,font_api
optional_depends=intllib,technic
name = steles
title = Steles
description = Stone steles with text display on them
depends = default,display_api,font_api
optional_depends = intllib,technic

0 comments on commit e0e0305

Please sign in to comment.