forked from minetest-mods/mesecons
Use group:sapling for all recipes
This commit is contained in:
parent
d6b53a2962
commit
1509510262
|
@ -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