coil
2019-12-30 da95be53ec5703e808233d7b45fc42fb500863dd
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})