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 Husk Summon Generator

  1. Type husk into the search box, or select it from the Hostile group in the dropdown.
  2. Toggle Is Baby for a small, fast baby husk instead of an adult.
  3. Pick a Weapon (hand) from the sword-tier dropdown if you want the husk holding a sword – leave it on “None” for an unarmed husk.
  4. Copy the generated /summon command into a command block, server console, or operator chat.

Command Syntax & NBT Reference

Base command: /summon minecraft:husk ~ ~ ~ {NBT}. The fields available map to:

  • IsBaby:1b – spawns a baby husk (smaller hitbox, faster movement, can ride other mobs like any baby zombie variant).
  • HandItems:[{Count:1,id:"minecraft:<sword>"},{}] – gives the husk a held sword, same tier options (wood through netherite) as the base Zombie entry. The off-hand slot is always left empty by this generator.

Unlike the Zombie entry, Husk has no Can Break Doors option in this generator, and no helmet slot either – this mob’s fields are limited to Baby and Weapon only, matching what husks actually vary by in vanilla.

Frequently Asked Questions

Does a husk summoned this way really never catch fire in sunlight?

Correct – sunlight immunity is a fixed trait of the husk entity type, not something this generator’s NBT enables. A husk you summon here stands in direct sun all day without burning, unlike a regular Zombie which needs shade, water, or a helmet to survive daytime outdoors.

What does a husk’s melee attack actually do differently from a zombie’s?

A husk’s unarmed hit inflicts the Hunger effect on whatever it strikes, in addition to normal attack damage – a plain Zombie doesn’t do this. However, giving the husk a weapon through this generator’s Weapon field replaces its unarmed attack, so an armed husk no longer applies Hunger on hit; it just deals sword damage instead.

Can I make a husk that both burns in sunlight and inflicts Hunger?

Not through this generator, no – sunlight immunity is baked into the husk entity type itself and can’t be toggled off via any NBT field here. If you want a zombie-like mob that does burn but also inflicts Hunger, you’d need to look outside this tool’s scope, since neither the Zombie nor Husk entry exposes that combination.

Do I still need shade or a helmet for a husk to survive the day?

No – that’s exactly the point of the husk’s sunlight immunity; it needs no shade, water, or headgear to avoid burning, which is what makes it the practical daytime threat in desert biomes where regular zombies would otherwise burn away by morning.

Related Tools