ShadowNinja
2013-07-17 ee0765804c0a21deeb2f33c22ac1a36cb0db5f43
1
2
3
4
5
6
7
8
9
10
11
 
minetest.register_alias("lv_cable", "technic:lv_cable0")
 
minetest.register_craft({
    output = 'technic:lv_cable0 6',
    recipe = {
        {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
    }
}) 
 
technic.register_cable("LV", 2/16)