Enderman - 1.18.31.4
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Enderman entity last updated in Minecraft Version 1.18.10What's Changed:
Changes since stable release 1.18.30.4
There have been no changes to this entity or its associated files since this previous version
Changes since stable release 1.18.0.2
Behavior Packs- New Value:
"minecraft:teleport": {
"random_teleports": true,
"max_random_teleport_time": 30,
"random_teleport_cube": [
64,
32,
64
],
"target_distance": 16,
"target_teleport_chance": 0.05,
"light_teleport_chance": 0.05
}Previous Value:"minecraft:teleport": {
"random_teleports": true,
"max_random_teleport_time": 30,
"random_teleport_cube": [
32,
32,
32
],
"target_distance": 16,
"target_teleport_chance": 0.05,
"light_teleport_chance": 0.05
}
- New Value:
"animation.humanoid.tooting_goat_horn": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation, -43, 14) - 75",
"math.clamp(query.target_y_rotation, -37, 43) - 30",
5
]
},
"rightitem": {
"rotation": [
15,
0,
100
],
"position": [
4,
0,
1
]
}
}
}
Statistics:
Health
[40]
Loot / Barter Loot / Additional Drops
Ender Pearl
Attack Damage
- Default: 7
Families
- Default: Enderman, Mob, Monster
Movement Speed
- Enderman Angry: 0.45
- Enderman Calm: 0.3
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.18.10/entities/enderman.json
Animations
- resource_packs/experimental_vanilla_experiments/animations/humanoid.animation.json
- resource_packs/vanilla/animations/enderman.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/enderman.animation_controllers.json
- resource_packs/vanilla_1.17.0/animation_controllers/humanoid.animation_controllers.json
Entity
- resource_packs/vanilla/entity/enderman.entity.json
Geometry
- resource_packs/vanilla/models/entity/enderman.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/enderman.json
Render Controllers
- resource_packs/vanilla/render_controllers/enderman.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/endermen/death.fsb
- resource_packs/vanilla/sounds/mob/endermen/hit1.fsb
- resource_packs/vanilla/sounds/mob/endermen/hit2.fsb
- resource_packs/vanilla/sounds/mob/endermen/hit3.fsb
- resource_packs/vanilla/sounds/mob/endermen/hit4.fsb
- resource_packs/vanilla/sounds/mob/endermen/idle1.fsb
- resource_packs/vanilla/sounds/mob/endermen/idle2.fsb
- resource_packs/vanilla/sounds/mob/endermen/idle3.fsb
- resource_packs/vanilla/sounds/mob/endermen/idle4.fsb
- resource_packs/vanilla/sounds/mob/endermen/idle5.fsb
- resource_packs/vanilla/sounds/mob/endermen/scream1.fsb
- resource_packs/vanilla/sounds/mob/endermen/scream2.fsb
- resource_packs/vanilla/sounds/mob/endermen/scream3.fsb
- resource_packs/vanilla/sounds/mob/endermen/scream4.fsb
- resource_packs/vanilla/sounds/mob/endermen/stare.fsb
Spawn Rules
- behavior_packs/vanilla_1.16/spawn_rules/enderman.json
Textures
- resource_packs/vanilla/textures/entity/enderman/enderman.tga
Material Info:
Material: Enderman
{
"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": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST",
"USE_EMISSIVE"
],
"+states": [
"DisableCulling"
]
}
Material: Enderman Invisible
{
"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": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST",
"USE_EMISSIVE",
"USE_ONLY_EMISSIVE"
],
"+states": [
"DisableCulling"
]
}