Summon presets
Ravager rider preset with pillager
This preset builds a heavy raid encounter from one Summon command: the ravager is the root mount, and the pillager rides as a passenger. It is bigger and more dangerous than the starter jockey presets, so the screenshots focus on checking the mount, rider, output length, and in-game scale before you wire it into a raid room.
Preset result
A large raid-style ravager mount carrying a pillager passenger with crossbow context.
Output
Ravager rider summon command
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:"minecraft:pillager",equipment:{mainhand:{id:"minecraft:crossbow",count:1}}}]}Preset screenshot
Build the preset
- Choose Ravager as the root entity in the Summon workbench.
- Add a Pillager passenger to the ravager.
- Keep the pillager crossbow equipment visible in the output review.
- Check command length before deciding between chat and command block delivery.
- Test in a flat creative world before using it in a raid arena.
- Save the preset to a Project if the encounter will be combined with bossbars or loot.
Large mounts need extra review
A ravager rider is not just a visual novelty. The mount is large, aggressive, and can block tight corridors. The in-game screenshot is part of the workflow because it shows whether the rider placement and scale match the arena you are designing.
Build the base command first, then add tags, names, attributes, or scoreboard hooks in separate passes. That keeps a broken raid setup from hiding inside one massive command edit.
Passenger equipment
The pillager passenger should carry a crossbow or equivalent ranged weapon so the encounter reads like a raid mob. Equipment output can be version-sensitive, so keep the Java version selector aligned with the world you will test in.
If you strip the equipment for a non-combat showcase, update the article copy or Project name so future you does not expect the rider to attack from range.
- Root mount: Ravager.
- Passenger: Pillager.
- Recommended test area: open arena or flat world.
Delivery choice
This command can still be tested quickly, but it is a good candidate for a command block or function once you add encounter extras. Bossbars, sounds, particles, or loot setup should be saved as separate Project lines instead of crammed into one paste.
Use the command length warning as the delivery decision. Under the chat limit is fine for a smoke test; over the limit means command block or datapack function.
For smaller passenger baselines before a raid-scale mount, review the spider jockey preset, zombie riding spider preset, and zombie two spiders passenger chain.
FAQ
Why does the rider face a different direction?
Passenger facing can update after spawn. If exact facing matters, add a follow-up rotate command in your encounter setup.
Can I make the ravager a boss?
Yes. Add a custom name, tags, health attributes, bossbar setup, and loot in separate Project lines after the base passenger command works.
Should this be a datapack function?
Use a function when the rider is part of a larger raid sequence. Keep the summon line slash-free inside the `.mcfunction` file.
Open this workflow
Start from the related Summon workbench, then adjust the preset fields for your world.