diff options
author | Andrew Ward <rw@rubenwardy.com> | 2018-03-28 22:14:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 22:14:16 +0100 |
commit | 71b2570f0919d3bb5575c9ec694ecd004222fcea (patch) | |
tree | f3f85d185dde66ab294abb1c15e349ad3b33e818 /games/minimal/mods/experimental | |
parent | dfc81983491417c5cd1c99d7db05e421c409379d (diff) | |
download | minetest-71b2570f0919d3bb5575c9ec694ecd004222fcea.tar.gz minetest-71b2570f0919d3bb5575c9ec694ecd004222fcea.tar.bz2 minetest-71b2570f0919d3bb5575c9ec694ecd004222fcea.zip |
Load dependencies and description from mod.conf
Diffstat (limited to 'games/minimal/mods/experimental')
-rw-r--r-- | games/minimal/mods/experimental/depends.txt | 2 | ||||
-rw-r--r-- | games/minimal/mods/experimental/mod.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/minimal/mods/experimental/depends.txt b/games/minimal/mods/experimental/depends.txt deleted file mode 100644 index 3296b1e0a..000000000 --- a/games/minimal/mods/experimental/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -stairs diff --git a/games/minimal/mods/experimental/mod.conf b/games/minimal/mods/experimental/mod.conf new file mode 100644 index 000000000..018e761b3 --- /dev/null +++ b/games/minimal/mods/experimental/mod.conf @@ -0,0 +1,3 @@ +name = experimental +description = Minimal mod to test features +depends = default, stairs |