summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2025-08-13 16:37:36 +0000
committercheapie <no-email-for-you@example.com>2025-08-13 16:37:36 +0000
commit753b1513a13581ad6079bc115b173c45d6e6083f (patch)
tree085309ece71328e84973fd2f63c9f3d04b5873d2
downloadc-techage-mods-753b1513a13581ad6079bc115b173c45d6e6083f.tar
c-techage-mods-753b1513a13581ad6079bc115b173c45d6e6083f.tar.gz
c-techage-mods-753b1513a13581ad6079bc115b173c45d6e6083f.tar.bz2
c-techage-mods-753b1513a13581ad6079bc115b173c45d6e6083f.tar.xz
c-techage-mods-753b1513a13581ad6079bc115b173c45d6e6083f.zip
Add initial content
-rw-r--r--.gitmodules255
m---------3d_armor0
m---------Minetest-WorldEdit0
m---------advtouchscreen0
m---------anvil0
m---------areas0
m---------areasprotector0
m---------arrowboards0
m---------atm0
m---------autobahn0
m---------awards0
m---------bakedclay0
m---------basic_materials0
m---------basic_signs0
m---------bonemeal0
m---------cblocks0
m---------celevator0
m---------compost0
-rw-r--r--craft_overrides/init.lua63
-rw-r--r--craft_overrides/mod.conf3
m---------currency0
m---------digidisplay0
m---------digiline_routing0
m---------digilines0
m---------digistuff0
m---------digiterms0
m---------digtron0
m---------display_modpack0
m---------doclib0
m---------drawers0
m---------dreambuilder_hotbar0
m---------ethereal0
m---------fakelib0
m---------farming0
m---------framedglass0
m---------ilights0
m---------inspector0
m---------invsaw0
m---------irc0
m---------irc_commands0
m---------itemframes0
m---------jitprofiler0
m---------lcdlib0
m---------led_marquee0
m---------letters0
m---------maptools0
m---------mesecons0
m---------mesecons_better_vertical0
m---------mesecons_carts0
m---------minecart0
m---------minetest-choppy0
m---------minetest-fmod0
m---------minetest-futil0
m---------minetest-smartshop0
m---------mooncontroller0
m---------mooncontroller_convert0
m---------moreblocks0
m---------morelights0
m---------moreores0
m---------nanobasic-mod0
m---------networks0
m---------newplayer0
m---------nixie_tubes0
m---------plasticbox0
m---------replacer0
m---------rgblightstone0
m---------safer_lua0
m---------signs_bot0
m---------signs_lib0
m---------skinsdb0
m---------solidcolor0
m---------street_signs0
m---------ta4_addons0
m---------ta4_jetpack0
m---------techage0
m---------techage_digiline_converter0
m---------techpack_stairway0
m---------teleport-request0
m---------travelnet0
m---------tubelib20
m---------underch0
m---------unified_inventory0
m---------unified_inventory_plus0
m---------unifiedbricks0
m---------unifieddyes0
m---------wielded_light0
m---------xban20
m---------xcompat0
88 files changed, 321 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..89ae039
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,255 @@
+[submodule "anvil"]
+ path = anvil
+ url = https://github.com/minetest-mods/anvil
+[submodule "arrowboards"]
+ path = arrowboards
+ url = https://cheapiesystems.com/git/arrowboards/
+[submodule "bakedclay"]
+ path = bakedclay
+ url = https://codeberg.org/tenplus1/bakedclay.git
+[submodule "basic_materials"]
+ path = basic_materials
+ url = https://github.com/mt-mods/basic_materials
+[submodule "basic_signs"]
+ path = basic_signs
+ url = https://github.com/mt-mods/basic_signs
+[submodule "bonemeal"]
+ path = bonemeal
+ url = https://codeberg.org/tenplus1/bonemeal.git
+[submodule "cblocks"]
+ path = cblocks
+ url = https://codeberg.org/tenplus1/cblocks.git
+[submodule "currency"]
+ path = currency
+ url = https://github.com/mt-mods/currency
+[submodule "digidisplay"]
+ path = digidisplay
+ url = https://cheapiesystems.com/git/digidisplay/
+[submodule "digilines"]
+ path = digilines
+ url = https://github.com/minetest-mods/digilines
+[submodule "digistuff"]
+ path = digistuff
+ url = https://github.com/mt-mods/digistuff
+[submodule "dreambuilder_hotbar"]
+ path = dreambuilder_hotbar
+ url = https://github.com/mt-mods/dreambuilder_hotbar
+[submodule "farming"]
+ path = farming
+ url = https://codeberg.org/tenplus1/farming.git
+[submodule "framedglass"]
+ path = framedglass
+ url = https://github.com/minetest-mods/framedglass
+[submodule "ilights"]
+ path = ilights
+ url = https://github.com/mt-mods/ilights
+[submodule "invsaw"]
+ path = invsaw
+ url = https://github.com/mt-mods/invsaw
+[submodule "led_marquee"]
+ path = led_marquee
+ url = https://github.com/mt-mods/led_marquee
+[submodule "maptools"]
+ path = maptools
+ url = https://github.com/minetest-mods/maptools
+[submodule "mesecons"]
+ path = mesecons
+ url = https://github.com/minetest-mods/mesecons
+[submodule "moreores"]
+ path = moreores
+ url = https://github.com/minetest-mods/moreores
+[submodule "moreblocks"]
+ path = moreblocks
+ url = https://github.com/minetest-mods/moreblocks
+[submodule "nixie_tubes"]
+ path = nixie_tubes
+ url = https://github.com/mt-mods/nixie_tubes
+[submodule "plasticbox"]
+ path = plasticbox
+ url = https://cheapiesystems.com/git/plasticbox/
+[submodule "replacer"]
+ path = replacer
+ url = https://github.com/Sokomine/replacer/
+[submodule "rgblightstone"]
+ path = rgblightstone
+ url = https://cheapiesystems.com/git/rgblightstone/
+[submodule "solidcolor"]
+ path = solidcolor
+ url = https://cheapiesystems.com/git/solidcolor/
+[submodule "street_signs"]
+ path = street_signs
+ url = https://github.com/mt-mods/street_signs
+[submodule "travelnet"]
+ path = travelnet
+ url = https://github.com/mt-mods/travelnet
+[submodule "unified_inventory"]
+ path = unified_inventory
+ url = https://github.com/minetest-mods/unified_inventory
+[submodule "unifiedbricks"]
+ path = unifiedbricks
+ url = https://github.com/minetest-mods/unifiedbricks
+[submodule "unifieddyes"]
+ path = unifieddyes
+ url = https://github.com/mt-mods/unifieddyes
+[submodule "xcompat"]
+ path = xcompat
+ url = https://github.com/mt-mods/xcompat
+[submodule "advtouchscreen"]
+ path = advtouchscreen
+ url = https://cheapiesystems.com/git/advtouchscreen/
+[submodule "areas"]
+ path = areas
+ url = https://github.com/minetest-mods/areas
+[submodule "areasprotector"]
+ path = areasprotector
+ url = https://cheapiesystems.com/git/areasprotector/
+[submodule "celevator"]
+ path = celevator
+ url = https://cheapiesystems.com/git/celevator/
+[submodule "digiline_routing"]
+ path = digiline_routing
+ url = https://github.com/numberZero/digiline_routing
+[submodule "digiterms"]
+ path = digiterms
+ url = https://github.com/pyrollo/digiterms
+[submodule "display_modpack"]
+ path = display_modpack
+ url = https://github.com/pyrollo/display_modpack
+[submodule "inspector"]
+ path = inspector
+ url = https://github.com/minetest-mods/inspector
+[submodule "irc"]
+ path = irc
+ url = https://github.com/minetest-mods/irc
+[submodule "irc_commands"]
+ path = irc_commands
+ url = https://github.com/minetest-mods/irc_commands
+[submodule "jitprofiler"]
+ path = jitprofiler
+ url = https://github.com/TurkeyMcMac/jitprofiler
+[submodule "letters"]
+ path = letters
+ url = https://github.com/minetest-mods/letters
+[submodule "mesecons_better_vertical"]
+ path = mesecons_better_vertical
+ url = https://cheapiesystems.com/git/mesecons_better_vertical/
+[submodule "mesecons_carts"]
+ path = mesecons_carts
+ url = https://cheapiesystems.com/git/mesecons_carts/
+[submodule "mooncontroller"]
+ path = mooncontroller
+ url = https://github.com/mt-mods/mooncontroller
+[submodule "mooncontroller_convert"]
+ path = mooncontroller_convert
+ url = https://cheapiesystems.com/git/mooncontroller_convert/
+[submodule "morelights"]
+ path = morelights
+ url = https://github.com/random-geek/morelights
+[submodule "newplayer"]
+ path = newplayer
+ url = https://cheapiesystems.com/git/newplayer/
+[submodule "skinsdb"]
+ path = skinsdb
+ url = https://github.com/minetest-mods/skinsdb
+[submodule "teleport-request"]
+ path = teleport-request
+ url = https://github.com/minetest-mods/teleport-request
+[submodule "xban2"]
+ path = xban2
+ url = https://github.com/minetest-mods/xban2
+[submodule "techage_digiline_converter"]
+ path = techage_digiline_converter
+ url = https://github.com/MaxSMaker/techage_digiline_converter
+[submodule "techage"]
+ path = techage
+ url = https://github.com/joe7575/techage
+[submodule "tubelib2"]
+ path = tubelib2
+ url = https://github.com/joe7575/tubelib2
+[submodule "networks"]
+ path = networks
+ url = https://github.com/joe7575/networks
+[submodule "minecart"]
+ path = minecart
+ url = https://github.com/joe7575/minecart
+[submodule "lcdlib"]
+ path = lcdlib
+ url = https://github.com/joe7575/lcdlib
+[submodule "safer_lua"]
+ path = safer_lua
+ url = https://github.com/joe7575/safer_lua
+[submodule "doclib"]
+ path = doclib
+ url = https://github.com/joe7575/doclib
+[submodule "signs_bot"]
+ path = signs_bot
+ url = https://github.com/joe7575/signs_bot
+[submodule "compost"]
+ path = compost
+ url = https://github.com/joe7575/compost
+[submodule "techpack_stairway"]
+ path = techpack_stairway
+ url = https://github.com/joe7575/techpack_stairway
+[submodule "autobahn"]
+ path = autobahn
+ url = https://github.com/joe7575/autobahn
+[submodule "ta4_jetpack"]
+ path = ta4_jetpack
+ url = https://github.com/joe7575/ta4_jetpack
+[submodule "nanobasic-mod"]
+ path = nanobasic-mod
+ url = https://github.com/joe7575/nanobasic-mod
+[submodule "ta4_addons"]
+ path = ta4_addons
+ url = https://github.com/Thomas--S/ta4_addons
+[submodule "signs_lib"]
+ path = signs_lib
+ url = https://github.com/mt-mods/signs_lib
+[submodule "3d_armor"]
+ path = 3d_armor
+ url = https://github.com/minetest-mods/3d_armor
+[submodule "underch"]
+ path = underch
+ url = https://gitlab.com/h2mm/underch
+[submodule "Minetest-WorldEdit"]
+ path = Minetest-WorldEdit
+ url = https://github.com/Uberi/Minetest-WorldEdit
+[submodule "atm"]
+ path = atm
+ url = https://github.com/Git-Forked/atm
+[submodule "minetest-smartshop"]
+ path = minetest-smartshop
+ url = https://github.com/fluxionary/minetest-smartshop
+[submodule "minetest-futil"]
+ path = minetest-futil
+ url = https://github.com/fluxionary/minetest-futil
+[submodule "minetest-fmod"]
+ path = minetest-fmod
+ url = https://github.com/fluxionary/minetest-fmod
+[submodule "digtron"]
+ path = digtron
+ url = https://github.com/minetest-mods/digtron
+[submodule "awards"]
+ path = awards
+ url = https://gitlab.com/rubenwardy/awards
+[submodule "wielded_light"]
+ path = wielded_light
+ url = https://github.com/minetest-mods/wielded_light
+[submodule "fakelib"]
+ path = fakelib
+ url = https://github.com/OgelGames/fakelib
+[submodule "ethereal"]
+ path = ethereal
+ url = https://codeberg.org/tenplus1/ethereal
+[submodule "drawers"]
+ path = drawers
+ url = https://github.com/minetest-mods/drawers
+[submodule "unified_inventory_plus"]
+ path = unified_inventory_plus
+ url = https://github.com/mt-mods/unified_inventory_plus
+[submodule "minetest-choppy"]
+ path = minetest-choppy
+ url = https://github.com/fluxionary/minetest-choppy
+[submodule "itemframes"]
+ path = itemframes
+ url = https://codeberg.org/tenplus1/itemframes
diff --git a/3d_armor b/3d_armor
new file mode 160000
+Subproject dbe0a9276a80b689d2dfe043a41e3a09b5cb427
diff --git a/Minetest-WorldEdit b/Minetest-WorldEdit
new file mode 160000
+Subproject bf154b12c7099fb2a7ca0810a0ca729e65df950
diff --git a/advtouchscreen b/advtouchscreen
new file mode 160000
+Subproject 06ffda5514d7d65140f3a32a28397ef60478f2f
diff --git a/anvil b/anvil
new file mode 160000
+Subproject 9bc6f63af822269c16db69cc0f8e4710207aa1a
diff --git a/areas b/areas
new file mode 160000
+Subproject 3ae70642baba9cbbf1540299f795b10c616a7d4
diff --git a/areasprotector b/areasprotector
new file mode 160000
+Subproject 599142ca6989717ff90ec615619be57d531eb68
diff --git a/arrowboards b/arrowboards
new file mode 160000
+Subproject c897bd1e366211cda3af4c606420c30221d10c8
diff --git a/atm b/atm
new file mode 160000
+Subproject 49b1d49ad8915cdeef4afd1bcf28ad11950f3f8
diff --git a/autobahn b/autobahn
new file mode 160000
+Subproject 19b8516d63f69619a628401fbbdbfe0d26d2e1c
diff --git a/awards b/awards
new file mode 160000
+Subproject 0a8deaa88ddda00ad5d9917b909edaceb97a0a3
diff --git a/bakedclay b/bakedclay
new file mode 160000
+Subproject dbcf12d76b1b44605d9d206af35124a06514098
diff --git a/basic_materials b/basic_materials
new file mode 160000
+Subproject b85e99ded01ba2dc8241a1b158a0e19610fd69c
diff --git a/basic_signs b/basic_signs
new file mode 160000
+Subproject 70a5c787ba96325fd8fbf65236debe85220428e
diff --git a/bonemeal b/bonemeal
new file mode 160000
+Subproject a200c9913eb4f2fd55a021e5e3137f30c50cbd6
diff --git a/cblocks b/cblocks
new file mode 160000
+Subproject f83613644436f441db2867aedfe4bb8efe849f4
diff --git a/celevator b/celevator
new file mode 160000
+Subproject a3bf40bf1419c7366547781b195fdbe04e8365d
diff --git a/compost b/compost
new file mode 160000
+Subproject 270f3b15f108b606a0c92635da7bc62d8b1f21f
diff --git a/craft_overrides/init.lua b/craft_overrides/init.lua
new file mode 100644
index 0000000..bcbe75d
--- /dev/null
+++ b/craft_overrides/init.lua
@@ -0,0 +1,63 @@
+local ustones = {
+ "afualite",
+ "amphibolite",
+ "andesite",
+ "aplite",
+ "basalt",
+ "dark_vindesite",
+ "diorite",
+ "dolomite",
+ "emutite",
+ "gabbro",
+ "gneiss",
+ "granite",
+ "green_slimestone",
+ "hektorite",
+ "limestone",
+ "marble",
+ "omphyrite",
+ "pegmatite",
+ "peridotite",
+ "phonolite",
+ "phylite",
+ "purple_slimestone",
+ "quartzite",
+ "red_slimestone",
+ "schist",
+ "sichamine",
+ "slate",
+ "vindesite",
+}
+
+for _,stone in pairs(ustones) do
+ core.register_craft({
+ type = "shapeless",
+ output = "default:cobble",
+ recipe = {string.format("underch:%s_cobble",stone)},
+ })
+ techage.add_grinder_recipe({input=string.format("underch:%s_cobble",stone), output="default:gravel"})
+end
+
+local uncraftables = {
+ "travelnet:travelnet",
+ "travelnet:elevator",
+ "replacer:replacer",
+}
+
+for _,item in pairs(uncraftables) do
+ core.clear_craft({output=item})
+end
+
+techage.recipes.add("ta4_doser", {
+ output = "bonemeal:fertiliser 2",
+ input = {
+ "techage:hydrogen 1",
+ "techage:ammonia 2",
+ "farming:salt 2",
+ },
+})
+
+local def = table.copy(core.registered_items["bonemeal:fertiliser"])
+def.groups = def.groups or {}
+def.groups.powder = 1
+core.override_item("bonemeal:fertiliser",{groups=def.groups})
diff --git a/craft_overrides/mod.conf b/craft_overrides/mod.conf
new file mode 100644
index 0000000..abbe2db
--- /dev/null
+++ b/craft_overrides/mod.conf
@@ -0,0 +1,3 @@
+name = craft_overrides
+description = Craft recipe overrides for cheapie's techage survival server
+depends = replacer,travelnet,underch,techage,bonemeal
diff --git a/currency b/currency
new file mode 160000
+Subproject b3180c66ed8ca7c18ce29b0858db8cf762bc0f8
diff --git a/digidisplay b/digidisplay
new file mode 160000
+Subproject 1bcfd22b43cb5fdd5f73b5709c9bde86f06d76a
diff --git a/digiline_routing b/digiline_routing
new file mode 160000
+Subproject 6d20b4a0b26e46888db8252a05507823466468a
diff --git a/digilines b/digilines
new file mode 160000
+Subproject 7e005158ac5298215159d7a527711e6ab7eac57
diff --git a/digistuff b/digistuff
new file mode 160000
+Subproject aae4a12af4aefd7561339408fcd44f9825deab9
diff --git a/digiterms b/digiterms
new file mode 160000
+Subproject 04d32581d37cb5ff060f93228059e57cfc96b65
diff --git a/digtron b/digtron
new file mode 160000
+Subproject be49b923b38e8638220aed89ae5eeb673b0c51a
diff --git a/display_modpack b/display_modpack
new file mode 160000
+Subproject e0e03058362e038d07d4063c4fbd6999ad27109
diff --git a/doclib b/doclib
new file mode 160000
+Subproject 0236771f8984de1b688d645f404a26babd28b30
diff --git a/drawers b/drawers
new file mode 160000
+Subproject 7f28f7ea513464a351e891c4dcae74f6cf40fa3
diff --git a/dreambuilder_hotbar b/dreambuilder_hotbar
new file mode 160000
+Subproject 837b886c7bd0adf09d998308098bc9a40242122
diff --git a/ethereal b/ethereal
new file mode 160000
+Subproject 5281dce42163fdf3b3c71757378b64f26133303
diff --git a/fakelib b/fakelib
new file mode 160000
+Subproject b565ca2c408d06fb4c5dc617f647f70c5b9751e
diff --git a/farming b/farming
new file mode 160000
+Subproject 47f001e7654d57627610d27e6e7cf307fc3b843
diff --git a/framedglass b/framedglass
new file mode 160000
+Subproject 217175be5edc6df73d2784e3f5f9d9e9aa899e4
diff --git a/ilights b/ilights
new file mode 160000
+Subproject 0a8ff658c3638ddff952c6de9d5914c9783fb87
diff --git a/inspector b/inspector
new file mode 160000
+Subproject dea86186d0dffee2285c546ae33d3cef92b5b8c
diff --git a/invsaw b/invsaw
new file mode 160000
+Subproject dab685c18b5e772ad58752d54205cf0482941e8
diff --git a/irc b/irc
new file mode 160000
+Subproject c088ba4e40ed6e9edb0d22b011b02d47993c2f6
diff --git a/irc_commands b/irc_commands
new file mode 160000
+Subproject 83ad5f580a20138843c1e75acb71195baf0326c
diff --git a/itemframes b/itemframes
new file mode 160000
+Subproject c1109b9ef9ff00617bc9f06f1fe0a366d2e0923
diff --git a/jitprofiler b/jitprofiler
new file mode 160000
+Subproject 939d94d5e3108c06c3ae005ac32f358eeede063
diff --git a/lcdlib b/lcdlib
new file mode 160000
+Subproject 40946a98381eeda239cae4cde9a7581d7ad21b0
diff --git a/led_marquee b/led_marquee
new file mode 160000
+Subproject 7a8b53474dfedb676e3d85e10c6d5d1cbbc5a26
diff --git a/letters b/letters
new file mode 160000
+Subproject 216cd3b5778a9b4183120fe2b87e43789cc04b1
diff --git a/maptools b/maptools
new file mode 160000
+Subproject b9e69b70c496905baeb61ad365e4917b478e8b4
diff --git a/mesecons b/mesecons
new file mode 160000
+Subproject e2fc73da9893c2a2119f023bd1c79d77fc6eea7
diff --git a/mesecons_better_vertical b/mesecons_better_vertical
new file mode 160000
+Subproject be5a34569d215c56c4b21aeb53d9ed5bb3c520f
diff --git a/mesecons_carts b/mesecons_carts
new file mode 160000
+Subproject 3a9d53aec441f8f592af8e9946a9d1780ca8a89
diff --git a/minecart b/minecart
new file mode 160000
+Subproject 233ce1719097733218ed1d35611d5039383c480
diff --git a/minetest-choppy b/minetest-choppy
new file mode 160000
+Subproject ed80106cc56ea7902574e0144adade5280cfbb8
diff --git a/minetest-fmod b/minetest-fmod
new file mode 160000
+Subproject b414049bbb6356bc8d21740899225b3dfb328ef
diff --git a/minetest-futil b/minetest-futil
new file mode 160000
+Subproject b7ed1ebbb7e5ab5bd77706479e905571855583b
diff --git a/minetest-smartshop b/minetest-smartshop
new file mode 160000
+Subproject a3ae95b531bb90620cac1a05b4bf114bbae6e15
diff --git a/mooncontroller b/mooncontroller
new file mode 160000
+Subproject 641d4fe36fa5948492a2d67f6cd77a7ba48ebd2
diff --git a/mooncontroller_convert b/mooncontroller_convert
new file mode 160000
+Subproject 30c1a9448e58a65d26babaca9dfa13a84764474
diff --git a/moreblocks b/moreblocks
new file mode 160000
+Subproject 533045d382e58ab008b22babcdfe61bc4032761
diff --git a/morelights b/morelights
new file mode 160000
+Subproject f4aa82a31e8d479b3b16ad6766d15370c1fec72
diff --git a/moreores b/moreores
new file mode 160000
+Subproject 73c8696c82ab43d36560d3818ca105d9773c846
diff --git a/nanobasic-mod b/nanobasic-mod
new file mode 160000
+Subproject 6aa0508679c7dc8b370a30abaad03607f746dd0
diff --git a/networks b/networks
new file mode 160000
+Subproject c65f6260e9165aa54fc7d6694562f0055a8c0d1
diff --git a/newplayer b/newplayer
new file mode 160000
+Subproject 5b58bff9d050184ba1c9b9e2edb352cbcf608d1
diff --git a/nixie_tubes b/nixie_tubes
new file mode 160000
+Subproject 68c370327c5e9de847efa0b9d3e890673732f6a
diff --git a/plasticbox b/plasticbox
new file mode 160000
+Subproject 97f1f74d48b1be9d9ecfbc72900cf3d29073099
diff --git a/replacer b/replacer
new file mode 160000
+Subproject 9bd0b2248b1b552628cbc267a4cb375d078f370
diff --git a/rgblightstone b/rgblightstone
new file mode 160000
+Subproject c92e18daaea4ab7e9358cb1f63695bee2a05a4c
diff --git a/safer_lua b/safer_lua
new file mode 160000
+Subproject 31b7a5aab4096dedc5c2af22f937c38e844f89a
diff --git a/signs_bot b/signs_bot
new file mode 160000
+Subproject 882f1acff02237118e5ad65c01876e7d941be6e
diff --git a/signs_lib b/signs_lib
new file mode 160000
+Subproject 0535baf7c2297b152d7344a31aac16746c0ce1c
diff --git a/skinsdb b/skinsdb
new file mode 160000
+Subproject bc69b03d0b8447a582ca38e9eebb8565d2b07f2
diff --git a/solidcolor b/solidcolor
new file mode 160000
+Subproject 4d4d42079179a5659b172d0a6cd12aadfac00c3
diff --git a/street_signs b/street_signs
new file mode 160000
+Subproject 94eb27d3f47ead3ba824658abe9268c5a156d76
diff --git a/ta4_addons b/ta4_addons
new file mode 160000
+Subproject d3e302750e78f4ac4694503f3230256e01be348
diff --git a/ta4_jetpack b/ta4_jetpack
new file mode 160000
+Subproject f3de5ec48ad7f9287ae697f3a31472f948cf870
diff --git a/techage b/techage
new file mode 160000
+Subproject 899073f6fd94b8dd8b5fc057bbe24cbd0eb4998
diff --git a/techage_digiline_converter b/techage_digiline_converter
new file mode 160000
+Subproject 0000fa0acc26a373f759221d897eb39495f50e7
diff --git a/techpack_stairway b/techpack_stairway
new file mode 160000
+Subproject f2f66c5caf58830e864c9370d4f89ccde888f56
diff --git a/teleport-request b/teleport-request
new file mode 160000
+Subproject 4d5c7817c422b9e2c8bc7ceee211d35f6a158a8
diff --git a/travelnet b/travelnet
new file mode 160000
+Subproject cebeba6c56c51239e7006991f30cf17f598e0ba
diff --git a/tubelib2 b/tubelib2
new file mode 160000
+Subproject 29edfd69e93d1cbdacdc32897c68d5e30de13d2
diff --git a/underch b/underch
new file mode 160000
+Subproject 6e93152e85df684d39392075bcdab765979de6c
diff --git a/unified_inventory b/unified_inventory
new file mode 160000
+Subproject dd17b6ce1779069c1c757cdebafe339c0622674
diff --git a/unified_inventory_plus b/unified_inventory_plus
new file mode 160000
+Subproject 836ebf5a172e752d5f17865874f5b04d60da331
diff --git a/unifiedbricks b/unifiedbricks
new file mode 160000
+Subproject 4d2040438048703ddd9018f1f4048833db22c2b
diff --git a/unifieddyes b/unifieddyes
new file mode 160000
+Subproject 3fc82f92455082ac783d19657a949b4cba94332
diff --git a/wielded_light b/wielded_light
new file mode 160000
+Subproject 3dfc2623598e095954b0a97f6bac6da7096cdf1
diff --git a/xban2 b/xban2
new file mode 160000
+Subproject e870b8d1d6963c762e980a3cccfd5effdec61df
diff --git a/xcompat b/xcompat
new file mode 160000
+Subproject 8d6e82cfdbbc84bdb63791caa05376c01bb8327