Piglin Brute
Piglin Brute — mob.
Natural generation
Piglin brutes guard bastions in the Nether and do not spawn as ordinary wandering mobs.
Obtaining
Piglin brutes are associated with bastion-remnant encounters rather than ordinary Nether creature spawning. Their brain is initialized when the structure encounter creates the entity.
| Structure encounter | Bastion remnant |
|---|---|
| Spawn context | Nether structure |
| AI initialization | `PiglinBruteAi.initMemories` |
Drops
A defeated piglin brute can leave gold nuggets and its golden axe.
The brute entity loot table contains no item pool. Its golden axe is equipment rather than a guaranteed entity drop, so the generated loot record intentionally has no reward entries.
| Entity loot table | `data/minecraft/loot_table/entities/piglin_brute.json` |
|---|---|
| Loot pools | None |
| Equipment | Golden axe |
Combat
The brute starts in a fight-oriented activity, targets nearby valid living entities, and reacts to damage through its dedicated AI. It does not pick up arbitrary items; only a golden axe is accepted by its pickup rule.
| Combat brain | `PiglinBruteAi` |
|---|---|
| Targeting | Nearest valid attack target |
| Held weapon | Golden axe |
| Pickup rule | Golden axe only |
Sounds
Separate sound events cover ambient, hurt, death, step, anger, and conversion-to-zombified-piglin events. The sound choice belongs to the piglin-brute implementation.
| Ambient | `entity.piglin_brute.ambient` |
|---|---|
| Hurt | `entity.piglin_brute.hurt` |
| Death | `entity.piglin_brute.death` |
| Step | `entity.piglin_brute.step` |
| Angry | `entity.piglin_brute.angry` |
Behavior
A piglin brute is immediately hostile to players and is not distracted by gold items.
The piglin brute is an aggressive Nether monster that does not hunt for gold or barter. It uses a combat brain, attacks with a golden axe, and keeps a shorter targeting range than many other hostile mobs.
| Category | hostile |
|---|---|
| Max health | 50 |
| Width | 0.6 |
| Height | 1.95 |
| Summonable | Yes |
| Fire immune | No |
| Mob category | Monster |
| Maximum health | 50 |
| Movement speed | 0.35 |
| Attack damage | 7 |
| Follow range | 12 blocks |
| Experience | 20 |
| Main-hand item | Golden axe |
| Gold hunting | Disabled |
Data values
The entity is registered as `minecraft:piglin_brute`. It is a monster with a dedicated brain provider and a piglin-brute spawn egg item model.
| Identifier | minecraft:piglin_brute |
|---|---|
| Version | Minecraft 26.2 |
| Entity ID | minecraft:piglin_brute |
| Entity type | Monster |
| Spawn egg | `minecraft:piglin_brute_spawn_egg` |
| Entity loot | `data/minecraft/loot_table/entities/piglin_brute.json` |
Gallery
See also
References
| Local source | Piglin Brutepiglin_brute |
|---|---|
| Entity implementation | `net/minecraft/world/entity/monster/piglin/PiglinBrute.java` |
| AI implementation | `net/minecraft/world/entity/monster/piglin/PiglinBruteAi.java` |
| Entity loot | `data/minecraft/loot_table/entities/piglin_brute.json` |
| Spawn egg model | `assets/minecraft/models/item/piglin_brute_spawn_egg.json` |
| Structure registration | `net/minecraft/world/level/levelgen/structure/BuiltinStructures.java` |
Navigation
Data and provenance
minecraft:piglin_brute
Snapshot digest verified.
Facts
| Category | hostile |
|---|---|
| Max health | 50 |
| Width | 0.6 |
| Height | 1.95 |
| Summonable | Yes |
| Fire immune | No |
051abe8c3d0f3e19cbd3d59422d030e5e94e0752ca549a6a4f5165fcf7203e24Provenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:piglin_brute
- Digest
- 051abe8c3d0f3e19cbd3d59422d030e5e94e0752ca549a6a4f5165fcf7203e24
- Missing locales
- ru, en



