
Stop mobs from spawning with a simple config file.
Currently only supports NeoForge 1.21.1
Features
- Hot reloading. As soon as you save the file, the game will update with what you put in instantly!
- Regex support. Use regular expressions to stop multiple types mobs from spawning!
FAQ
- Can i use this in my modpack?
Yeah! This was made with the intention of aiding modpack creators.
- Client or Server?
This mod works all on the server side! Though players without the mod will not see the "This mob has been disabled!" message on their action bar.
How to use
You can simply stop a mob from spawning by adding it to the list in config\moberradicator.json5
Example
{
blocked_mobs: [
"minecraft:zombie"
]
}
- This stops all zombies from spawning
{
blocked_mobs: [
"!minecraft:zombie_.*"
]
}
- Adding an exclamation mark
!before the mob you want to remove will enable the use of regex in that string. Adding.*will determine what section of the expression must match to stop a mob from spawning, this one for example will stop both zombie villagers and zombie horses from spawning!
Video Demonstration
Shoutouts to ElocinDev!! They made Item Obliterator and their mod was generally a big inspo for this haha
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.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 Modrinth — 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.
Verified by MCModsHub
- Ships as mob_eradicator-1.0.1.jar — drop this file into the mods folder
- Download size: 12 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.