Zefram
2014-07-25 d59055dd2b1a03449ff11318a2f210d37dd7e76a
technic/machines/HV/cables.lua
@@ -2,9 +2,9 @@
minetest.register_craft({
   output = 'technic:hv_cable0 3',
   recipe = {
      {'technic:rubber',    'technic:rubber',    'technic:rubber'},
      {'technic:mv_cable0', 'technic:mv_cable0', 'technic:mv_cable0'},
      {'technic:rubber',    'technic:rubber',    'technic:rubber'},
      {'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
      {'technic:mv_cable0',          'technic:mv_cable0',          'technic:mv_cable0'},
      {'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
   }
})