diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-30 16:41:20 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-30 16:41:20 +0000 |
commit | e5baaa5e130a0b74f75c9f191d8d4dbf82c551e8 (patch) | |
tree | ce1f73261ab061bedbafe7b18fa1083474e471db /api_new.txt | |
parent | a0d975510ed93ddc822b991c7c7011d675b098e7 (diff) |
added mob_spawn_amend settings for minetest.conf
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 |