Skip to content
Snippets Groups Projects
Commit 64731d87 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

another minor wording change to account for an API bugfix

parent 3c9fcf3b
No related branches found
No related tags found
No related merge requests found
...@@ -152,12 +152,11 @@ biome = { ...@@ -152,12 +152,11 @@ biome = {
the nodes in that list. the nodes in that list.
near_nodes_count = num, -- at least this many of those nodes must be near_nodes_count = num, -- at least this many of those nodes must be
in the area. in the area.
temp_min = num, -- minimum perlin temperature value needed to temp_min = num, -- coldest allowable temperature for a plant
spawn an object (represents the hottest to spawn (that is, the highest Perlin
allowable temperature). temperature map value).
temp_max = num, -- maximum perlin temperature value (coldest temp_max = num, -- warmest allowable temperature to spawn a
allowable temperature). plant (lowest Perlin temperature value).
} }
[*] These entries are required for the spawn code to work. Everything else [*] These entries are required for the spawn code to work. Everything else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment