summaryrefslogtreecommitdiff
path: root/technic/machines/HV/cables.lua
blob: 25297c8f872b10167078fad50b22276286c51782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

minetest.register_craft({
	output = 'technic:hv_cable0 3',
	recipe = {
		{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
		{'technic:mv_cable0',          'technic:mv_cable0',          'technic:mv_cable0'},
		{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
	}
}) 

technic.register_cable("HV", 3/16)