1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

add 'mob_node_timer_interval' and 'mob_main_timer_interval' settings to handle function timings

This commit is contained in:
tenplus1
2023-05-19 08:46:37 +01:00
parent 29bc2f27f2
commit b16eefa0ec
3 changed files with 19 additions and 5 deletions

View File

@ -744,6 +744,10 @@ the tools own meta to override the default.
External Settings for "minetest.conf"
------------------------------------
'mob_node_timer_interval' How often mobs get nodes around them (0.25 is default)
for every 1/4 second.
'mob_main_timer_interval' How often mobs run main functions (1.0 is default) for
every one second.
'enable_damage' if true monsters will attack players (default is true)
'only_peaceful_mobs' if true only animals will spawn in game (default is
false)