ShadowNinja
2013-10-03 562d0db20c5604a15515ca55eee4db6142d03e31
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)