Misanthropy's Terra Entity Fix
The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.
The original Terra Entity mod has a bug where it tries to "buff up" monsters the moment they are created. If a monster is created while the world is still generating (like inside a new dungeon), the mod tries to look up data about the surrounding area.
Because the world isn't finished yet, the mod gets stuck in a loop waiting for the area to load, while the game is waiting for the mod to finish. This will cause Deadlock.
How does this mod fixes it?
It's very simple, before buffing a mob. It just checks if the chunk is loaded in memory. If not, It doesn't.
And also forces it to run in worker thread instead of main thread. Which should also fix potential deadlock issues.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as terraentityfix-0.1.jar — drop this file into the mods folder
- Download size: 5 KB
- Download link checked 23 Aug 2026 — working
These come from our own check of the pack file, not from the source page.