MobsBeGone
๐ก Updated this yearโ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
Preview

๐ Analysis
- ๐ 0.0% endorsement rate
- ๐ #400 of 1284 fabric mods in this game by downloads
๐ About This Mod
# 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.json` file 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) ```json ``` 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! ๐ธ
# 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.json` file 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)
```json [ "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! ๐ธ
๐ Mod Details
- Game
- Minecraft Mods
- Author
- EasyMochi
- Version
- 0.0.9
- Downloads
- 3,788,187
- Endorsements
- 35
- Category
- fabric
- Created
- 6/7/2025
- Updated
- 8/3/2026
- Game Versions
- 1.21.1
- Tags
- mobs, optimization, utility
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does MobsBeGone support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of MobsBeGone?
Version 0.0.9, published 2026-08-03 with 3.8M downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await