technic/technic/machines/LV/cables.lua

15 lines
511 B
Lua
Raw Normal View History

2013-07-17 21:34:35 +02:00
2016-03-20 02:34:56 +01:00
minetest.register_alias("lv_cable", "technic:lv_cable")
2013-07-17 21:34:35 +02:00
minetest.register_craft({
2016-03-20 02:34:56 +01:00
output = 'technic:lv_cable 6',
2013-07-17 21:34:35 +02:00
recipe = {
{technic.compat.paper_ingredient, technic.compat.paper_ingredient, technic.compat.paper_ingredient},
{technic.compat.copper_ingredient, technic.compat.copper_ingredient, technic.compat.copper_ingredient},
{technic.compat.paper_ingredient, technic.compat.paper_ingredient, technic.compat.paper_ingredient},
2013-07-17 21:34:35 +02:00
}
})
2013-07-17 21:34:35 +02:00
technic.register_cable("LV", 2/16)