Witch - 1.13.0.34
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Witch entity last updated in Minecraft Version oldWhat's Changed:
Changes since stable release 1.12.0.28
Behavior Packs- New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:celebrate": {
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2,
"range_max": 7
},
"jump_interval": {
"range_min": 1,
"range_max": 3.5
},
"duration": 30,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
} - New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
} - New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0"
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:type_family": {
"family": [
"witch",
"monster",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"witch",
"monster"
]
} - New Value:
"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:stop_celebrating": {
"remove": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:behavior.move_to_village": {
"priority": 3,
"speed_multiplier": 1.2,
"goal_radius": 2
}Previous Value:"minecraft:behavior.move_to_village": {
"priority": 3,
"speed_multiplier": 1.2
}
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"villager_general",
"look_at_target",
"general"
]
}Previous Value:"default": {
"animations": [
{
"villager_general": []
},
{
"look_at_target": []
},
{
"general": []
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
Statistics:
Health
[26]
Loot / Barter Loot / Additional Drops
- Glowstone Dust
- Sugar
- Redstone
- Spider Eye
- Glass Bottle
- Gunpowder
- Stick
Families
- Default: Mob, Monster, Witch
Movement Speed
- Default: 0.25
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla/entities/witch.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/villager.animation.json
- resource_packs/vanilla/animations/witch.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/villager.animation_controllers.json
- resource_packs/vanilla/animation_controllers/witch.animation_controllers.json
Entity
- resource_packs/vanilla/entity/witch.entity.json
Geometry
- resource_packs/vanilla/models/entity/witch.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/witch.json
Render Controllers
- resource_packs/vanilla/render_controllers/witch.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/witch/ambient1.fsb
- resource_packs/vanilla/sounds/mob/witch/ambient2.fsb
- resource_packs/vanilla/sounds/mob/witch/ambient3.fsb
- resource_packs/vanilla/sounds/mob/witch/ambient4.fsb
- resource_packs/vanilla/sounds/mob/witch/ambient5.fsb
- resource_packs/vanilla/sounds/mob/witch/celebrate.fsb
- resource_packs/vanilla/sounds/mob/witch/death1.fsb
- resource_packs/vanilla/sounds/mob/witch/death2.fsb
- resource_packs/vanilla/sounds/mob/witch/death3.fsb
- resource_packs/vanilla/sounds/mob/witch/drink1.fsb
- resource_packs/vanilla/sounds/mob/witch/drink2.fsb
- resource_packs/vanilla/sounds/mob/witch/drink3.fsb
- resource_packs/vanilla/sounds/mob/witch/drink4.fsb
- resource_packs/vanilla/sounds/mob/witch/hurt1.fsb
- resource_packs/vanilla/sounds/mob/witch/hurt2.fsb
- resource_packs/vanilla/sounds/mob/witch/hurt3.fsb
- resource_packs/vanilla/sounds/mob/witch/throw1.fsb
- resource_packs/vanilla/sounds/mob/witch/throw2.fsb
- resource_packs/vanilla/sounds/mob/witch/throw3.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/witch.json
Textures
- resource_packs/vanilla/textures/entity/witch.png
Material Info:
Material: Witch
{
"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"
]
}