Zefram
2014-07-03 636b0f20df4fef3eef821c23ccc2f606828f5c6f
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)