Version History for the Wither Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.19.60.3
- Behavior Packs > Entities > wither.json
- The is_spawnable component was changed in the description subsection of the minecraft:entity sectionNew Value:
"is_spawnable": true
Previous Value:"is_spawnable": false
- Resource Packs > Entity > wither.entity.json
- New Value:
"spawn_egg": {
"base_color": "#141414",
"overlay_color": "#4d72a0"
} - Previous Value:
"animations": {
"scale": "animation.wither_boss.scale",
"move": "animation.wither_boss.move",
"look_at_target": "animation.wither_boss.look_at_target"
} - Previous Value:
"animation_controllers": [
{
"move": "controller.animation.wither_boss.move"
}
] - 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"
} - 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"
}
Changes in version 1.19.50.2
- Resource Packs > Materials > wither_boss
- New Value:
"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"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]Previous Value:"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"
}
]
}
}
]
- Resource Packs > Materials > wither_boss_armor
- New Value:
"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"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]Previous Value:"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"
}
]
}
}
]
Changes in version 1.18.10.4
- Resource Packs > Textures > wither.png
- Hover/Tap to zoom...
Changes in version 1.17.0.2
- Behavior Packs > Entities > wither.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > wither.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > wither.json
- New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:fire_immune": []
Previous Value:"minecraft:fire_immune": true
- Resource Packs > Textures > wither.png
- Hover/Tap to zoom...
- Resource Packs > Textures > wither_armor_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > wither_armor_white.png
- Hover/Tap to zoom...
- Resource Packs > Textures > wither_invulnerable.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > wither.json
- New Value:
"minecraft:experience_reward": {
"on_death": "50"
} - New Value:
"minecraft:persistent": []
- New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.10.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "undead"
}
},
"deals_damage": false
}
}Previous Value:"minecraft:damage_sensor": [
{
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "undead"
}
},
"deals_damage": false
}
] - New Value:
"minecraft:type_family": {
"family": [
"wither",
"skeleton",
"monster",
"undead",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"wither",
"skeleton",
"monster",
"undead"
]
}
- Resource Packs > Animations > wither_boss.animation.json
- New Value:
"upperbodypart3": {
"position": [
-2,
-16.9,
-0.5
],
"rotation": [
"((0.2 + 0.1 * variable.body_base_rotation) * 180) - this",
"-this",
"-this"
]
}Previous Value:"upperbodypart3": {
"position": [
-2,
-16.89999961853027,
-0.5
],
"rotation": [
"((0.2 + 0.1 * variable.body_base_rotation) * 180) - this",
"-this",
"-this"
]
}
- Resource Packs > Animation Controllers > wither_boss.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"scale",
"move",
"look_at_target"
]
}Previous Value:"default": {
"animations": [
{
"scale": []
},
{
"move": []
},
{
"look_at_target": []
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- Resource Packs > Entity > wither.entity.json
- New Value:
"render_controllers": [
"controller.render.wither_boss",
"controller.render.wither_boss_armor_white",
"controller.render.wither_boss_armor_blue"
]Previous Value:"render_controllers": [
"controller.render.wither_boss",
"controller.render.wither_boss_armor"
] - New 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"
}Previous Value:"textures": {
"default": "textures/entity/wither_boss/wither",
"armor": "textures/entity/wither_boss/wither_armor",
"invulnerable": "textures/entity/wither_boss/wither_invulnerable"
}
- Resource Packs > Render Controllers > wither_boss_armor.render_controllers.json
- New Value:
"controller.render.wither_boss_armor_blue": {
"geometry": "Geometry.armor",
"materials": [
{
"*": "Material.armor"
}
],
"textures": [
"Texture.armor_blue"
],
"part_visibility": [
{
"*": "query.is_shield_powered"
}
],
"uv_anim": {
"offset": [
"(query.is_shield_powered) ? (Math.floor(query.life_time * 20.0) + query.frame_alpha) * 0.01 : 0.0",
"(query.is_shield_powered) ? (Math.floor(query.life_time * 20.0) + query.frame_alpha) * 0.01 : 0.0"
],
"scale": [
1,
1
]
},
"ignore_lighting": true
} - New Value:
"controller.render.wither_boss_armor_white": {
"geometry": "Geometry.armor",
"materials": [
{
"*": "Material.armor"
}
],
"textures": [
"Texture.armor_white"
],
"part_visibility": [
{
"*": "query.is_shield_powered"
}
],
"uv_anim": {
"offset": [
"(query.is_shield_powered ? (Math.cos(query.life_time * 22.92) * 3) : 0.0)",
"(query.is_shield_powered ? (query.life_time * 0.2) : 0.0)"
],
"scale": [
1,
1
]
},
"ignore_lighting": true
} - Previous Value:
"controller.render.wither_boss_armor": {
"geometry": "Geometry.armor",
"materials": [
{
"*": "Material.armor"
}
],
"textures": [
"Texture.armor"
],
"part_visibility": [
{
"*": "query.is_shield_powered"
}
],
"uv_anim": {
"offset": [
"(query.is_shield_powered ? (Math.cos(query.life_time * 22.92) * 3) : 0.0)",
"(query.is_shield_powered ? (query.life_time * 0.2) : 0.0)"
],
"scale": [
1,
1
]
},
"ignore_lighting": true
}
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
©
2024, FoxyNoTail