diff options
author | cheapie <no-email-for-you@example.com> | 2025-08-22 13:06:01 +0000 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2025-08-22 13:06:01 +0000 |
commit | a08840e382a09b5e7ec5c38c79b8742aa48ef757 (patch) | |
tree | c7740cc07a346f05b7e9753953ce0924a41a1098 | |
parent | b82541b63d1e5c60f948fbc1bddd280ce9f95dd6 (diff) | |
download | c-techage-mods-a08840e382a09b5e7ec5c38c79b8742aa48ef757.tar c-techage-mods-a08840e382a09b5e7ec5c38c79b8742aa48ef757.tar.gz c-techage-mods-a08840e382a09b5e7ec5c38c79b8742aa48ef757.tar.bz2 c-techage-mods-a08840e382a09b5e7ec5c38c79b8742aa48ef757.tar.xz c-techage-mods-a08840e382a09b5e7ec5c38c79b8742aa48ef757.zip |
Add some more mods
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | beduino | 0 | ||||
m--------- | pdp13 | 0 | ||||
m--------- | vm16 | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b205eae..b2e185a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -256,3 +256,12 @@ [submodule "towercrane"] path = towercrane url = https://github.com/minetest-mods/towercrane +[submodule "vm16"] + path = vm16 + url = https://github.com/joe7575/vm16 +[submodule "beduino"] + path = beduino + url = https://github.com/joe7575/beduino +[submodule "pdp13"] + path = pdp13 + url = https://github.com/joe7575/pdp13 diff --git a/beduino b/beduino new file mode 160000 +Subproject bcbfe71b634e47aff397f4ec86c288073693c45 diff --git a/pdp13 b/pdp13 new file mode 160000 +Subproject 2d11510bb9d774eaab06ad92fe3a0929357c785 diff --git a/vm16 b/vm16 new file mode 160000 +Subproject e1370533da93775077eb21d9267a9ba12b1c492 |