Fix switchtorch craft

Use moremesecons_switchtorch:switchtorch_off instead of moremesecons_switchtorch:switchtorch_on
This commit is contained in:
upsilon
2017-04-23 17:45:58 +02:00
parent eebb82f48b
commit aa54d34b5a
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ local torch_get_input_rules = function(node)
end
minetest.register_craft({
output = "moremesecons_switchtorch:switchtorch_on 4",
output = "moremesecons_switchtorch:switchtorch_off 4",
recipe = {
{"default:stick"},
{"group:mesecon_conductor_craftable"},