Vanessa Ezekowitz
2017-03-10 343c7946d9014bf111e25a7a225a1b6f5746992b
technic/machines/MV/cables.lua
@@ -1,12 +1,12 @@
minetest.register_alias("mv_cable", "technic:mv_cable0")
minetest.register_alias("mv_cable", "technic:mv_cable")
minetest.register_craft({
   output = 'technic:mv_cable0 3',
   output = 'technic:mv_cable 3',
   recipe ={
      {'technic:rubber',    'technic:rubber',    'technic:rubber'},
      {'technic:lv_cable0', 'technic:lv_cable0', 'technic:lv_cable0'},
      {'technic:rubber',    'technic:rubber',    'technic:rubber'},
      {'technic:rubber',   'technic:rubber',   'technic:rubber'},
      {'technic:lv_cable', 'technic:lv_cable', 'technic:lv_cable'},
      {'technic:rubber',   'technic:rubber',   'technic:rubber'},
   }
})