From 753b1513a13581ad6079bc115b173c45d6e6083f Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 13 Aug 2025 16:37:36 +0000 Subject: Add initial content --- .gitmodules | 255 +++++++++++++++++++++++++++++++++++++++++++++ 3d_armor | 1 + Minetest-WorldEdit | 1 + advtouchscreen | 1 + anvil | 1 + areas | 1 + areasprotector | 1 + arrowboards | 1 + atm | 1 + autobahn | 1 + awards | 1 + bakedclay | 1 + basic_materials | 1 + basic_signs | 1 + bonemeal | 1 + cblocks | 1 + celevator | 1 + compost | 1 + craft_overrides/init.lua | 63 +++++++++++ craft_overrides/mod.conf | 3 + currency | 1 + digidisplay | 1 + digiline_routing | 1 + digilines | 1 + digistuff | 1 + digiterms | 1 + digtron | 1 + display_modpack | 1 + doclib | 1 + drawers | 1 + dreambuilder_hotbar | 1 + ethereal | 1 + fakelib | 1 + farming | 1 + framedglass | 1 + ilights | 1 + inspector | 1 + invsaw | 1 + irc | 1 + irc_commands | 1 + itemframes | 1 + jitprofiler | 1 + lcdlib | 1 + led_marquee | 1 + letters | 1 + maptools | 1 + mesecons | 1 + mesecons_better_vertical | 1 + mesecons_carts | 1 + minecart | 1 + minetest-choppy | 1 + minetest-fmod | 1 + minetest-futil | 1 + minetest-smartshop | 1 + mooncontroller | 1 + mooncontroller_convert | 1 + moreblocks | 1 + morelights | 1 + moreores | 1 + nanobasic-mod | 1 + networks | 1 + newplayer | 1 + nixie_tubes | 1 + plasticbox | 1 + replacer | 1 + rgblightstone | 1 + safer_lua | 1 + signs_bot | 1 + signs_lib | 1 + skinsdb | 1 + solidcolor | 1 + street_signs | 1 + ta4_addons | 1 + ta4_jetpack | 1 + techage | 1 + techage_digiline_converter | 1 + techpack_stairway | 1 + teleport-request | 1 + travelnet | 1 + tubelib2 | 1 + underch | 1 + unified_inventory | 1 + unified_inventory_plus | 1 + unifiedbricks | 1 + unifieddyes | 1 + wielded_light | 1 + xban2 | 1 + xcompat | 1 + 88 files changed, 406 insertions(+) create mode 100644 .gitmodules create mode 160000 3d_armor create mode 160000 Minetest-WorldEdit create mode 160000 advtouchscreen create mode 160000 anvil create mode 160000 areas create mode 160000 areasprotector create mode 160000 arrowboards create mode 160000 atm create mode 160000 autobahn create mode 160000 awards create mode 160000 bakedclay create mode 160000 basic_materials create mode 160000 basic_signs create mode 160000 bonemeal create mode 160000 cblocks create mode 160000 celevator create mode 160000 compost create mode 100644 craft_overrides/init.lua create mode 100644 craft_overrides/mod.conf create mode 160000 currency create mode 160000 digidisplay create mode 160000 digiline_routing create mode 160000 digilines create mode 160000 digistuff create mode 160000 digiterms create mode 160000 digtron create mode 160000 display_modpack create mode 160000 doclib create mode 160000 drawers create mode 160000 dreambuilder_hotbar create mode 160000 ethereal create mode 160000 fakelib create mode 160000 farming create mode 160000 framedglass create mode 160000 ilights create mode 160000 inspector create mode 160000 invsaw create mode 160000 irc create mode 160000 irc_commands create mode 160000 itemframes create mode 160000 jitprofiler create mode 160000 lcdlib create mode 160000 led_marquee create mode 160000 letters create mode 160000 maptools create mode 160000 mesecons create mode 160000 mesecons_better_vertical create mode 160000 mesecons_carts create mode 160000 minecart create mode 160000 minetest-choppy create mode 160000 minetest-fmod create mode 160000 minetest-futil create mode 160000 minetest-smartshop create mode 160000 mooncontroller create mode 160000 mooncontroller_convert create mode 160000 moreblocks create mode 160000 morelights create mode 160000 moreores create mode 160000 nanobasic-mod create mode 160000 networks create mode 160000 newplayer create mode 160000 nixie_tubes create mode 160000 plasticbox create mode 160000 replacer create mode 160000 rgblightstone create mode 160000 safer_lua create mode 160000 signs_bot create mode 160000 signs_lib create mode 160000 skinsdb create mode 160000 solidcolor create mode 160000 street_signs create mode 160000 ta4_addons create mode 160000 ta4_jetpack create mode 160000 techage create mode 160000 techage_digiline_converter create mode 160000 techpack_stairway create mode 160000 teleport-request create mode 160000 travelnet create mode 160000 tubelib2 create mode 160000 underch create mode 160000 unified_inventory create mode 160000 unified_inventory_plus create mode 160000 unifiedbricks create mode 160000 unifieddyes create mode 160000 wielded_light create mode 160000 xban2 create mode 160000 xcompat 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 index 0000000..dbe0a92 --- /dev/null +++ b/3d_armor @@ -0,0 +1 @@ +Subproject commit dbe0a9276a80b689d2dfe043a41e3a09b5cb4277 diff --git a/Minetest-WorldEdit b/Minetest-WorldEdit new file mode 160000 index 0000000..bf154b1 --- /dev/null +++ b/Minetest-WorldEdit @@ -0,0 +1 @@ +Subproject commit bf154b12c7099fb2a7ca0810a0ca729e65df950b diff --git a/advtouchscreen b/advtouchscreen new file mode 160000 index 0000000..06ffda5 --- /dev/null +++ b/advtouchscreen @@ -0,0 +1 @@ +Subproject commit 06ffda5514d7d65140f3a32a28397ef60478f2fc diff --git a/anvil b/anvil new file mode 160000 index 0000000..9bc6f63 --- /dev/null +++ b/anvil @@ -0,0 +1 @@ +Subproject commit 9bc6f63af822269c16db69cc0f8e4710207aa1a7 diff --git a/areas b/areas new file mode 160000 index 0000000..3ae7064 --- /dev/null +++ b/areas @@ -0,0 +1 @@ +Subproject commit 3ae70642baba9cbbf1540299f795b10c616a7d47 diff --git a/areasprotector b/areasprotector new file mode 160000 index 0000000..599142c --- /dev/null +++ b/areasprotector @@ -0,0 +1 @@ +Subproject commit 599142ca6989717ff90ec615619be57d531eb681 diff --git a/arrowboards b/arrowboards new file mode 160000 index 0000000..c897bd1 --- /dev/null +++ b/arrowboards @@ -0,0 +1 @@ +Subproject commit c897bd1e366211cda3af4c606420c30221d10c81 diff --git a/atm b/atm new file mode 160000 index 0000000..49b1d49 --- /dev/null +++ b/atm @@ -0,0 +1 @@ +Subproject commit 49b1d49ad8915cdeef4afd1bcf28ad11950f3f8c diff --git a/autobahn b/autobahn new file mode 160000 index 0000000..19b8516 --- /dev/null +++ b/autobahn @@ -0,0 +1 @@ +Subproject commit 19b8516d63f69619a628401fbbdbfe0d26d2e1c2 diff --git a/awards b/awards new file mode 160000 index 0000000..0a8deaa --- /dev/null +++ b/awards @@ -0,0 +1 @@ +Subproject commit 0a8deaa88ddda00ad5d9917b909edaceb97a0a3d diff --git a/bakedclay b/bakedclay new file mode 160000 index 0000000..dbcf12d --- /dev/null +++ b/bakedclay @@ -0,0 +1 @@ +Subproject commit dbcf12d76b1b44605d9d206af35124a06514098a diff --git a/basic_materials b/basic_materials new file mode 160000 index 0000000..b85e99d --- /dev/null +++ b/basic_materials @@ -0,0 +1 @@ +Subproject commit b85e99ded01ba2dc8241a1b158a0e19610fd69ce diff --git a/basic_signs b/basic_signs new file mode 160000 index 0000000..70a5c78 --- /dev/null +++ b/basic_signs @@ -0,0 +1 @@ +Subproject commit 70a5c787ba96325fd8fbf65236debe85220428e7 diff --git a/bonemeal b/bonemeal new file mode 160000 index 0000000..a200c99 --- /dev/null +++ b/bonemeal @@ -0,0 +1 @@ +Subproject commit a200c9913eb4f2fd55a021e5e3137f30c50cbd69 diff --git a/cblocks b/cblocks new file mode 160000 index 0000000..f836136 --- /dev/null +++ b/cblocks @@ -0,0 +1 @@ +Subproject commit f83613644436f441db2867aedfe4bb8efe849f4d diff --git a/celevator b/celevator new file mode 160000 index 0000000..a3bf40b --- /dev/null +++ b/celevator @@ -0,0 +1 @@ +Subproject commit a3bf40bf1419c7366547781b195fdbe04e8365d8 diff --git a/compost b/compost new file mode 160000 index 0000000..270f3b1 --- /dev/null +++ b/compost @@ -0,0 +1 @@ +Subproject commit 270f3b15f108b606a0c92635da7bc62d8b1f21f8 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 index 0000000..b3180c6 --- /dev/null +++ b/currency @@ -0,0 +1 @@ +Subproject commit b3180c66ed8ca7c18ce29b0858db8cf762bc0f8d diff --git a/digidisplay b/digidisplay new file mode 160000 index 0000000..1bcfd22 --- /dev/null +++ b/digidisplay @@ -0,0 +1 @@ +Subproject commit 1bcfd22b43cb5fdd5f73b5709c9bde86f06d76a2 diff --git a/digiline_routing b/digiline_routing new file mode 160000 index 0000000..6d20b4a --- /dev/null +++ b/digiline_routing @@ -0,0 +1 @@ +Subproject commit 6d20b4a0b26e46888db8252a05507823466468a5 diff --git a/digilines b/digilines new file mode 160000 index 0000000..7e00515 --- /dev/null +++ b/digilines @@ -0,0 +1 @@ +Subproject commit 7e005158ac5298215159d7a527711e6ab7eac575 diff --git a/digistuff b/digistuff new file mode 160000 index 0000000..aae4a12 --- /dev/null +++ b/digistuff @@ -0,0 +1 @@ +Subproject commit aae4a12af4aefd7561339408fcd44f9825deab92 diff --git a/digiterms b/digiterms new file mode 160000 index 0000000..04d3258 --- /dev/null +++ b/digiterms @@ -0,0 +1 @@ +Subproject commit 04d32581d37cb5ff060f93228059e57cfc96b653 diff --git a/digtron b/digtron new file mode 160000 index 0000000..be49b92 --- /dev/null +++ b/digtron @@ -0,0 +1 @@ +Subproject commit be49b923b38e8638220aed89ae5eeb673b0c51a3 diff --git a/display_modpack b/display_modpack new file mode 160000 index 0000000..e0e0305 --- /dev/null +++ b/display_modpack @@ -0,0 +1 @@ +Subproject commit e0e03058362e038d07d4063c4fbd6999ad27109c diff --git a/doclib b/doclib new file mode 160000 index 0000000..0236771 --- /dev/null +++ b/doclib @@ -0,0 +1 @@ +Subproject commit 0236771f8984de1b688d645f404a26babd28b30c diff --git a/drawers b/drawers new file mode 160000 index 0000000..7f28f7e --- /dev/null +++ b/drawers @@ -0,0 +1 @@ +Subproject commit 7f28f7ea513464a351e891c4dcae74f6cf40fa3b diff --git a/dreambuilder_hotbar b/dreambuilder_hotbar new file mode 160000 index 0000000..837b886 --- /dev/null +++ b/dreambuilder_hotbar @@ -0,0 +1 @@ +Subproject commit 837b886c7bd0adf09d998308098bc9a402421225 diff --git a/ethereal b/ethereal new file mode 160000 index 0000000..5281dce --- /dev/null +++ b/ethereal @@ -0,0 +1 @@ +Subproject commit 5281dce42163fdf3b3c71757378b64f261333036 diff --git a/fakelib b/fakelib new file mode 160000 index 0000000..b565ca2 --- /dev/null +++ b/fakelib @@ -0,0 +1 @@ +Subproject commit b565ca2c408d06fb4c5dc617f647f70c5b9751e8 diff --git a/farming b/farming new file mode 160000 index 0000000..47f001e --- /dev/null +++ b/farming @@ -0,0 +1 @@ +Subproject commit 47f001e7654d57627610d27e6e7cf307fc3b8438 diff --git a/framedglass b/framedglass new file mode 160000 index 0000000..217175b --- /dev/null +++ b/framedglass @@ -0,0 +1 @@ +Subproject commit 217175be5edc6df73d2784e3f5f9d9e9aa899e4b diff --git a/ilights b/ilights new file mode 160000 index 0000000..0a8ff65 --- /dev/null +++ b/ilights @@ -0,0 +1 @@ +Subproject commit 0a8ff658c3638ddff952c6de9d5914c9783fb877 diff --git a/inspector b/inspector new file mode 160000 index 0000000..dea8618 --- /dev/null +++ b/inspector @@ -0,0 +1 @@ +Subproject commit dea86186d0dffee2285c546ae33d3cef92b5b8c0 diff --git a/invsaw b/invsaw new file mode 160000 index 0000000..dab685c --- /dev/null +++ b/invsaw @@ -0,0 +1 @@ +Subproject commit dab685c18b5e772ad58752d54205cf0482941e80 diff --git a/irc b/irc new file mode 160000 index 0000000..c088ba4 --- /dev/null +++ b/irc @@ -0,0 +1 @@ +Subproject commit c088ba4e40ed6e9edb0d22b011b02d47993c2f65 diff --git a/irc_commands b/irc_commands new file mode 160000 index 0000000..83ad5f5 --- /dev/null +++ b/irc_commands @@ -0,0 +1 @@ +Subproject commit 83ad5f580a20138843c1e75acb71195baf0326c6 diff --git a/itemframes b/itemframes new file mode 160000 index 0000000..c1109b9 --- /dev/null +++ b/itemframes @@ -0,0 +1 @@ +Subproject commit c1109b9ef9ff00617bc9f06f1fe0a366d2e09230 diff --git a/jitprofiler b/jitprofiler new file mode 160000 index 0000000..939d94d --- /dev/null +++ b/jitprofiler @@ -0,0 +1 @@ +Subproject commit 939d94d5e3108c06c3ae005ac32f358eeede0632 diff --git a/lcdlib b/lcdlib new file mode 160000 index 0000000..40946a9 --- /dev/null +++ b/lcdlib @@ -0,0 +1 @@ +Subproject commit 40946a98381eeda239cae4cde9a7581d7ad21b02 diff --git a/led_marquee b/led_marquee new file mode 160000 index 0000000..7a8b534 --- /dev/null +++ b/led_marquee @@ -0,0 +1 @@ +Subproject commit 7a8b53474dfedb676e3d85e10c6d5d1cbbc5a260 diff --git a/letters b/letters new file mode 160000 index 0000000..216cd3b --- /dev/null +++ b/letters @@ -0,0 +1 @@ +Subproject commit 216cd3b5778a9b4183120fe2b87e43789cc04b17 diff --git a/maptools b/maptools new file mode 160000 index 0000000..b9e69b7 --- /dev/null +++ b/maptools @@ -0,0 +1 @@ +Subproject commit b9e69b70c496905baeb61ad365e4917b478e8b4f diff --git a/mesecons b/mesecons new file mode 160000 index 0000000..e2fc73d --- /dev/null +++ b/mesecons @@ -0,0 +1 @@ +Subproject commit e2fc73da9893c2a2119f023bd1c79d77fc6eea7d diff --git a/mesecons_better_vertical b/mesecons_better_vertical new file mode 160000 index 0000000..be5a345 --- /dev/null +++ b/mesecons_better_vertical @@ -0,0 +1 @@ +Subproject commit be5a34569d215c56c4b21aeb53d9ed5bb3c520f5 diff --git a/mesecons_carts b/mesecons_carts new file mode 160000 index 0000000..3a9d53a --- /dev/null +++ b/mesecons_carts @@ -0,0 +1 @@ +Subproject commit 3a9d53aec441f8f592af8e9946a9d1780ca8a89f diff --git a/minecart b/minecart new file mode 160000 index 0000000..233ce17 --- /dev/null +++ b/minecart @@ -0,0 +1 @@ +Subproject commit 233ce1719097733218ed1d35611d5039383c4805 diff --git a/minetest-choppy b/minetest-choppy new file mode 160000 index 0000000..ed80106 --- /dev/null +++ b/minetest-choppy @@ -0,0 +1 @@ +Subproject commit ed80106cc56ea7902574e0144adade5280cfbb85 diff --git a/minetest-fmod b/minetest-fmod new file mode 160000 index 0000000..b414049 --- /dev/null +++ b/minetest-fmod @@ -0,0 +1 @@ +Subproject commit b414049bbb6356bc8d21740899225b3dfb328efe diff --git a/minetest-futil b/minetest-futil new file mode 160000 index 0000000..b7ed1eb --- /dev/null +++ b/minetest-futil @@ -0,0 +1 @@ +Subproject commit b7ed1ebbb7e5ab5bd77706479e905571855583b7 diff --git a/minetest-smartshop b/minetest-smartshop new file mode 160000 index 0000000..a3ae95b --- /dev/null +++ b/minetest-smartshop @@ -0,0 +1 @@ +Subproject commit a3ae95b531bb90620cac1a05b4bf114bbae6e159 diff --git a/mooncontroller b/mooncontroller new file mode 160000 index 0000000..641d4fe --- /dev/null +++ b/mooncontroller @@ -0,0 +1 @@ +Subproject commit 641d4fe36fa5948492a2d67f6cd77a7ba48ebd22 diff --git a/mooncontroller_convert b/mooncontroller_convert new file mode 160000 index 0000000..30c1a94 --- /dev/null +++ b/mooncontroller_convert @@ -0,0 +1 @@ +Subproject commit 30c1a9448e58a65d26babaca9dfa13a847644749 diff --git a/moreblocks b/moreblocks new file mode 160000 index 0000000..533045d --- /dev/null +++ b/moreblocks @@ -0,0 +1 @@ +Subproject commit 533045d382e58ab008b22babcdfe61bc40327614 diff --git a/morelights b/morelights new file mode 160000 index 0000000..f4aa82a --- /dev/null +++ b/morelights @@ -0,0 +1 @@ +Subproject commit f4aa82a31e8d479b3b16ad6766d15370c1fec729 diff --git a/moreores b/moreores new file mode 160000 index 0000000..73c8696 --- /dev/null +++ b/moreores @@ -0,0 +1 @@ +Subproject commit 73c8696c82ab43d36560d3818ca105d9773c8461 diff --git a/nanobasic-mod b/nanobasic-mod new file mode 160000 index 0000000..6aa0508 --- /dev/null +++ b/nanobasic-mod @@ -0,0 +1 @@ +Subproject commit 6aa0508679c7dc8b370a30abaad03607f746dd05 diff --git a/networks b/networks new file mode 160000 index 0000000..c65f626 --- /dev/null +++ b/networks @@ -0,0 +1 @@ +Subproject commit c65f6260e9165aa54fc7d6694562f0055a8c0d14 diff --git a/newplayer b/newplayer new file mode 160000 index 0000000..5b58bff --- /dev/null +++ b/newplayer @@ -0,0 +1 @@ +Subproject commit 5b58bff9d050184ba1c9b9e2edb352cbcf608d11 diff --git a/nixie_tubes b/nixie_tubes new file mode 160000 index 0000000..68c3703 --- /dev/null +++ b/nixie_tubes @@ -0,0 +1 @@ +Subproject commit 68c370327c5e9de847efa0b9d3e890673732f6ad diff --git a/plasticbox b/plasticbox new file mode 160000 index 0000000..97f1f74 --- /dev/null +++ b/plasticbox @@ -0,0 +1 @@ +Subproject commit 97f1f74d48b1be9d9ecfbc72900cf3d290730994 diff --git a/replacer b/replacer new file mode 160000 index 0000000..9bd0b22 --- /dev/null +++ b/replacer @@ -0,0 +1 @@ +Subproject commit 9bd0b2248b1b552628cbc267a4cb375d078f3703 diff --git a/rgblightstone b/rgblightstone new file mode 160000 index 0000000..c92e18d --- /dev/null +++ b/rgblightstone @@ -0,0 +1 @@ +Subproject commit c92e18daaea4ab7e9358cb1f63695bee2a05a4c0 diff --git a/safer_lua b/safer_lua new file mode 160000 index 0000000..31b7a5a --- /dev/null +++ b/safer_lua @@ -0,0 +1 @@ +Subproject commit 31b7a5aab4096dedc5c2af22f937c38e844f89a8 diff --git a/signs_bot b/signs_bot new file mode 160000 index 0000000..882f1ac --- /dev/null +++ b/signs_bot @@ -0,0 +1 @@ +Subproject commit 882f1acff02237118e5ad65c01876e7d941be6ef diff --git a/signs_lib b/signs_lib new file mode 160000 index 0000000..0535baf --- /dev/null +++ b/signs_lib @@ -0,0 +1 @@ +Subproject commit 0535baf7c2297b152d7344a31aac16746c0ce1cc diff --git a/skinsdb b/skinsdb new file mode 160000 index 0000000..bc69b03 --- /dev/null +++ b/skinsdb @@ -0,0 +1 @@ +Subproject commit bc69b03d0b8447a582ca38e9eebb8565d2b07f29 diff --git a/solidcolor b/solidcolor new file mode 160000 index 0000000..4d4d420 --- /dev/null +++ b/solidcolor @@ -0,0 +1 @@ +Subproject commit 4d4d42079179a5659b172d0a6cd12aadfac00c3c diff --git a/street_signs b/street_signs new file mode 160000 index 0000000..94eb27d --- /dev/null +++ b/street_signs @@ -0,0 +1 @@ +Subproject commit 94eb27d3f47ead3ba824658abe9268c5a156d76e diff --git a/ta4_addons b/ta4_addons new file mode 160000 index 0000000..d3e3027 --- /dev/null +++ b/ta4_addons @@ -0,0 +1 @@ +Subproject commit d3e302750e78f4ac4694503f3230256e01be3481 diff --git a/ta4_jetpack b/ta4_jetpack new file mode 160000 index 0000000..f3de5ec --- /dev/null +++ b/ta4_jetpack @@ -0,0 +1 @@ +Subproject commit f3de5ec48ad7f9287ae697f3a31472f948cf870c diff --git a/techage b/techage new file mode 160000 index 0000000..899073f --- /dev/null +++ b/techage @@ -0,0 +1 @@ +Subproject commit 899073f6fd94b8dd8b5fc057bbe24cbd0eb49981 diff --git a/techage_digiline_converter b/techage_digiline_converter new file mode 160000 index 0000000..0000fa0 --- /dev/null +++ b/techage_digiline_converter @@ -0,0 +1 @@ +Subproject commit 0000fa0acc26a373f759221d897eb39495f50e73 diff --git a/techpack_stairway b/techpack_stairway new file mode 160000 index 0000000..f2f66c5 --- /dev/null +++ b/techpack_stairway @@ -0,0 +1 @@ +Subproject commit f2f66c5caf58830e864c9370d4f89ccde888f56d diff --git a/teleport-request b/teleport-request new file mode 160000 index 0000000..4d5c781 --- /dev/null +++ b/teleport-request @@ -0,0 +1 @@ +Subproject commit 4d5c7817c422b9e2c8bc7ceee211d35f6a158a84 diff --git a/travelnet b/travelnet new file mode 160000 index 0000000..cebeba6 --- /dev/null +++ b/travelnet @@ -0,0 +1 @@ +Subproject commit cebeba6c56c51239e7006991f30cf17f598e0bae diff --git a/tubelib2 b/tubelib2 new file mode 160000 index 0000000..29edfd6 --- /dev/null +++ b/tubelib2 @@ -0,0 +1 @@ +Subproject commit 29edfd69e93d1cbdacdc32897c68d5e30de13d2b diff --git a/underch b/underch new file mode 160000 index 0000000..6e93152 --- /dev/null +++ b/underch @@ -0,0 +1 @@ +Subproject commit 6e93152e85df684d39392075bcdab765979de6c7 diff --git a/unified_inventory b/unified_inventory new file mode 160000 index 0000000..dd17b6c --- /dev/null +++ b/unified_inventory @@ -0,0 +1 @@ +Subproject commit dd17b6ce1779069c1c757cdebafe339c0622674c diff --git a/unified_inventory_plus b/unified_inventory_plus new file mode 160000 index 0000000..836ebf5 --- /dev/null +++ b/unified_inventory_plus @@ -0,0 +1 @@ +Subproject commit 836ebf5a172e752d5f17865874f5b04d60da3319 diff --git a/unifiedbricks b/unifiedbricks new file mode 160000 index 0000000..4d20404 --- /dev/null +++ b/unifiedbricks @@ -0,0 +1 @@ +Subproject commit 4d2040438048703ddd9018f1f4048833db22c2ba diff --git a/unifieddyes b/unifieddyes new file mode 160000 index 0000000..3fc82f9 --- /dev/null +++ b/unifieddyes @@ -0,0 +1 @@ +Subproject commit 3fc82f92455082ac783d19657a949b4cba943321 diff --git a/wielded_light b/wielded_light new file mode 160000 index 0000000..3dfc262 --- /dev/null +++ b/wielded_light @@ -0,0 +1 @@ +Subproject commit 3dfc2623598e095954b0a97f6bac6da7096cdf10 diff --git a/xban2 b/xban2 new file mode 160000 index 0000000..e870b8d --- /dev/null +++ b/xban2 @@ -0,0 +1 @@ +Subproject commit e870b8d1d6963c762e980a3cccfd5effdec61df9 diff --git a/xcompat b/xcompat new file mode 160000 index 0000000..8d6e82c --- /dev/null +++ b/xcompat @@ -0,0 +1 @@ +Subproject commit 8d6e82cfdbbc84bdb63791caa05376c01bb83275 -- cgit v1.2.3