summaryrefslogtreecommitdiff
path: root/technic/machines/MV/cables.lua
blob: 0c1f4576ea6fabb20903fbd9a04e56e45e82167f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

minetest.register_alias("mv_cable", "technic:mv_cable")

minetest.register_craft({
	output = 'technic:mv_cable 3',
	recipe ={
		{'technic:rubber',   'technic:rubber',   'technic:rubber'},
		{'technic:lv_cable', 'technic:lv_cable', 'technic:lv_cable'},
		{'technic:rubber',   'technic:rubber',   'technic:rubber'},
	}
}) 

technic.register_cable("MV", 2.5/16)