Skip to content

Commit

Permalink
Merge pull request #208 from MT-Modder/master
Browse files Browse the repository at this point in the history
Use group:sapling for power plant, blinky plant recipes
  • Loading branch information
Jeija committed Jan 20, 2015
2 parents d6b53a2 + 1509510 commit aed4d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mesecons_blinkyplant/init.lua
Expand Up @@ -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"}}
})
2 changes: 1 addition & 1 deletion mesecons_powerplant/init.lua
Expand Up @@ -26,6 +26,6 @@ minetest.register_craft({
recipe = {
{"group:mesecon_conductor_craftable"},
{"group:mesecon_conductor_craftable"},
{"default:sapling"},
{"group:sapling"},
}
})

0 comments on commit aed4d39

Please sign in to comment.