Skip to content
Snippets Groups Projects
Commit 973a9c65 authored by Jeija's avatar Jeija
Browse files

Add new crafting recipe for mesecons: Cook a mese crystal

parent f6ef7b00
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,12 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "cooking",
output = '"mesecons:wire_00000000_off" 16',
recipe = "default:mese_crystal",
})
minetest.register_abm(
{nodenames = {"mesecons:mesecon_off", "mesecons:mesecon_on"},
interval = 2,
......
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