From 934e83f3a91b0ee449cd6c6edf25c030c14c9891 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 29 Jan 2013 01:56:22 -0500 Subject: [PATCH] forgot to document the max_count variable. --- API.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API.txt b/API.txt index 2446ecc..16d816b 100644 --- a/API.txt +++ b/API.txt @@ -261,6 +261,10 @@ 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 + -- that should be allowed to spwn in a 5x5x5 + -- mapblock area (80x80x80 nodes). Defaults + -- to 5. seed_diff = num, -- perlin seed-diff value. Defaults to 0, -- which causes the function to inherit the -- global value of 329.