From 64731d874205bd35c36dfb423ae5abebd5a7d415 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Sun, 20 Jan 2013 01:26:11 -0500
Subject: [PATCH] another minor wording change to account for an API bugfix

---
 API.txt | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/API.txt b/API.txt
index e5997bf..217104f 100644
--- a/API.txt
+++ b/API.txt
@@ -152,12 +152,11 @@ biome = {
 				   the nodes in that list.
 	near_nodes_count = num,	-- at least this many of those nodes must be
 				   in the area.
-	temp_min = num,		-- minimum perlin temperature value needed to
-				   spawn an object (represents the hottest
-				   allowable temperature).
-	temp_max = num,		-- maximum perlin temperature value (coldest
-				   allowable temperature).
-
+	temp_min = num,		-- coldest allowable temperature for a plant
+				   to spawn (that is, the highest Perlin
+				   temperature map value).
+	temp_max = num,		-- warmest allowable temperature to spawn a
+				   plant (lowest Perlin temperature value).
 }
 
 [*] These entries are required for the spawn code to work.  Everything else
-- 
GitLab