Industrial HV machines
12
technic/machines/HV/compressor.lua
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
-- HV compressor
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'technic:mv_compressor',
|
||||||
|
recipe = {
|
||||||
|
{'technic:stainless_steel_ingot', 'technic:mv_compressor', '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_compressor({tier = "HV", demand = {1500, 1000, 750}, speed = 5, upgrade = 1, tube = 1})
|
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=5, upgrade=1, tube=1})
|
||||||
|
|
|
@ -16,5 +16,7 @@ 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")
|
||||||
|
dofile(path.."/compressor.lua")
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
technic/textures/technic_hv_compressor_bottom.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
technic/textures/technic_hv_compressor_front.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
technic/textures/technic_hv_compressor_front_active.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
technic/textures/technic_hv_compressor_side.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
technic/textures/technic_hv_compressor_side_tube.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
technic/textures/technic_hv_compressor_top.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 2.3 KiB |