you
2017-06-05 987cc5a6a425b1f9bcd9000608dc389a45c675a1
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'},
   }
})