Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bin8083/let-me-despawn-1.12.2
Let-Me-Despawn-1.12.2
https://github.com/bin8083/let-me-despawn-1.12.2
client forge hypixel minecraft minecraft-mod mod skyblock
Last synced: 3 days ago
JSON representation
Let-Me-Despawn-1.12.2
- Host: GitHub
- URL: https://github.com/bin8083/let-me-despawn-1.12.2
- Owner: bin8083
- License: other
- Created: 2025-01-11T11:58:12.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2025-01-11T12:11:02.000Z (5 days ago)
- Last Synced: 2025-01-11T13:22:31.645Z (5 days ago)
- Topics: client, forge, hypixel, minecraft, minecraft-mod, mod, skyblock
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 FeaturesAllows 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 FileLocation: config/letmedespawn.json
Reload command: /almanac reload## Commands
Command Description
/letmedespawn add Add mobs to the config
/letmedespawn remove Remove mobs from the configMobs 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.