coil
2019-08-26 d119a6748264a4f9825eebdd4ddeb2421cc4784a
commit | author | age
e1a71a 1 -- MV freezer
U 2
3 minetest.register_craft({
4     output = 'technic:mv_freezer',
5     recipe = {
6         {'technic:stainless_steel_ingot', 'technic:motor',          'technic:stainless_steel_ingot'},
7         {'pipeworks:pipe_1_empty',        'technic:mv_transformer', 'pipeworks:pipe_1_empty'},
8         {'technic:stainless_steel_ingot', 'technic:mv_cable',       'technic:stainless_steel_ingot'},
9     }
10 })
11
12 technic.register_freezer({tier = "MV", demand = {800, 600, 400}, speed = 0.5, upgrade = 1, tube = 1})