From a08840e382a09b5e7ec5c38c79b8742aa48ef757 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 22 Aug 2025 13:06:01 +0000 Subject: Add some more mods --- .gitmodules | 9 +++++++++ beduino | 1 + pdp13 | 1 + vm16 | 1 + 4 files changed, 12 insertions(+) create mode 160000 beduino create mode 160000 pdp13 create mode 160000 vm16 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 index 0000000..bcbfe71 --- /dev/null +++ b/beduino @@ -0,0 +1 @@ +Subproject commit bcbfe71b634e47aff397f4ec86c288073693c45b diff --git a/pdp13 b/pdp13 new file mode 160000 index 0000000..2d11510 --- /dev/null +++ b/pdp13 @@ -0,0 +1 @@ +Subproject commit 2d11510bb9d774eaab06ad92fe3a0929357c7857 diff --git a/vm16 b/vm16 new file mode 160000 index 0000000..e137053 --- /dev/null +++ b/vm16 @@ -0,0 +1 @@ +Subproject commit e1370533da93775077eb21d9267a9ba12b1c4924 -- cgit v1.2.3