From 44dbc75b6115d5235ba0538925e44484037459a1 Mon Sep 17 00:00:00 2001 From: Boba Date: Mon, 14 Apr 2014 19:58:50 +0200 Subject: [PATCH] Fix typo in frame and template motor recipes --- technic/machines/other/frames.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technic/machines/other/frames.lua b/technic/machines/other/frames.lua index b8b4305..e95696f 100644 --- a/technic/machines/other/frames.lua +++ b/technic/machines/other/frames.lua @@ -877,7 +877,7 @@ minetest.register_craft({ output = 'technic:frame_motor', recipe = { {'', 'technic:frame_111111', ''}, - {'group:mesecons_conductor_craftable', 'technic:motor', 'group:mesecons_conductor_craftable'}, + {'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable'}, {'', 'technic:frame_111111', ''}, } }) @@ -905,7 +905,7 @@ minetest.register_craft({ output = 'technic:template_motor', recipe = { {'', 'technic:template', ''}, - {'group:mesecons_conductor_craftable', 'technic:motor', 'group:mesecons_conductor_craftable'}, + {'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable'}, {'', 'technic:template', ''}, } })