2013-07-17 15:34:35 -04:00
|
|
|
|
|
|
|
minetest.register_craft({
|
|
|
|
output = 'technic:hv_cable0 3',
|
|
|
|
recipe = {
|
2014-07-07 15:51:02 +01:00
|
|
|
{'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'},
|
2013-07-17 15:34:35 -04:00
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
technic.register_cable("HV", 3/16)
|
|
|
|
|