Skip to content
Snippets Groups Projects
Commit aed4d399 authored by Florian Euchner's avatar Florian Euchner
Browse files

Merge pull request #208 from MT-Modder/master

Use group:sapling for power plant, blinky plant recipes
parents d6b53a29 15095102
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,5 @@ minetest.register_craft({
output = "mesecons_blinkyplant:blinky_plant_off 1",
recipe = { {"","group:mesecon_conductor_craftable",""},
{"","group:mesecon_conductor_craftable",""},
{"default:sapling","default:sapling","default:sapling"}}
{"group:sapling","group:sapling","group:sapling"}}
})
......@@ -26,6 +26,6 @@ minetest.register_craft({
recipe = {
{"group:mesecon_conductor_craftable"},
{"group:mesecon_conductor_craftable"},
{"default:sapling"},
{"group:sapling"},
}
})
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