mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Load dependencies and description from mod.conf
This commit is contained in:
parent
dfc8198349
commit
71b2570f09
20 changed files with 237 additions and 140 deletions
|
@ -1,2 +0,0 @@
|
|||
default
|
||||
|
3
games/minimal/mods/bucket/mod.conf
Normal file
3
games/minimal/mods/bucket/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = bucket
|
||||
description = Minimal bucket to place and pick up liquids
|
||||
depends = default
|
2
games/minimal/mods/default/mod.conf
Normal file
2
games/minimal/mods/default/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = default
|
||||
description = Minimal default, adds basic nodes
|
|
@ -1,2 +0,0 @@
|
|||
default
|
||||
stairs
|
3
games/minimal/mods/experimental/mod.conf
Normal file
3
games/minimal/mods/experimental/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = experimental
|
||||
description = Minimal mod to test features
|
||||
depends = default, stairs
|
|
@ -1,2 +0,0 @@
|
|||
default
|
||||
|
3
games/minimal/mods/give_initial_stuff/mod.conf
Normal file
3
games/minimal/mods/give_initial_stuff/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = give_initial_stuff
|
||||
description = Gives items to players on join
|
||||
depends = default
|
|
@ -1,2 +0,0 @@
|
|||
default
|
||||
|
3
games/minimal/mods/legacy/mod.conf
Normal file
3
games/minimal/mods/legacy/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = legacy
|
||||
description = Aliases allowing support for 0.3.x worlds
|
||||
depends = default
|
|
@ -1 +0,0 @@
|
|||
default
|
3
games/minimal/mods/stairs/mod.conf
Normal file
3
games/minimal/mods/stairs/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = stairs
|
||||
description = Adds stairs and slabs
|
||||
depends = default
|
2
games/minimal/mods/test/mod.conf
Normal file
2
games/minimal/mods/test/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = test
|
||||
description = Adds unit tests for the engine
|
Loading…
Add table
Add a link
Reference in a new issue