Let Me Despawn
This Minecraft mod addresses performance issues caused by the accumulation of mobs that have picked up items. In the vanilla game version, such creatures become persistent and do not despawn automatically, leading to the accumulation of unnecessary entities and FPS drops.
Main Features
The mod allows mobs with picked up or equipped items to despawn naturally, just like regular mobs. At the same time, all items that the mob had are dropped to the ground before its disappearance, preventing the loss of valuable items.
Configuration Management
Starting from version 1.2.1, a flexible configuration system is available through the config/letmedespawn.json file. You can add exceptions for certain types of mobs that should maintain the game's default behavior.
Management Commands
/letmedespawn add <mobName>- add a mob to the exception list/letmedespawn remove <mobName>- remove a mob from the list
Changes are applied instantly without the need to restart the game.
Important Features
Mobs that have been named using a name tag still will not despawn. The modification works only on the server side and does not need to be installed on client devices.