SmallJoker
2022-10-20 4775d98fb7e12f7210cf778351767828e551011d
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})