@ -1,13 +0,0 @@
|
|||||||
-- 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,5 +16,4 @@ 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: 738 B After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 726 B After Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 616 B |