Fix typo in frame and template motor recipes

This commit is contained in:
Boba 2014-04-14 19:58:50 +02:00 committed by ShadowNinja
parent 061d1a3ab4
commit 44dbc75b61
1 changed files with 2 additions and 2 deletions

View File

@ -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', ''},
}
})