1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-11-05 09:50:27 +01:00

forgot to document the max_count variable.

This commit is contained in:
Vanessa Ezekowitz 2013-01-29 01:56:22 -05:00
parent 8015cc24a5
commit 934e83f3a9

View File

@ -261,6 +261,10 @@ 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
-- 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, 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.