From fc23cd62f2d1f818f391c4426974fb3fb2ac5e2e Mon Sep 17 00:00:00 2001 From: Milan* <tchncs@vivaldi.net> Date: Sat, 25 Mar 2017 11:31:07 +0100 Subject: [PATCH] add submodule hopper --- .gitmodules | 3 +++ mods/hopper | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/hopper diff --git a/.gitmodules b/.gitmodules index ae841b8f..351405ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -152,3 +152,6 @@ [submodule "mods/unifieddyes"] path = mods/unifieddyes url = https://github.com/minetest-mods/unifieddyes +[submodule "mods/hopper"] + path = mods/hopper + url = https://github.com/minetest-mods/hopper diff --git a/mods/hopper b/mods/hopper new file mode 160000 index 00000000..ca9abb76 --- /dev/null +++ b/mods/hopper @@ -0,0 +1 @@ +Subproject commit ca9abb76136ebad532fe9fdad7b647147399eb39 -- GitLab