ShadowNinja
2013-10-03 562d0db20c5604a15515ca55eee4db6142d03e31
commit | author | age
ee0765 1
S 2 minetest.register_alias("lv_cable", "technic:lv_cable0")
3
4 minetest.register_craft({
5     output = 'technic:lv_cable0 6',
6     recipe = {
7         {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
8     }
9 }) 
10
11 technic.register_cable("LV", 2/16)
12