Merge pull request #208 from MT-Modder/master

Use group:sapling for power plant, blinky plant recipes
This commit is contained in:
Florian Euchner 2015-01-20 21:27:48 +01:00
commit aed4d3997b
2 changed files with 2 additions and 2 deletions

View File

@ -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"}}
})

View File

@ -26,6 +26,6 @@ minetest.register_craft({
recipe = {
{"group:mesecon_conductor_craftable"},
{"group:mesecon_conductor_craftable"},
{"default:sapling"},
{"group:sapling"},
}
})