Build /summon commands with custom NBT for every vanilla mob — baby variants, equipment, colors, and mob-specific options.

Run /summon from an operator’s chat, a command block, or the server console. Not every internal NBT field is covered — this generates the commonly-used ones for each mob.

How to Use the Horse Summon Generator

  1. Type horse into the search box (or leave the default – this page opens straight to the Horse panel).
  2. Toggle Is Baby for a foal instead of an adult horse.
  3. Check Tamed if you want it rideable by any player immediately, without needing to mount-and-buck it first.
  4. Check Saddle to attach a saddle directly – combine with Tamed if you want to hop on and ride right away.
  5. Pick a Color Variant and a Markings pattern to control its coat appearance.
  6. Copy the generated /summon command and paste it into a command block, the server console, or an operator’s chat.

Command Syntax & NBT Reference

The base command is /summon minecraft:horse ~ ~ ~ {NBT}. This tool fills in the {NBT} portion for you:

  • IsBaby:1b – spawns a foal (can’t be ridden, bred, or fitted with horse armor until it grows up).
  • Tame:1b – marks the horse as already broken in, skipping the usual repeated-mounting minigame needed to tame a wild horse.
  • Saddle:1b – attaches a saddle so it’s ready to ride once tamed; a saddled-but-untamed horse still bucks off any rider who mounts it.
  • Variant:<0-6> – sets the base coat color (White, Creamy, Chestnut, Brown, Black, Gray, Dark Brown).
  • Markings:<0-4> – layers a marking pattern (None, White, White Field, White Spots, Black Dots) on top of the base coat color.

Color and markings are purely cosmetic and don’t affect speed, jump height, or health – those are randomized per-horse attributes that this generator doesn’t expose, since they’re normally rolled at spawn rather than chosen. Horse armor isn’t a field here either; equip it after taming with the Give Command Generator and a right-click.

Frequently Asked Questions

If I check both Tamed and Saddle, can any player ride it right away?

Yes – a horse that’s both tamed and saddled can be mounted and steered immediately by any player, no bucking-off period required, exactly as if you’d tamed and saddled it yourself in survival.

Does the Owner field exist for horses like it does for Wolves?

This generator doesn’t expose an Owner field for Horse – the Tame flag makes it rideable by anyone, but if you need a bound owner (for things like following behavior), use the general Summon Command tab for the raw Owner NBT tag.

Can this horse still be bred with a Donkey to make a Mule?

Yes – a tamed adult horse bred with a tamed adult donkey using golden apples or golden carrots produces a mule offspring, exactly like two horses summoned or tamed normally would.

Will the Color Variant and Markings options work the same way on Bedrock Edition?

No – this tool generates Java Edition SNBT syntax. Bedrock Edition uses its own command and component format for horse coat appearance.

Related Tools