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

add 'mobs_disable_damage_kb' setting

This commit is contained in:
tenplus1
2024-10-20 09:19:52 +01:00
parent 79fb4f7ead
commit 430af1e91d
3 changed files with 9 additions and 2 deletions

View File

@ -66,6 +66,9 @@ 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
# By default mobs are dealt knockback from damage, this lets you disable it
mobs_disable_damage_kb (Disable knockback from damage only) bool false
[Pathfinding]
# Enable pathfinding (default Enabled)
mob_pathfinding_enable (Enable pathfinding) bool true