Summon Enderman Holding Grass Block
Spawn an enderman carrying a specific block
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons an enderman already carrying a grass block via the carriedBlockState tag. It will set the block down or pick a new one if provoked, which is handy for staged screenshots or map decoration. Swap the Name value for any block ID you want it to hold.
/summon enderman ~ ~ ~ {carriedBlockState:{Name:"minecraft:grass_block"}}73 characters
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- An enderman holding a grass block materializes.
Related commands
Spawn a zombie equipped with armor
/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}Spawn an armor stand for displaying equipment or decoration
/summon armor_stand ~ ~ ~Spawn a mob with a custom name displayed above its head
/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}