
Better /summon is a lightweight, server-side Fabric mod for Minecraft 1.21.11 (Java 21) that extends the vanilla /summon command with repeat counts and an optional random count range. It's built for testing, mapmaking, command workflows, and anyone tired of copy-pasting the same /summon line ten thousand times.
The mod doesn't re-implement summoning — it wraps Minecraft's own SummonCommand.summon(...) in a small, safe batching layer. That means vanilla validation, NBT parsing, mob-cap rules, and side effects (raids, boss bars, etc.) all still apply. The only thing it changes is how many times that vanilla call is made.
What it adds
Better /summon keeps normal /summon behaviour and adds, on top of each existing form, either:
- a fixed repeat count (
<count>), or - a random count in a range (
random <min> <max>, inclusive).
Both modes work with the three vanilla branches you already know:
- entity only
- entity + position
- entity + position + NBT
Command formats
/summon <entity> <count>
/summon <entity> random <min> <max>
/summon <entity> <pos> <count>
/summon <entity> <pos> random <min> <max>
/summon <entity> <pos> <nbt> <count>
/summon <entity> <pos> <nbt> random <min> <max>
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as better-summon-1.1.1.jar — drop this file into the mods folder
- Download size: 15 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.