_TarkFrench
2019-10-26 c41f6509cf2758945fbc0810ff9d7ab0fc077228
technic/machines/HV/cables.lua
@@ -1,12 +1,12 @@
minetest.register_craft({
   output = 'technic:hv_cable0 3',
   output = 'technic:hv_cable 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_cable',           'technic:mv_cable',           'technic:mv_cable'},
      {'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
   }
})
})
technic.register_cable("HV", 3/16)