Let Me Despawn

Let Me Despawn

v1.26.7.3
Modrinth 2 082 followers 20 470 280 downloads
Sign in

Improves performance by tweaking mob despawn rules. Say bye to pesky unintentional persistent mobs.

Product

About






Requires Almanac


Discord Server Invite Link


LET ME DESPAWN


Let Me Despawn (LMD) is a Minecraft mod designed to address entity lag issues by modifying the despawn mechanics for mobs that have picked up or equipped items.

Key Features

  • Allows mobs with equipped items to despawn naturally
  • Preserves dropped items when mobs despawn
  • Configurable mob exclusion list
  • Server-side functionality (not required on client)

Functionality

In vanilla Minecraft, mobs that pick up or equip items become persistent and do not despawn naturally. This behavior can significantly contribute to entity lag, especially in modded environments with increased mob variety and spawn rates.

LMD modifies the despawn check to allow these mobs to despawn naturally, like any other mob. To prevent item loss, any picked up or equipped items are dropped when the entity despawns.

Note: Mobs named with a name tag will still be prevented from despawning naturally.


Configuration (Version 1.2.1 and later)

Config File

  • Location: config/letmedespawn.json
  • Reload command: /almanac reload

Commands

Command Description
/letmedespawn add <mobName> Add mobs to the config
/letmedespawn remove <mobName> Remove mobs from the config

Mobs added to the config will retain their vanilla behavior and not despawn after picking up items. All commands update the mob list in real-time, eliminating the need for game restarts or manual reloads.


Installation

This is a server-side mod and is not required on the client.


Preview

Product images

Environment

Requirements & compatibility

Compatibility & requirements

BukkitFabricForgeNeoforgePaperPurpurQuilt1.12.21.16.51.18 – 1.21.1126.126.1.126.1.226.2

Local host

Unsupported

Hosting on services

Required

Terms

License

Terms for using, modifying and redistributing this product.

GNU Lesser General Public License v3.0 onlyModrinth
Release

Latest release

v1.26.7.3

20.07.2026 · Modrinth

  • Improved entity lookup
  • Improved memory overhead
  • General performance improvement
  • Code refactor
  • Added two new entries into the config ("enableStandardSpawnerDespawn" and "enableTrialSpawnerDespawn")