From 4f3495a9e4f1851b2276fa9201533e5bf39f41af Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 16 Oct 2014 17:11:35 -0400 Subject: [PATCH] fix error in API (groups are not allowed in avoid_nodes in register_generate_plant) --- API.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.txt b/API.txt index 730ea67..8075865 100644 --- a/API.txt +++ b/API.txt @@ -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