Evocation Illager - 1.19.73.2
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Evocation Illager entity last updated in Minecraft Version 1.19.60What's Changed:
Changes since stable release 1.19.71.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
Resource Packs- New Value:
"animation.evoker.move": {
"anim_time_update": "query.modified_distance_moved",
"loop": true,
"bones": {
"leftLeg": {
"rotation": [
"(math.cos(query.anim_time * 38.17) * 40.0) - this",
"-this",
0
]
},
"rightLeg": {
"rotation": [
"(math.cos(query.anim_time * 38.17 + 180) * 40.0) - this",
"-this",
0
]
}
}
}
- New Value:
"default": {
"animations": [
"look_at_target",
"general",
"controller_riding"
],
"blend_transition": 0.2,
"blend_via_shortest_path": true,
"transitions": [
{
"casting": "query.is_casting"
},
{
"celebrating": "query.is_celebrating"
}
]
}Previous Value:"default": {
"animations": [
"look_at_target",
"general"
],
"blend_transition": 0.2,
"blend_via_shortest_path": true,
"transitions": [
{
"casting": "query.is_casting"
},
{
"celebrating": "query.is_celebrating"
}
]
} - New Value:
"casting": {
"animations": [
"look_at_target",
"casting",
"controller_riding"
],
"particle_effects": [
{
"effect": "spell",
"locator": "left_hand"
},
{
"effect": "spell",
"locator": "right_hand"
}
],
"transitions": [
{
"default": "!query.is_casting"
}
]
}Previous Value:"casting": {
"animations": [
"look_at_target",
"casting"
],
"particle_effects": [
{
"effect": "spell",
"locator": "left_hand"
},
{
"effect": "spell",
"locator": "right_hand"
}
],
"transitions": [
{
"default": "!query.is_casting"
}
]
} - New Value:
"casting": {
"animations": [
"look_at_target",
"casting",
"controller_riding"
],
"particle_effects": [
{
"effect": "spell",
"locator": "left_hand"
},
{
"effect": "spell",
"locator": "right_hand"
}
],
"transitions": [
{
"default": "!query.is_casting"
}
]
}Previous Value:"casting": {
"animations": [
"look_at_target",
"casting"
],
"particle_effects": [
{
"effect": "spell",
"locator": "left_hand"
},
{
"effect": "spell",
"locator": "right_hand"
}
],
"transitions": [
{
"default": "!query.is_casting"
}
]
} - New Value:
"celebrating": {
"animations": [
"celebrating",
"controller_riding"
],
"blend_transition": 0.2,
"blend_via_shortest_path": true,
"transitions": [
{
"default": "!query.is_celebrating"
}
]
}Previous Value:"celebrating": {
"animations": [
"celebrating"
],
"blend_transition": 0.2,
"blend_via_shortest_path": true,
"transitions": [
{
"default": "!query.is_celebrating"
}
]
} - New Value:
"default": {
"animations": [
"look_at_target",
"general",
"controller_riding"
],
"transitions": [
{
"casting": "query.is_casting"
}
]
}Previous Value:"default": {
"animations": [
"look_at_target",
"general"
],
"transitions": [
{
"casting": "query.is_casting"
}
]
}
- Previous Value:
"controller.animation.humanoid.holding_spyglass": {
"initial_state": "default",
"states": {
"holding_spyglass": {
"animations": [
"holding_spyglass"
],
"transitions": [
{
"default": "!variable.is_holding_spyglass"
}
]
},
"default": {
"transitions": [
{
"holding_spyglass": "variable.is_holding_spyglass"
}
]
}
}
} - New Value:
"controller.animation.humanoid.riding_legs_only": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"riding": "query.is_riding"
}
]
},
"riding": {
"animations": [
"riding.legs"
],
"transitions": [
{
"default": "!query.is_riding"
}
]
}
}
}
- New Value:
"animations": {
"general": "animation.evoker.general",
"casting": "animation.evoker.casting",
"look_at_target": "animation.common.look_at_target",
"move": "animation.evoker.move",
"riding.legs": "animation.humanoid.riding.legs",
"celebrating": "animation.humanoid.celebrating",
"controller_general": "controller.animation.evoker.general",
"controller_move": "controller.animation.villager.move",
"controller_riding": "controller.animation.humanoid.riding_legs_only"
}Previous Value:"animations": {
"general": "animation.evoker.general",
"casting": "animation.evoker.casting",
"look_at_target": "animation.common.look_at_target",
"move": "animation.villager.move",
"celebrating": "animation.humanoid.celebrating",
"controller_general": "controller.animation.evoker.general",
"controller_move": "controller.animation.villager.move"
}
- New Value:
"bones": [
{
"name": "head",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
10,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "nose",
"parent": "head",
"pivot": [
0,
26,
0
],
"cubes": [
{
"origin": [
-1,
23,
-6
],
"size": [
2,
4,
2
],
"uv": [
24,
0
]
}
]
},
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-3
],
"size": [
8,
12,
6
],
"uv": [
16,
20
]
},
{
"origin": [
-4,
6,
-3
],
"size": [
8,
18,
6
],
"uv": [
0,
38
],
"inflate": 0.5
}
]
},
{
"name": "leftLeg",
"parent": "body",
"pivot": [
2,
12,
0
],
"cubes": [
{
"origin": [
0,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "rightLeg",
"parent": "body",
"pivot": [
-2,
12,
0
],
"mirror": true,
"cubes": [
{
"origin": [
-4,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "arms",
"parent": "body",
"pivot": [
0,
22,
0
],
"cubes": [
{
"origin": [
-8,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
22
]
},
{
"origin": [
4,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
22
]
},
{
"origin": [
-4,
16,
-2
],
"size": [
8,
4,
4
],
"uv": [
40,
38
]
}
]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [
-5,
22,
0
],
"locators": {
"right_hand": [
-6,
12,
0
]
},
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
46
]
}
]
},
{
"name": "rightItem",
"pivot": [
-5.5,
16,
0.5
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftArm",
"parent": "body",
"pivot": [
5,
22,
0
],
"locators": {
"left_hand": [
6,
12,
0
]
},
"mirror": true,
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
46
]
}
]
}
]Previous Value:"bones": [
{
"name": "head",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
10,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "nose",
"parent": "head",
"pivot": [
0,
26,
0
],
"cubes": [
{
"origin": [
-1,
23,
-6
],
"size": [
2,
4,
2
],
"uv": [
24,
0
]
}
]
},
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-3
],
"size": [
8,
12,
6
],
"uv": [
16,
20
]
},
{
"origin": [
-4,
6,
-3
],
"size": [
8,
18,
6
],
"uv": [
0,
38
],
"inflate": 0.5
}
]
},
{
"name": "arms",
"parent": "body",
"pivot": [
0,
22,
0
],
"cubes": [
{
"origin": [
-8,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
22
]
},
{
"origin": [
4,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
22
]
},
{
"origin": [
-4,
16,
-2
],
"size": [
8,
4,
4
],
"uv": [
40,
38
]
}
]
},
{
"name": "leg0",
"parent": "body",
"pivot": [
-2,
12,
0
],
"cubes": [
{
"origin": [
-4,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "leg1",
"parent": "body",
"pivot": [
2,
12,
0
],
"mirror": true,
"cubes": [
{
"origin": [
0,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [
-5,
22,
0
],
"locators": {
"right_hand": [
-6,
12,
0
]
},
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
46
]
}
]
},
{
"name": "rightItem",
"pivot": [
-5.5,
16,
0.5
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftArm",
"parent": "body",
"pivot": [
5,
22,
0
],
"locators": {
"left_hand": [
6,
12,
0
]
},
"mirror": true,
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
46
]
}
]
}
]
Statistics:
Health
[24]
Loot / Barter Loot / Additional Drops
- Emerald
- Totem
Families
- Default: Evocation Illager, Illager, Mob, Monster
Movement Speed
- Default: 0.5
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.19.0/entities/evocation_illager.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla_1.19.10/animations/humanoid.animation.json
- resource_packs/vanilla_1.19.60/animations/evoker.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/villager.animation_controllers.json
- resource_packs/vanilla_1.19.60/animation_controllers/evoker.animation_controllers.json
- resource_packs/vanilla_1.19.60/animation_controllers/humanoid.animation_controllers.json
Entity
- resource_packs/vanilla_1.19.60/entity/evocation_illager.entity.json
Geometry
- resource_packs/vanilla_1.19.60/models/entity/evoker.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/evocation_illager.json
Render Controllers
- resource_packs/vanilla/render_controllers/evoker.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/evocation_illager/cast1.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/cast2.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/celebrate.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/death1.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/death2.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/hurt1.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/hurt2.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/idle1.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/idle2.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/idle3.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/idle4.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/prepare_attack1.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/prepare_attack2.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/prepare_summon.fsb
- resource_packs/vanilla/sounds/mob/evocation_illager/prepare_wololo.fsb
Textures
- resource_packs/vanilla_1.18.10/textures/entity/illager/evoker.png
Material Info:
Material: Evoker
{
"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"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
]
}