From 680f259468f9a47c0bc8ea5890ea37c5758a8c30 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 3 Nov 2018 13:48:04 -0400 Subject: update basic materials, simple streetlights, technic --- technic/machines/LV/cnc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'technic/machines/LV/cnc.lua') diff --git a/technic/machines/LV/cnc.lua b/technic/machines/LV/cnc.lua index fdfec99..b8eb729 100644 --- a/technic/machines/LV/cnc.lua +++ b/technic/machines/LV/cnc.lua @@ -14,7 +14,7 @@ minetest.register_craft({ output = 'technic:cnc', recipe = { {'default:glass', 'technic:diamond_drill_head', 'default:glass'}, - {'technic:control_logic_unit', 'technic:machine_casing', 'technic:motor'}, + {'technic:control_logic_unit', 'technic:machine_casing', 'basic_materials:motor'}, {'technic:carbon_steel_ingot', 'technic:lv_cable', 'technic:carbon_steel_ingot'}, }, }) -- cgit v1.2.3