Mod
Mob Eradicator
No reviews yet
Stop mobs from spawning with a simple config file.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers