介绍
Mob Farm Nerfer 的意义在于削弱刷怪塔。
功能
配置选项
所有选项都可以通过将其相应值设置为0来关闭该功能。
示例:默认 mob_farm_nerfer.properties 配置文件
# The percentage of fall damage that trigers an entity to not drop loot or xp.
# 触发实体不掉落掉落物与经验的坠落伤害百分比。
fall_damage_threshold=0.5
# The amount of mobs in an area that is considered crowded.
# 密集生物区域内生物数量
crowding_threshold=5
# The radius of the area that entities look in around them to find the amount of entities.
# 在检测是否为密集生物区域时检测半径
crowding_radius=3
# Maximum distance the mod will try to pathfind to the player.
# 模组尝试寻找到玩家的最远距离
max_path_checking_distance=25
默认配置
本模组不包含配置文件,需自己创建配置文件并将其放在配置文件夹中。
默认配置示例如下:
fall_damage_threshold = 0.5
crowding_threshold = 5
crowding_radius = 3
max_path_checking_distance = 25