summaryrefslogtreecommitdiff
path: root/technic/machines/MV/cables.lua
blob: 7d63dfddfe926778cb8e1362d56135b682454132 (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)