diff --git a/technic/machines/MV/freezer.lua b/technic/machines/MV/freezer.lua index 039dbe62..0ae2f7bf 100644 --- a/technic/machines/MV/freezer.lua +++ b/technic/machines/MV/freezer.lua @@ -4,7 +4,7 @@ local S = technic.getter minetest.register_craft({ output = 'technic:mv_freezer', recipe = { - {'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'}, + {'technic:stainless_steel_ingot', 'basic_materials:motor', 'technic:stainless_steel_ingot'}, {'pipeworks:pipe_1_empty', 'technic:mv_transformer', 'pipeworks:pipe_1_empty'}, {'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot'}, }