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

  1. Type ghast into the search box (or leave the default – this page opens straight to the Ghast panel).
  2. The Ghast has no mob-specific fields – its fireball attack and floating movement are fixed AI, so this panel only shows the common options shared by all mobs.
  3. Optionally set a custom name, health override, glowing, no-AI, or tags using the fields above the (empty) mob-specific section.
  4. 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:ghast ~ ~ ~ {NBT}. Since the Ghast has no unique fields in this generator, any NBT in the resulting command comes only from the common options – for example:

  • CustomName – if you set a name in the common “Custom name” field.
  • Health / attributes – if you set a health override, replacing its already-sizable default max health.
  • NoAI:1b, Silent:1b, Glowing:1b, Invulnerable:1b, PersistenceRequired:1b, Tags:[...] – from the shared checkbox row and tags field.

Without any of the above, the command is simply /summon minecraft:ghast ~ ~ ~, spawning a hostile ghast with its full default kit: it floats freely in any direction, fires large explosive fireballs at a target it can see from a distance, and those fireballs can be deflected back at it with a well-timed melee hit or arrow, dealing heavy damage to the ghast itself. It occupies a very large hitbox compared to most mobs, which this generator doesn’t need to configure since it’s fixed to the entity type.

Frequently Asked Questions

Why doesn’t the Ghast have any mob-specific options?

Ghasts have a single fixed model, no baby variant, and no equipment slots in vanilla – their fireball attack is built-in combat AI, not something configured through spawn NBT, so there’s nothing mob-specific left to expose beyond the fields every mob shares.

Can I deflect this Ghast’s fireballs the same way as a naturally spawned one?

Yes, fireball deflection (hitting it back with a sword swing, or shooting it with an arrow or splash potion) is a fixed projectile-physics interaction in vanilla, not something tied to how the ghast was spawned – it works identically whether the ghast came from natural spawning or this /summon command.

Will the Ghast’s fireballs destroy blocks the same way underwater or in the Overworld?

Fireball block destruction depends on the game rule mobGriefing and the terrain around the blast, not on this generator – a summoned ghast’s fireballs behave exactly like any other ghast’s under the world’s current settings.

Does the Ghast make its distinctive crying sound regardless of how it’s summoned?

Yes, ambient and hurt sounds are tied to the entity type itself, so a summoned ghast sounds identical to one encountered naturally in the Nether – this generator has no toggle for sound since it isn’t spawn NBT.

Related Tools