mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Add MV extractor
This commit is contained in:
parent
2a23587445
commit
88cbc6c2a7
12
technic/machines/MV/extractor.lua
Normal file
12
technic/machines/MV/extractor.lua
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
-- MV extractor
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'technic:mv_extractor',
|
||||||
|
recipe = {
|
||||||
|
{'technic:stainless_steel_ingot', 'technic:lv_extractor', 'technic:stainless_steel_ingot'},
|
||||||
|
{'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1'},
|
||||||
|
{'technic:stainless_steel_ingot', 'technic:mv_cable0', 'technic:stainless_steel_ingot'},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
technic.register_extractor({tier = "MV", demand = {800, 600, 400}, speed = 2, upgrade = 1, tube = 1})
|
BIN
technic/textures/technic_mv_extractor_bottom.png
Normal file
BIN
technic/textures/technic_mv_extractor_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 738 B |
BIN
technic/textures/technic_mv_extractor_front.png
Normal file
BIN
technic/textures/technic_mv_extractor_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 749 B |
BIN
technic/textures/technic_mv_extractor_front_active.png
Normal file
BIN
technic/textures/technic_mv_extractor_front_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
BIN
technic/textures/technic_mv_extractor_side.png
Normal file
BIN
technic/textures/technic_mv_extractor_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 726 B |
BIN
technic/textures/technic_mv_extractor_top.png
Normal file
BIN
technic/textures/technic_mv_extractor_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 B |
Loading…
Reference in New Issue
Block a user