summaryrefslogtreecommitdiff
path: root/api.txt
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-02-21 21:08:23 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-02-21 21:08:23 +0000
commitbf5d976d8e074788bfb98c9a87837bed95c5a8fc (patch)
tree58ac637639a1ec0fe455fb0c38bda61a35683baf /api.txt
parent3d1f62b196ecfb2ee13abf99b7a4e38738016188 (diff)
fix api.txt typo
Diffstat (limited to 'api.txt')
-rw-r--r--api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.txt b/api.txt
index 27c3ae0..476c0f5 100644
--- a/api.txt
+++ b/api.txt
@@ -157,7 +157,7 @@ These functions register a spawn algorithm for the mob. Without this function th
'interval' is same as in register_abm() (default is 30 for mobs:register_spawn)
'chance' is same as in register_abm()
'active_object_count' mob is only spawned if active_object_count_wider of ABM is <= this
- 'min_height' is the maximum height the mob can spawn
+ 'min_height' is the minimum height the mob can spawn
'max_height' is the maximum height the mob can spawn
'day_toggle' true for day spawning, false for night or nil for anytime
'on_spawn' is a custom function which runs after mob has spawned and gives self and pos values.