summaryrefslogtreecommitdiff
path: root/technic/machines/LV/cables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/LV/cables.lua')
-rw-r--r--technic/machines/LV/cables.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/technic/machines/LV/cables.lua b/technic/machines/LV/cables.lua
new file mode 100644
index 0000000..e18eae1
--- /dev/null
+++ b/technic/machines/LV/cables.lua
@@ -0,0 +1,14 @@
+
+minetest.register_alias("lv_cable", "technic:lv_cable0")
+
+minetest.register_craft({
+ output = 'technic:lv_cable0 6',
+ recipe = {
+ {'default:paper', 'default:paper', 'default:paper'},
+ {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
+ {'default:paper', 'default:paper', 'default:paper'},
+ }
+})
+
+technic.register_cable("LV", 2/16)
+