technic/technic/machines/HV/cables.lua

13 lines
386 B
Lua
Raw Normal View History

2013-07-17 21:34:35 +02:00
minetest.register_craft({
2016-03-20 02:34:56 +01:00
output = 'technic:hv_cable 3',
2013-07-17 21:34:35 +02:00
recipe = {
{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
2016-03-20 02:34:56 +01:00
{'technic:mv_cable', 'technic:mv_cable', 'technic:mv_cable'},
{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
2013-07-17 21:34:35 +02:00
}
})
2013-07-17 21:34:35 +02:00
technic.register_cable("HV", 3/16)