mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-18 00:08:36 +01:00
parent
4cf9439ffd
commit
0c8d4f5e60
@ -1,13 +0,0 @@
|
|||||||
-- 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,5 +15,4 @@ dofile(path.."/generator.lua")
|
|||||||
-- Machines
|
-- Machines
|
||||||
dofile(path.."/quarry.lua")
|
dofile(path.."/quarry.lua")
|
||||||
dofile(path.."/forcefield.lua")
|
dofile(path.."/forcefield.lua")
|
||||||
dofile(path.."/electric_furnace.lua")
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 427 B |
Binary file not shown.
Before Width: | Height: | Size: 555 B |
Binary file not shown.
Before Width: | Height: | Size: 536 B |
Binary file not shown.
Before Width: | Height: | Size: 421 B |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user