From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 21:00:20 -0400 Subject: "explode" all modpacks into their individual components (you can't have a modpack buried inside a modpack) --- technic/technic/machines/LV/solar_array.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 technic/technic/machines/LV/solar_array.lua (limited to 'technic/technic/machines/LV/solar_array.lua') diff --git a/technic/technic/machines/LV/solar_array.lua b/technic/technic/machines/LV/solar_array.lua deleted file mode 100644 index 4d2c3b3..0000000 --- a/technic/technic/machines/LV/solar_array.lua +++ /dev/null @@ -1,18 +0,0 @@ --- The solar array is an assembly of panels into a powerful array --- The assembly can deliver more energy than the individual panel because --- of the transformer unit which converts the panel output variations into --- a stable supply. --- Solar arrays are not able to store large amounts of energy. --- The LV arrays are used to make medium voltage arrays. - -minetest.register_craft({ - output = 'technic:solar_array_lv 1', - recipe = { - {'technic:solar_panel', 'technic:solar_panel', 'technic:solar_panel'}, - {'technic:carbon_steel_ingot', 'technic:lv_transformer', 'technic:carbon_steel_ingot'}, - {'', 'technic:lv_cable0', ''}, - } -}) - -technic.register_solar_array({tier="LV", power=10}) - -- cgit v1.2.3