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

@ -7,10 +7,9 @@ minetest.register_craftitem("mesecons_materials:glue", {
minetest.register_craft({
output = '"mesecons_materials:glue" 2',
recipe = {
{'"default:junglegrass"', '"default:junglegrass"'},
{'"default:junglegrass"', '"default:junglegrass"'},
}
type = "cooking",
recipe = "default:sapling",
cooktime = 2
})
-- Silicon