From ca34cc2274082bd4a3cf4843f7f5ff939d659e1e Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 21 May 2022 08:04:38 +0100 Subject: [PATCH] fix api typo (thanks bastrabun :) --- api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.txt b/api.txt index 99547af..cef228a 100644 --- a/api.txt +++ b/api.txt @@ -415,7 +415,7 @@ the mobs:spawn, so it is recommended to use the above instead. mobs:register_spawn(name, nodes, max_light, min_light, chance, active_object_count, max_height, day_toggle) -mobs:spawn_specfic(name, nodes, neighbors, min_light, max_light, interval, +mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height, day_toggle, on_spawn) A simpler way to handle mob spawns has been added with the mobs:spawn(def)