Zrips / MobFarmManager

6 stars 0 forks source link

Carved Pumpkin Helmets Can Be Used To Bypass Mob Limit #44

Closed WhatsTheBadNews closed 1 year ago

WhatsTheBadNews commented 2 years ago

Mobs wearing a carved pumpkin helmet bypass the limit. This is a problem, because players have made automated farms that equip the helmets with dispensers, to bypass the limit. Is this something that could be changed or given a config option for?

mrfloris commented 2 years ago

They can only wear one helmet right? And all they get is a carved pumpkin? Can you please explain to me how this is being actively exploited to benefit from?

Zrips commented 1 year ago

@WhatsTheBadNews IgnoreEntityWithPickedItem is the option you are looking for, this will remove mobs over the limit if they have equipped armor on them, keep in mind that in this case mobs which could pick dropped items from dead player will fall under same check and could be removed,its a tradeoff option.