forked from mtcontrib/plantlife_modpack
another wording tweak
This commit is contained in:
parent
934e83f3a9
commit
320154a3a8
6
API.txt
6
API.txt
|
@ -261,10 +261,12 @@ biome = {
|
||||||
-- biome? Larger values make objects more
|
-- biome? Larger values make objects more
|
||||||
-- rare, determined by
|
-- rare, determined by
|
||||||
-- math.random(1,100) > this
|
-- 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
|
-- that should be allowed to spwn in a 5x5x5
|
||||||
-- mapblock area (80x80x80 nodes). Defaults
|
-- 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,
|
seed_diff = num, -- perlin seed-diff value. Defaults to 0,
|
||||||
-- which causes the function to inherit the
|
-- which causes the function to inherit the
|
||||||
-- global value of 329.
|
-- global value of 329.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user