Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings.

This commit is contained in:
Jeija
2012-08-13 14:36:48 +02:00
parent 55bdf5441f
commit 5626aec852
3 changed files with 5 additions and 6 deletions

View File

@ -21,7 +21,7 @@ minetest.register_craft({
recipe = {
{'"group:mesecon_conductor_craftable"'},
{'"group:mesecon_conductor_craftable"'},
{'"default:junglegrass"'},
{'"default:sapling"'},
}
})