mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-28 06:30:18 +02:00
disable node hearing by default
This commit is contained in:
4
api.txt
4
api.txt
@ -857,6 +857,10 @@ External Settings for "minetest.conf"
|
||||
'mob_pathfinding_searchdistance' max search distance from search positions (default 16)
|
||||
'mob_pathfinding_max_jump' max jump height for pathfinding (default 4)
|
||||
'mob_pathfinding_max_drop' max drop height for pathfinding (default 6)
|
||||
'mobs_can_hear' Enabled by default, overrides minetest.sound_play and enables
|
||||
nearby mobs to run a custom on_sound function.
|
||||
'mobs_can_hear_node' Disabled by default, allows nearby nodes to hear and run a
|
||||
custom on_sound function.
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user