fix error in API

(groups are not allowed in avoid_nodes in register_generate_plant)
This commit is contained in:
Vanessa Ezekowitz 2014-10-16 17:11:35 -04:00
parent 42d858c752
commit 4f3495a9e4
1 changed files with 2 additions and 2 deletions

View File

@ -262,8 +262,8 @@ biome = {
-- node. Useful in snow biomes to keep
-- objects from spawning in snow that's on the
-- wrong surface for that object.
avoid_nodes = {table}, -- List of nodes or groups to avoid when
-- spawning.
avoid_nodes = {table}, -- List of nodes to avoid when spawning.
-- Groups are not supported here.
avoid_radius = num, -- how much distance to leave between the
-- object to be added and the objects to be
-- avoided. If this or the avoid_nodes value