Skip to content

Commit

Permalink
Merge pull request #94 from RealBadAngel/patch-1
Browse files Browse the repository at this point in the history
Update mesecons_button/init.lua (change craft recipe format, no gameplay change)
  • Loading branch information
Jeija committed Apr 15, 2013
2 parents 01d8c26 + e88e99b commit 8afc6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesecons_button/init.lua
Expand Up @@ -91,8 +91,8 @@ minetest.register_node("mesecons_button:button_on", {
})

minetest.register_craft({
output = '"mesecons_button:button_off" 2',
output = "mesecons_button:button_off 2",
recipe = {
{'"group:mesecon_conductor_craftable"','"default:stone"'},
{"group:mesecon_conductor_craftable","default:stone"},
}
})

0 comments on commit 8afc6ab

Please sign in to comment.