Wither - 1.19.80.2
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Wither entity last updated in Minecraft Version 1.19.60What's Changed:
Changes since stable release 1.19.73.2
There have been no changes to this entity or its associated files since this previous version
Changes since stable release 1.19.0.5
Behavior Packs- The is_spawnable component was changed in the description subsection of the minecraft:entity sectionNew Value:
"is_spawnable": true
Previous Value:"is_spawnable": false
- Previous Value:
"animation_controllers": [
{
"move": "controller.animation.wither_boss.move"
}
] - Previous Value:
"animations": {
"scale": "animation.wither_boss.scale",
"move": "animation.wither_boss.move",
"look_at_target": "animation.wither_boss.look_at_target"
} - Previous Value:
"geometry": {
"default": "geometry.witherBoss",
"armor": "geometry.witherBoss.armor.v1.8"
} - Previous Value:
"materials": {
"default": "wither_boss",
"armor": "wither_boss_armor"
} - Previous Value:
"render_controllers": [
"controller.render.wither_boss",
"controller.render.wither_boss_armor_white",
"controller.render.wither_boss_armor_blue"
] - Previous Value:
"scripts": {
"pre_animation": [
"variable.base_scale = 2;",
"variable.swell_clamped = Math.clamp(query.swell_amount, 0.0, 1.0);",
"variable.wobble = 1.0 + Math.sin(query.swell_amount * 5730) * query.swell_amount * 0.01;",
"variable.swell_adjustment = Math.pow(variable.swell_clamped, 4);",
"variable.scale_xz = (1.0 + variable.swell_adjustment * 0.4) * variable.wobble;",
"variable.scale_y = (1.0 + variable.swell_adjustment * 0.1) / variable.wobble;",
"variable.body_base_rotation = Math.cos(query.life_time * 114.6);",
"variable.upper_body_rotation = (0.065 + 0.05 * variable.body_base_rotation) * 180 + query.target_x_rotation;",
"variable.is_invulnerable = query.invulnerable_ticks < 0.0;",
"variable.display_normal_skin = (query.invulnerable_ticks >= 0) || ((query.invulnerable_ticks >= 80) && (Math.mod(query.invulnerable_ticks / 5, 2) == 1));"
],
"scalex": "variable.scale_xz * variable.base_scale",
"scaley": "variable.scale_y * variable.base_scale",
"scalez": "variable.scale_xz * variable.base_scale"
} - New Value:
"spawn_egg": {
"base_color": "#141414",
"overlay_color": "#4d72a0"
} - Previous Value:
"textures": {
"default": "textures/entity/wither_boss/wither",
"armor_white": "textures/entity/wither_boss/wither_armor_white",
"armor_blue": "textures/entity/wither_boss/wither_armor_blue",
"invulnerable": "textures/entity/wither_boss/wither_invulnerable"
}
Statistics:
Health
[600]
Loot / Barter Loot / Additional Drops
NetherStar
Families
- Default: Mob, Monster, Skeleton, Undead, Wither
Movement Speed
- Default: 0.25
Other Attributes
- Can be Renamed
- Can Climb
- Can Fly
- Can Jump
- Has Collisions
- Has Gravity
- Immune to Fire
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.19.60/entities/wither.json
Entity
- resource_packs/vanilla_1.19.60/entity/wither.entity.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/wither_boss.json
Sounds
- resource_packs/vanilla/sounds/mob/wither/death.fsb
- resource_packs/vanilla/sounds/mob/wither/hurt1.fsb
- resource_packs/vanilla/sounds/mob/wither/hurt2.fsb
- resource_packs/vanilla/sounds/mob/wither/hurt3.fsb
- resource_packs/vanilla/sounds/mob/wither/hurt4.fsb
- resource_packs/vanilla/sounds/mob/wither/idle1.fsb
- resource_packs/vanilla/sounds/mob/wither/idle2.fsb
- resource_packs/vanilla/sounds/mob/wither/idle3.fsb
- resource_packs/vanilla/sounds/mob/wither/idle4.fsb
- resource_packs/vanilla/sounds/mob/wither/shoot.fsb
- resource_packs/vanilla/sounds/mob/wither/spawn.fsb
- resource_packs/vanilla/sounds/mob/zombie/woodbreak.fsb