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/default | |
| parent | dfc81983491417c5cd1c99d7db05e421c409379d (diff) | |
| download | minetest-71b2570f0919d3bb5575c9ec694ecd004222fcea.tar.xz | |
Load dependencies and description from mod.conf
Diffstat (limited to 'games/minimal/mods/default')
| -rw-r--r-- | games/minimal/mods/default/mod.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/minimal/mods/default/mod.conf b/games/minimal/mods/default/mod.conf new file mode 100644 index 000000000..f6f7ea798 --- /dev/null +++ b/games/minimal/mods/default/mod.conf @@ -0,0 +1,2 @@ +name = default +description = Minimal default, adds basic nodes |
