Skip to content

Commit aed4d39

Browse files
committedJan 20, 2015
Merge pull request #208 from MT-Modder/master
Use group:sapling for power plant, blinky plant recipes
2 parents d6b53a2 + 1509510 commit aed4d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎mesecons_blinkyplant/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ minetest.register_craft({
4747
output = "mesecons_blinkyplant:blinky_plant_off 1",
4848
recipe = { {"","group:mesecon_conductor_craftable",""},
4949
{"","group:mesecon_conductor_craftable",""},
50-
{"default:sapling","default:sapling","default:sapling"}}
50+
{"group:sapling","group:sapling","group:sapling"}}
5151
})

Diff for: ‎mesecons_powerplant/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ minetest.register_craft({
2626
recipe = {
2727
{"group:mesecon_conductor_craftable"},
2828
{"group:mesecon_conductor_craftable"},
29-
{"default:sapling"},
29+
{"group:sapling"},
3030
}
3131
})

0 commit comments

Comments
 (0)
Please sign in to comment.