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:
parent
8015cc24a5
commit
934e83f3a9
4
API.txt
4
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user