Configurable Mob Management

Quick rating

Configurable Mob Management

No reviews yet

A highly configurable minecraft mod which lets you decide which mobs spawn naturally or not.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
mob-control-1.0.0.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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

  1. spawnMode - broad rules for all mobs that go through Forge’s spawn checks (things that extend Mob in the usual spawn pipeline).
  2. Per-entity lists - extra rules that apply even when spawnMode is 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 in naturalSpawnBlockedDimensions (e.g. minecraft:the_netherminecraft: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 use ALL_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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works