HomeJavaModsNo Mobs Thank You
No Mobs Thank You
ModsJava

No Mobs Thank You

Prevents unwanted mobs from spawning via JSON presets and override lists.

⬇ Download on Modrinth

NoMobsThankYou

Prevents unwanted mobs from spawning in your Minecraft world. Configure via JSON files.

OP needed for commands.

Features

Commands

Command Description
/nomobsthankyou reload Reload config from disk
/nomobsthankyou status Show current config status
/nomobsthankyou clean presets Reset presets to defaults (auto-reload)
/nomobsthankyou clean list Clear override remove and keep lists (auto-reload)
/nomobsthankyou open presets Open presets config file
/nomobsthankyou open list Open override lists config file

Configuration

Two JSON files in config/:

Presets file

Enable exactly one preset at a time. If more than one is true, none will be applied.

{
  "disableAllMobs": false,
  "villagersAllowed": false,
  "disableMonsters": false,
  "disablePassiveMobs": false,
  "disableVillagers": false,
  "disableBosses": false
}
Preset Blocks
disableAllMobs Every living entity (hostile + passive + ambient + water mobs).
villagersAllowed Same as disableAllMobs, but villagers and wandering traders are preserved.
disableMonsters All hostile mobs: zombies, skeletons, creepers, spiders, etc. (MobCategory.MONSTER).
disablePassiveMobs Passive animals: cows, pigs, sheep, chickens, rabbits, foxes, bees, squid, fish, axolotls, etc. Wandering traders are preserved.
disableVillagers Villagers and wandering traders only.
disableBosses Wither, Ender Dragon, and Elder Guardian.

Note: Invalid JSON or values will reset to defaults and show a warning in chat.

Overrides file

Add or keep specific entities. Supports wildcards (minecraft:*, modid:*):

{
  "remove": ["minecraft:creeper", "minecraft:zombie"],
  "keep": ["minecraft:villager", "minecraft:wandering_trader"]
}

Overrides are applied on top of the active preset.

Note: Invalid JSON or values will reset to defaults and show a warning in chat.


Requirements

Fabric

NeoForge


License

This project is licensed under the MIT License.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more