mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-15 23:00:32 +01:00
Merge pull request #208 from MT-Modder/master
Use group:sapling for power plant, blinky plant recipes
This commit is contained in:
commit
aed4d3997b
|
@ -47,5 +47,5 @@ minetest.register_craft({
|
||||||
output = "mesecons_blinkyplant:blinky_plant_off 1",
|
output = "mesecons_blinkyplant:blinky_plant_off 1",
|
||||||
recipe = { {"","group:mesecon_conductor_craftable",""},
|
recipe = { {"","group:mesecon_conductor_craftable",""},
|
||||||
{"","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 = {
|
recipe = {
|
||||||
{"group:mesecon_conductor_craftable"},
|
{"group:mesecon_conductor_craftable"},
|
||||||
{"group:mesecon_conductor_craftable"},
|
{"group:mesecon_conductor_craftable"},
|
||||||
{"default:sapling"},
|
{"group:sapling"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user