From 320154a3a8f0645cd3e9f6a546efcb9268dabb6b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 29 Jan 2013 01:58:20 -0500 Subject: [PATCH] another wording tweak --- API.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.