hv grinder
13
technic/machines/HV/grinder.lua
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
-- HV grinder
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'technic:hv_grinder',
|
||||||
|
recipe = {
|
||||||
|
{'technic:stainless_steel_ingot', 'technic:mv_grinder', '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_grinder({tier="HV", demand={1200, 900, 600}, speed=4, upgrade=1, tube=1})
|
||||||
|
|
@ -16,4 +16,5 @@ dofile(path.."/generator.lua")
|
|||||||
dofile(path.."/quarry.lua")
|
dofile(path.."/quarry.lua")
|
||||||
dofile(path.."/forcefield.lua")
|
dofile(path.."/forcefield.lua")
|
||||||
dofile(path.."/electric_furnace.lua")
|
dofile(path.."/electric_furnace.lua")
|
||||||
|
dofile(path.."/grinder.lua")
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 764 B |
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 726 B |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 542 B |