No Mobs Thank You

Quick rating

No Mobs Thank You

No reviews yet

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

QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

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
nomobsthankyou-neoforge-1.0.3+mc1.21.1.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

NoMobsThankYou

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

OP needed for commands.

Features

  • 6 presets: disableAllMobs, villagersAllowed, disableMonsters, disablePassiveMobs, disableVillagers, disableBosses
  • Override lists: add or keep specific mobs with wildcard support (minecraft:*, modid:*)
  • Runtime reload: change config without restarting the server
  • Lightweight: no dependencies beyond what Minecraft already ships

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: nomobsthankyou-presets.json

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: nomobsthankyou-overrides.json

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

  • Fabric API
  • (+26.X) Java 25 or newer

NeoForge

  • (+26.X) Java 25 or newer

License

This project is licensed under the MIT License.

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