Fix typo in frame and template motor recipes
This commit is contained in:
parent
061d1a3ab4
commit
44dbc75b61
@ -877,7 +877,7 @@ minetest.register_craft({
|
|||||||
output = 'technic:frame_motor',
|
output = 'technic:frame_motor',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'technic:frame_111111', ''},
|
{'', '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', ''},
|
{'', 'technic:frame_111111', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -905,7 +905,7 @@ minetest.register_craft({
|
|||||||
output = 'technic:template_motor',
|
output = 'technic:template_motor',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'technic:template', ''},
|
{'', 'technic:template', ''},
|
||||||
{'group:mesecons_conductor_craftable', 'technic:motor', 'group:mesecons_conductor_craftable'},
|
{'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable'},
|
||||||
{'', 'technic:template', ''},
|
{'', 'technic:template', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user