Make spawn on all leaves near water

This commit is contained in:
bas080 2013-04-22 19:43:02 +02:00
parent 1c317f021e
commit ce9ecaca2c
2 changed files with 4 additions and 1 deletions

@ -277,7 +277,7 @@ plantslib:spawn_on_surfaces({
spawn_delay = spawn_interval,
spawn_plants = {"vines:side"},
spawn_chance = 10,
spawn_surfaces = {"default:leaves"},
spawn_surfaces = {"group:leafdecay"},
spawn_on_side = true,
near_nodes = {"default:water_source"},
near_nodes_size = 10,

@ -14,6 +14,9 @@ FORUM: http://forum.minetest.net/viewtopic.php?id=2344
Changelog
2.2
* Spawns on all leaves that are near water
2.1
* Removed rope(end) from creative inventory