Sires
2018-03-15 707fa5a97c0d56e18f16d56f7130ff6220a090a1
1
2
3
4
5
6
7
8
9
10
11
 
minetest.register_craft({
    output = 'technic:hv_cable 3',
    recipe = {
        {'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)