1. Build your Loot Room
Place one or more chests (or any container) in a specific area. Fill them with the items you want mobs to drop.
2. Get the Coordinates
Identify the two opposite corners of the area containing your chests (just like using the
/fill command).- Corner 1: (x1, y1, z1)
- Corner 2: (x2, y2, z2)
3. Run the Command
In-game, use the
/scriptevent command to link a mob to that loot room.The Syntax:
/scriptevent mob:loot <mobId> <x1> <y1> <z1> <x2> <y2> <z2> <minDrops> <maxDrops>Example Scenarios:
- To make Zombies drop 1–3 items from a chest at 0, 64, 0:
/scriptevent mob:loot minecraft:zombie 0 64 0 0 64 0 1 3 - To make EVERY mob drop exactly 5 items from a large vault area:
/scriptevent mob:loot all -10 60 -10 10 70 10 5 5
How it works behind the scenes:
- Selection: When a mob dies, the script checks if it matches your
mobId(or if you set it toall). - Scanning: it looks inside every container within the coordinates you provided.
- Dropping: It creates a list of every item it found, picks a random number between your
minandmax, and spawns those items at the mob's feet.
Quick facts
- Edition: Minecraft Bedrock
- File type: .mcpack or .mcaddon
- Minecraft version listed: 26.10
- How to install: Download the .mcpack or .mcaddon file. → Open it — Minecraft imports it. → In your world: Behavior Packs → Available → Activate, then the same under Resource Packs.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.
Mob Loot is a free Minecraft Bedrock addon. Compatible with Minecraft 26.10. Downloaded 16 times (via CurseForge). Download it and open it directly in the game.