mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 15:00:45 +01:00
13 lines
311 B
Lua
13 lines
311 B
Lua
|
|
minetest.register_craft({
|
|
output = 'technic:hv_cable0 3',
|
|
recipe = {
|
|
{'technic:rubber', 'technic:rubber', 'technic:rubber'},
|
|
{'technic:mv_cable0', 'technic:mv_cable0', 'technic:mv_cable0'},
|
|
{'technic:rubber', 'technic:rubber', 'technic:rubber'},
|
|
}
|
|
})
|
|
|
|
technic.register_cable("HV", 3/16)
|
|
|