diff options
Diffstat (limited to 'api_new.txt')
-rw-r--r-- | api_new.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api_new.txt b/api_new.txt index 15b87a3..ef0c4e3 100644 --- a/api_new.txt +++ b/api_new.txt @@ -1,6 +1,6 @@ -Mobs Redo API (last updated 18th Oct 2017) -========================================== +Mobs Redo API +============= Welcome to the world of mobs in minetest and hopefully an easy guide to defining your own mobs and having them appear in your worlds. @@ -546,6 +546,8 @@ External Settings for "minetest.conf" multiplied by this number), defaults to 1.0. 'mob_show_health' if false then punching mob will not show health status (true by default) + 'mob_spawn_amend' defaults to 1.0 but can be set to 0.5 to half ALL spawn + rates or 2.0 to double. Players can override the spawn chance for each mob registered by adding a line to their minetest.conf file with a new value, the lower the value the more each |