Skip to content
Snippets Groups Projects
Commit e88e99b5 authored by RealBadAngel's avatar RealBadAngel
Browse files

Update init.lua

change crafting recipe format
parent 01d8c26b
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment