该模组可以在 .minecraft/config/spawnermod.json 文件里面更改,如果有版本隔离,就在对应版本文件夹里更改,例如 .minecraft/versions/1.20.1 forge47.2.10/config/spawnermod.json

文件里,"disable_specific_egg_drops": {} 大括号里的代码是对应生物代码,将 0 改成 1 就不会掉落对应刷怪蛋。monster_egg_drop_chance 是掉落概率,默认值 4,范围 0 ~ 100 可调。


其余参数:

  • default_spawner_range:默认刷怪范围。

  • disable_count:禁用「计数器」;0 / 1可调。

  • disable_egg_removal_from_spawner:禁用「从刷怪笼中移除刷怪蛋」;0 / 1可调。

  • disable_silk_touch:禁用「精准采集掉落刷怪笼」;0 / 1可调。

  • disable_speed:禁用「刷怪速度自定义」;0 / 1可调。

  • limited_spawns_amount:最大单次刷怪数量。

  • monster_egg_only_drop_when_killed_by_player:是否只在玩家击杀时掉落刷怪蛋;0 / 1可调。