本模组使得刷怪笼可以自动击杀生物和收集掉落物。安装此模组后刷怪笼不会在世界中生成生物,而是将生物的掉落物和经验值储存在刷怪笼内。
左击或右击可以从刷怪笼中收集经验。手持刷怪笼(本模组允许使用精准采集挖掘刷怪笼)右击刷怪笼可以将其合并,这将提高其效率,此功能默认禁用。也可以使用刷怪笼下面的漏斗吸走所有生物掉落物。
可以通过 config 文件夹下的配置文件或模组菜单来配置。
{
"maxMergedSpawners": -1, // defines the number of spawners that can be merged into one合并刷怪笼的数量上限,-1为禁用
"maxStoredExp": -1, // the maximum amount of experience stored in a hosting spawner刷怪笼储存的经验上限,-1为禁用
"silkBreakSpawners": true, // decides whether you can break a spawner with silk touch开启精准采集挖掘刷怪笼的设置
"requiredPlayerDistance": 32, // the minimum player distance for the spawner to work玩家需要在此距离内才能使刷怪笼工作
"mobsPerSpawner": 4 // defines how many mobs should spawn per spawner per period每个刷怪笼一次生成多少怪物
}