Sprache

MobsBeGone

MobsBeGone

Modrinth

MobsBeGone allows you to get rid of entities spawning in your world in a very simple and straightforward way!

3.7M Downloads 32 Follower aktualisiert 13d ago
neueste v0.0.9 Modrinth
Fabric 1.21.1 – 1.21.1 MobsOptimizationUtility

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)

[
  "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! 🌸

Versionen

Release
0.0.9
fabric · 1.21.1 · 13d ago
Fixed compatibility with Cobblemon Combee beehive behaviour. Bump version to 0.0.9 ⑨
3.7k
Release
0.0.8
fabric · 1.21.1 · 13d ago
Fixed an issue where beehives would produce a lot of noise under specific circumstances. General stability and performance improvements.
74
Release
0.0.7
fabric · 1.21.1 · 14mo ago
- Fixed default blacklist - Bumped version
3.6M
Beta
0.0.6
fabric · 1.21.1 · 14mo ago
- Inverted the for-loop check for speed - Added compatibility for single-player - Bumped version to 0.0.6
245
Beta
0.0.5
fabric · 1.21.1 · 14mo ago
- Replaced HashSet with ObjectArrayList for efficiency - Skipped version 0.0.4 because it's bad luck
210
Beta
0.0.3
fabric · 1.21.1 · 14mo ago
- Changed from boolean array to bit array using bitwise - Changed load order - Unlimited entity support Ram usage should be around 200 bits for the…
69
Beta
0.0.2
fabric · 1.21.1 · 14mo ago
Updated mobs array size, supports up to 1023 mobs.
77
Beta
0.0.1
fabric · 1.21.1 · 14mo ago
Initial Release
134

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

FAQ

Wie installiere ich MobsBeGone?

Lade die Datei für deine Minecraft-Version und deinen Loader auf dieser Seite herunter, lege die .jar in den mods- (oder plugins-) Ordner und starte das Spiel.

Ist MobsBeGone kostenlos?

MobsBeGone ist auf Modgrid kostenlos — wir verlinken direkt zur offiziellen Quelle, ohne Paywall.

Welche Minecraft-Versionen unterstützt MobsBeGone?

Funktioniert mit Fabric. Unterstützt die Versionen 1.21.1–1.21.1. Die unterstützten Versionen und Loader findest du im Download-Bereich dieser Seite.

Herunterladen MobsBeGone

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.