mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
4f78a69ffc
Trim all trailing whitespace characters,
13 lines
386 B
Lua
13 lines
386 B
Lua
|
|
minetest.register_craft({
|
|
output = 'technic:hv_cable 3',
|
|
recipe = {
|
|
{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
|
|
{'technic:mv_cable', 'technic:mv_cable', 'technic:mv_cable'},
|
|
{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
|
|
}
|
|
})
|
|
|
|
technic.register_cable("HV", 3/16)
|
|
|