HomeBedrockAddonsCatch ’Em All
Catch ’Em All
AddonsBedrock

Catch ’Em All

by CesarDev · on CurseForge

Catch 'Em All addon presents a powerful tool to catch and release mobs with ease. Designed with performance, game balance, and language support in mind…

⬇ Download
Catch ’Em All — screenshot 1

Catch ’Em All (Click for More)

The Catch ’Em All addon is a Minecraft Bedrock addon that introduces a powerful mob catcher tool to capture and release mobs with ease. Designed with performance, gameplay balance, and language support in mind, it enables players to carry up to 10 mobs inside a single item — the Catcher — and release them wherever needed!

Catch 'Em All Addon Image

Discord Github Support MIT License

What Does Catch ’Em All Do?

With the Catcher, you can capture almost any mob (excluding bosses and players), store up to 10 mobs, and release them later using an intuitive form-based UI. It works in both English and Spanish and includes support for custom named mobs, durability limits, and blocked mobs to preserve gameplay balance.

Key Features

Practical Examples

🛠️ Crafting Recipe

The Catcher is crafted using 2 sticks and 2 strings. Simple, survival-friendly, and early-game accessible.

Catcher Crafting Recipe

🧩 Addon Versions: Normal vs. Classic

The addon comes in two versions to ensure compatibility across different setups:

Normal vs Classic UI Comparison

Why Use Catch ’Em All?

How to Use

  1. Equip the Catcher item (Universal Net).
  2. Right-click a mob to attempt capturing it.
  3. Right-click a non-container block to release one or more captured mobs.
  4. Shift + right-click a block to open the language selection UI.
⚠️ Note: Some mobs like the Ender Dragon, Warden, and players are blocked from being captured.

Compatibility

Technical Details

⚙️ Configuration Settings

These constants define the behavior and restrictions of the mob catcher system in the script scripts/main.js.

// System language: Use "en" for English or "es" for Spanish.
const LANGUAGE = "es";

// ID of the custom item catcher. Make sure it matches the registered item.
const CATCHER_ID = "multiversemc:net";

// Max number of mobs that can be caught per catcher.
const MAX_MOBS = 10;

// Max health allowed per captured mob. If the mob exceeds this value, it cannot be captured.
const MAX_HEALTH = 250;

// List of entities that are blocked and cannot be captured under any circumstances.
const BLOCKED_MOBS = [ 
  'minecraft:armor_stand',
  'minecraft:ender_dragon',
  'minecraft:warden',
  'minecraft:wither',
  'minecraft:player'
];
  

🌐 Language Configuration

To switch between English and Spanish, simply Shift + Right-Click any block while holding the Catcher to open the language settings menu.

This feature is integrated seamlessly and works without interfering with other UI components (unless using the normal version with other UI mods).

Language Switch UI Preview

Addon Packs

You can include this addon in public or private addon packs. Please do not re-upload it to other websites without permission. Always credit the original CurseForge or MCPEDL page when sharing.

Have suggestions or found a bug? Join our Discord Server to get support and chat with the community!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.

Verified by MCModsHub

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

Explore more