Skip to content

Commit

Permalink
fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Feb 13, 2019
1 parent 0d7c276 commit 55ab2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mesecon.register_node("mesecons_protected_switch:mesecon_switch", {
})

minetest.register_craft({
output = "mesecons_protected_switch:mesecon_switch",
output = "mesecons_protected_switch:mesecon_switch_off",
recipe = {
{"mesecons_switch:mesecon_switch_off", "default:steel_ingot"}
}
Expand Down

0 comments on commit 55ab2ac

Please sign in to comment.