forked from mtcontrib/mobs_redo
disable node hearing by default
This commit is contained in:
@ -63,6 +63,9 @@ mob_log_spawn (Log Mob Spawning) bool false
|
||||
# Mob hearing, when enabled will override minetest.sound_play for mobs to hear
|
||||
mobs_can_hear (Enable Mob hearing) bool true
|
||||
|
||||
# Node hearing, when enabled will allow nodes to hear nearby sounds
|
||||
mobs_can_hear_node (Enable Node hearing) bool false
|
||||
|
||||
[Pathfinding]
|
||||
# Enable pathfinding (default Enabled)
|
||||
mob_pathfinding_enable (Enable pathfinding) bool true
|
||||
|
Reference in New Issue
Block a user