From 8b99f8bd914a318190c0db3b6d78517788189832 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Thu, 8 Jun 2017 16:48:46 -0700 Subject: [PATCH] Add 'mypaths' mod submodule --- .gitmodules | 3 +++ README.md | 2 ++ mypaths | 1 + 3 files changed, 6 insertions(+) create mode 160000 mypaths diff --git a/.gitmodules b/.gitmodules index 7156f5b..afadd77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "mydeck"] path = mydeck url = git://github.com/minetest-mods/mydeck.git +[submodule "mypaths"] + path = mypaths + url = git://github.com/minetest-mods/mypaths.git diff --git a/README.md b/README.md index bfd9b35..ac88a73 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [myfences][] (DWYWPL) - [mylights][] (DWYWPL) - [mypaint][] (DWYWPL) +- [mypaths][] (DWYWPL) - [myroofs][] (DWYWPL) - [mysheetmetal][] (DWYWPL) - [mywoodslopes][] (DWYWPL) @@ -26,6 +27,7 @@ [myfences]: https://forum.minetest.net/viewtopic.php?t=14275 [mylights]: https://forum.minetest.net/viewtopic.php?t=13154 [mypaint]: https://forum.minetest.net/viewtopic.php?t=14274 +[mypaths]: https://forum.minetest.net/viewtopic.php?t=11388 [myroofs]: https://forum.minetest.net/viewtopic.php?t=11416 [mysheetmetal]: https://forum.minetest.net/viewtopic.php?t=11702 [mywoodslopes]: https://forum.minetest.net/viewtopic.php?t=11433 diff --git a/mypaths b/mypaths new file mode 160000 index 0000000..4de5e84 --- /dev/null +++ b/mypaths @@ -0,0 +1 @@ +Subproject commit 4de5e84488345f6c0726f7e1cd1c1269446840de