diff --git a/.gitmodules b/.gitmodules index 632fff2..4237708 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,9 @@ path = mods/autobox url = git@github.com:ExeVirus/autobox.git branch = lady +[submodule "mods/ll_runtime"] + path = mods/ll_runtime + url = git@github.com:ExeVirus/ll_runtime.git +[submodule "mods/markdown2formspec"] + path = mods/markdown2formspec + url = git@github.com:ExeVirus/markdown2formspec.git diff --git a/mods/ll_runtime b/mods/ll_runtime new file mode 160000 index 0000000..9ae501c --- /dev/null +++ b/mods/ll_runtime @@ -0,0 +1 @@ +Subproject commit 9ae501c896d8e65797d34bd98452627a0b14b786 diff --git a/mods/markdown2formspec b/mods/markdown2formspec new file mode 160000 index 0000000..b91148e --- /dev/null +++ b/mods/markdown2formspec @@ -0,0 +1 @@ +Subproject commit b91148e7da5675d25d452fac6e30409c3f2c1d17