mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-16 07:10:38 +01:00
fix typo
This commit is contained in:
parent
de6706e137
commit
064572c0a7
2
API.txt
2
API.txt
|
@ -274,7 +274,7 @@ biome = {
|
||||||
-- biome? Larger values make objects more
|
-- biome? Larger values make objects more
|
||||||
-- rare, via: math.random(1,100) > this
|
-- rare, via: math.random(1,100) > this
|
||||||
max_count = num, -- The absolute 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 spawn in a 5x5x5
|
||||||
-- mapblock area (80x80x80 nodes). Defaults
|
-- mapblock area (80x80x80 nodes). Defaults
|
||||||
-- to 5, but be sure you set this to some
|
-- to 5, but be sure you set this to some
|
||||||
-- reasonable value depending on your object
|
-- reasonable value depending on your object
|
||||||
|
|
Loading…
Reference in New Issue
Block a user