10 lines
181 B
TOML
10 lines
181 B
TOML
|
|
#General settings for the mod.
|
|
[general]
|
|
#Should neutral mobs like pigs not be affected?
|
|
ignoreNeutralMobs = false
|
|
#The range to notify other mobs.
|
|
#Range: 0 ~ 512
|
|
range = 8
|
|
|