CurseForge · Minecraft mod
MobsBeGone
MobsBeGone allows you to get rid of entities spawning in your world in a very simple and straightforward way!
Quick answer
Which MobsBeGone release should I use?
MobsBeGone 0.0.9 targets 1.21.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is MobsBeGone required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does MobsBeGone 0.0.9 need?
MobsBeGone 0.0.9. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add MobsBeGone without breaking your instance.
Built for MobsBeGone 0.0.9. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use MobsBeGone 0.0.9. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside MobsBeGone 0.0.9. It opens that exact file at the source.
About this project
What does MobsBeGone add?
MobsBeGone 🐾🚫
MobsBeGone is a lightweight Fabric mod for Minecraft 1.21.1 that lets you blacklist mobs from spawning entirely.
It was made because existing solutions were too complicated for smaller projects — so this one is designed with simplicity and efficiency in mind.
🔧 How It Works Internally
- The mod reads a
mobsbegone-blacklist.jsonfile from your config folder. - Inside it, you list entity IDs you want to completely disable (e.g.
"minecraft:creeper"). - It parses the file at startup and stores the blacklist in a fast O(1) lookup table.
- When any mob tries to spawn (natural, command, structure, etc.), it checks if it's blacklisted.
- If the mob is on the blacklist, it gets instantly discarded and never visually spawned.
The logic is designed to be safe and avoids issues by marking blacklisted entities for removal on the next server tick.
📂 Config Example
Put this file in: config/mobsbegone-blacklist.json (The default config already contains all of the current Minecraft mobs)
[
"minecraft:creeper",
"minecraft:enderman",
"anothermod:somebaka"
]
And that's it! Those mobs will never appear in your world again. 💣💥
You can add any entity from either the base game, or any other mod you might be using!
Please keep in mind that the last entry of the list should NOT contain a trailing comma!
⚠️ Disclaimer
This mod is provided as-is.
You're free to use it, modify it, fork it, or yell at it lovingly.
No guarantees, no warranties — just vibes. ✨
✨ Credits
Made with love by Okaeri Game Studio 💜
Authors: Olivia, EasyMochi
Enjoy the peace and quiet of a mob-free world! 🌸
Project description from CurseForge.
Pick your setup
MobsBeGone by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
MobsBeGone versions and loaders
MobsBeGone 0.0.9
MobsBeGone-0.0.9.jar
3 Aug 2026
MobsBeGone 0.0.8
MobsBeGone-0.0.8.jar
3 Aug 2026
MobsBeGone-0.0.7.jar
8 Jul 2025
0.0.6
MobsBeGone-0.0.6.jar
15 Jun 2025
0.0.5
MobsBeGone-0.0.5.jar
4 Jun 2025
0.0.3
MobsBeGone-0.0.3.jar
3 Jun 2025
0.0.2
MobsBeGone-0.0.2.jar
2 Jun 2025
0.0.1
MobsBeGone-0.0.1.jar
1 Jun 2025
Looking for an older file? The official CurseForge project page is in Resources.