diff --git a/API.txt b/API.txt index 16d816b..8d5a333 100644 --- a/API.txt +++ b/API.txt @@ -261,10 +261,12 @@ biome = { -- biome? Larger values make objects more -- rare, determined by -- math.random(1,100) > this - max_count = num, -- The absolutel maximum number of your object + max_count = num, -- The absolute maximum number of your object -- that should be allowed to spwn in a 5x5x5 -- mapblock area (80x80x80 nodes). Defaults - -- to 5. + -- to 5, but be sure you set this to some + -- reasonable value depending on your object + -- and its size. seed_diff = num, -- perlin seed-diff value. Defaults to 0, -- which causes the function to inherit the -- global value of 329.