mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-17 15:58:37 +01:00
hv furnace
This commit is contained in:
parent
83a946410c
commit
d129ecd48a
13
technic/machines/HV/electric_furnace.lua
Normal file
13
technic/machines/HV/electric_furnace.lua
Normal file
@ -0,0 +1,13 @@
|
||||
-- HV Electric Furnace
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'technic:hv_electric_furnace',
|
||||
recipe = {
|
||||
{'technic:stainless_steel_ingot', 'technic:mv_electric_furnace', 'technic:stainless_steel_ingot'},
|
||||
{'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1'},
|
||||
{'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot'},
|
||||
}
|
||||
})
|
||||
|
||||
technic.register_electric_furnace({tier="HV", upgrade=1, tube=1, demand={4000, 2000, 1000}, speed=8})
|
||||
|
@ -15,4 +15,5 @@ dofile(path.."/generator.lua")
|
||||
-- Machines
|
||||
dofile(path.."/quarry.lua")
|
||||
dofile(path.."/forcefield.lua")
|
||||
dofile(path.."/electric_furnace.lua")
|
||||
|
||||
|
BIN
technic/textures/technic_hv_electric_furnace_bottom.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 427 B |
BIN
technic/textures/technic_hv_electric_furnace_front.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 555 B |
BIN
technic/textures/technic_hv_electric_furnace_front_active.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_front_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 536 B |
BIN
technic/textures/technic_hv_electric_furnace_side.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 421 B |
BIN
technic/textures/technic_hv_electric_furnace_side_tube.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_side_tube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
technic/textures/technic_hv_electric_furnace_top.png
Normal file
BIN
technic/textures/technic_hv_electric_furnace_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user