forked from mtcontrib/plantlife_modpack
fix an old copy&paste error
This commit is contained in:
parent
5f4c48a9aa
commit
de6706e137
2
API.txt
2
API.txt
@ -269,7 +269,7 @@ biome = {
|
|||||||
-- avoided. If this or the avoid_nodes value
|
-- avoided. If this or the avoid_nodes value
|
||||||
-- is nil or omitted, this check is skipped.
|
-- is nil or omitted, this check is skipped.
|
||||||
-- Avoid using excessively large radii or you
|
-- Avoid using excessively large radii or you
|
||||||
-- will slow down the ABM.
|
-- will slow down the map generator.
|
||||||
rarity = num, -- how rare should this object be in its
|
rarity = num, -- how rare should this object be in its
|
||||||
-- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user