Piglin Brute - 1.16.100.04
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Piglin Brute entity last updated in Minecraft Version 1.16.100What's Changed:
Changes since stable release 1.16.40.2
Behavior Packs- New Value:
"minecraft:transformation": {
"into": "minecraft:zombie_pigman",
"transformation_sound": "converted_to_zombified",
"keep_level": true,
"preserve_equipment": true
}Previous Value:"minecraft:transformation": {
"into": "minecraft:zombie_pigman",
"transformation_sound": "converted_to_zombified",
"keep_level": true
} - Previous Value:
"minecraft:block_sensor": {
"sensor_radius": 16,
"on_break": [
{
"block_list": [
"minecraft:gold_block",
"minecraft:chest",
"minecraft:ender_chest",
"minecraft:barrel",
"minecraft:shulker_box",
"minecraft:undyed_shulker_box"
],
"on_block_broken": "important_block_destroyed_event"
}
]
} - New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 20 : 0"
}Previous Value:"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 10 : 0"
} - The become_calm_event component was changed in the events subsection of the minecraft:entity sectionNew Value:
"become_calm_event": {
"remove": {
"component_groups": [
"angry"
]
},
"add": {
"component_groups": [
"alert_for_attack_targets"
]
}
}Previous Value:"become_calm_event": {
"remove": {
"component_groups": [
"angry",
"take_target_as_response_to_block_break"
]
},
"add": {
"component_groups": [
"alert_for_attack_targets"
]
}
}
- New Value:
"entry": {
"type": "item",
"name": "minecraft:golden_axe",
"weight": 1
}Previous Value:"entry": {
"type": "item",
"name": "minecraft:golden_axe",
"weight": 1,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "enchant_random_gear",
"chance": 0.25
}
]
}
Changes since stable release 1.16.0.2
The Piglin Brute did not exist in this version.
Statistics:
Health
[50]
Loot / Barter Loot / Additional Drops
Golden Axe
Attack Damage
- Melee Unit: 7
Families
- Default: Adult Piglin, Monster, Piglin, Piglin Brute
Movement Speed
- Default: 0.35
Variations
- Melee Unit
Other Attributes
- Can be Renamed
- Can Jump
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.16.100/entities/piglin_brute.json
Animations
- resource_packs/vanilla_1.16/animations/humanoid.animation.json
- resource_packs/vanilla_1.16/animations/piglin.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/humanoid.animation_controllers.json
- resource_packs/vanilla_1.16/animation_controllers/piglin.animation_controllers.json
Entity
- resource_packs/vanilla_1.16/entity/piglin_brute.entity.json
Geometry
- resource_packs/vanilla_1.16/models/entity/piglin.geo.json
Loot Tables
- behavior_packs/vanilla_1.16.100/loot_tables/entities/piglin_brute_gear.json
Render Controllers
- resource_packs/vanilla_1.16/render_controllers/piglin_brute.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/piglin_brute/angry1.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/angry2.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/angry3.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/angry4.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/death1.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/death2.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/death3.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/hurt1.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/hurt2.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/hurt3.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/idle1.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/idle2.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/idle3.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/idle4.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/idle5.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/step1.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/step2.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/step3.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/step4.fsb
- resource_packs/vanilla/sounds/mob/piglin_brute/step5.fsb
Textures
- resource_packs/vanilla_1.16/textures/entity/piglin/piglin_brute.png
Material Info:
Material: Piglin Brute
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
]
}