Configurable Mob Management
No reviews yet
A highly configurable minecraft mod which lets you decide which mobs spawn naturally or not.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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
Resources
External Links
About
Description
This mod is made specifically for a modpack I am working on and will not be ported to other versions/modloaders, I recommend finding alternatives.
HOW TO USE:
Edit config/mobcontrol-common.toml in your instance folder (same place as other mods’ configs). Forge may create a .bak next to it when it saves; that’s a backup of the old file. Restart the game (or reload configs if your setup supports it) after big edits.
Two layers
spawnMode- broad rules for all mobs that go through Forge’s spawn checks (things that extendMobin the usual spawn pipeline).- Per-entity lists - extra rules that apply even when
spawnModeis off.
spawnMode values (must match exactly, including capitals)
OFF- No global spawnMode blocking. Per-entity settings below still apply.NATURAL_ALL_DIMENSIONS- Blocks natural-style spawns everywhere: natural tick spawns, chunk-generation spawns, patrols, reinforcements, structure-based spawns. Does not target/summon, spawn eggs, spawners, or breeding by itself (those are separate spawn types).NATURAL_LISTED_DIMENSIONS_ONLY- Same natural-style block as above, but only in dimensions listed innaturalSpawnBlockedDimensions(e.g.minecraft:the_nether,minecraft:the_end).ALL_MOB_SOURCES_EXCEPT_CHUNK_LOAD- Aggressive: blocks Mob creation from most sources (including commands, eggs, spawners, breeding, natural, etc.). Saved entities still load with the world; the mod avoids breaking chunk load the same way older “LOAD” hacks did.
Per-entity lists (work with spawnMode = "OFF")
-
naturalSpawnBlockedEntityTypes- List of entity IDs ("minecraft:zombie","iceandfire:hippogryph", …). Those types cannot use natural-style spawns in any dimension./summon, spawn eggs, spawners, and breeding are not blocked by this list (unless you also useALL_MOB_SOURCES_EXCEPT_CHUNK_LOAD). -
naturalSpawnBlockedEntityDimensionPairs- Entries look like"entity_id|dimension_id"(both full IDs, one pipe). Same natural-only behavior, but only in that dimension. Example: block natural endermen only in Nether and End:"minecraft:enderman|minecraft:the_nether","minecraft:enderman|minecraft:the_end".
naturalSpawnBlockedDimensions
Only used when spawnMode is NATURAL_LISTED_DIMENSIONS_ONLY: list of dimension IDs where all natural-style mob spawns (for normal pipeline mobs) are blocked, not just specific entity types.
Tips
Use /forge entity list or your mod’s registry / F3 + tooltips to get exact entity IDs. If something still spawns naturally, it may use a path that doesn’t fire Forge’s mob spawn events (some mods do); in that case you’d need pack-specific tweaks or a different mod.
Screenshots
Gallery
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
Statistics
Resources