Allay - 1.19.11.1
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Allay entity last updated in Minecraft Version 1.19.10What's Changed:
Changes since stable release 1.19.0.5
Behavior Packs- New Value:
"minecraft:behavior.pickup_items": {
"priority": 2,
"max_dist": 32,
"search_height": 32,
"goal_radius": 2.2,
"speed_multiplier": 6,
"pickup_based_on_chance": false,
"can_pickup_any_item": false,
"can_pickup_to_hand_or_equipment": false,
"pickup_same_items_as_in_hand": true
}Previous Value:"minecraft:behavior.pickup_items": {
"priority": 2,
"max_dist": 64,
"search_height": 32,
"goal_radius": 2.2,
"speed_multiplier": 6,
"pickup_based_on_chance": false,
"can_pickup_any_item": false,
"can_pickup_to_hand_or_equipment": false,
"pickup_same_items_as_in_hand": true
}
- New Value:
"animation.allay.dance": {
"loop": true,
"animation_length": 2.75,
"bones": {
"head": {
"rotation": {
"0.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": {
"post": [
0,
-30,
-30
],
"lerp_mode": "catmullrom"
},
"1.5833": {
"post": [
0,
30,
30
],
"lerp_mode": "catmullrom"
},
"2.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"2.2917": {
"post": [
0.63,
540,
0
],
"lerp_mode": "catmullrom"
},
"2.75": {
"post": [
0,
720,
0
],
"lerp_mode": "catmullrom"
}
}
},
"body": {
"rotation": {
"0.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"0.4167": {
"post": [
10,
-16,
-16
],
"lerp_mode": "catmullrom"
},
"1.5833": {
"post": [
-10,
16,
16
],
"lerp_mode": "catmullrom"
},
"2.0": {
"post": [
0,
0,
0
],
"lerp_mode": "catmullrom"
},
"2.2917": {
"post": [
0.63,
540,
0
],
"lerp_mode": "catmullrom"
},
"2.75": {
"post": [
0,
720,
0
],
"lerp_mode": "catmullrom"
}
}
},
"left_wing": {
"rotation": {
"2.0": [
0,
0,
0
],
"2.1667": [
45,
0,
0
],
"2.5833": [
45,
0,
0
],
"2.75": [
0,
0,
0
]
}
},
"right_wing": {
"rotation": {
"2.0": [
0,
0,
0
],
"2.1667": [
45,
0,
0
],
"2.5833": [
45,
0,
0
],
"2.75": [
0,
0,
0
]
}
}
}
}
- New Value:
"controller.animation.allay.dancing": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"dancing": "query.is_dancing"
}
],
"blend_transition": 0.2
},
"dancing": {
"animations": [
"dance"
],
"transitions": [
{
"default": "!query.is_dancing"
}
]
}
}
}
- New Value:
"animation_controllers": [
{
"general": "controller.animation.allay.general"
},
{
"holding": "controller.animation.allay.holding"
},
{
"dancing": "controller.animation.allay.dancing"
}
]Previous Value:"animation_controllers": [
{
"general": "controller.animation.allay.general"
},
{
"holding": "controller.animation.allay.holding"
}
] - New Value:
"animations": {
"idle": "animation.allay.idle",
"fly": "animation.allay.fly",
"hold_item": "animation.allay.hold_item",
"dance": "animation.allay.dance"
}Previous Value:"animations": {
"idle": "animation.allay.idle",
"fly": "animation.allay.fly",
"hold_item": "animation.allay.hold_item"
} - New Value:
"held_item_ignores_lighting": true
Changes since stable release 1.19.10.3
There have been no changes to this entity or its associated files since this previous version
Statistics:
Health
[20]
Families
- Default: Allay, Mob
Flying Speed
- Default: 0.1
Movement Speed
- Default: 0.1
Other Attributes
- Can be Renamed
- Can Fly
- Can Jump
- Has Collisions
- Inventory Size
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.19.10/entities/allay.json
Animations
- resource_packs/vanilla_1.19.10/animations/allay.animation.json
Animation Controllers
- resource_packs/vanilla_1.19.10/animation_controllers/allay.animation_controllers.json
Entity
- resource_packs/vanilla_1.19.10/entity/allay.entity.json
Geometry
- resource_packs/vanilla_1.19.0/models/entity/allay.geo.json
Render Controllers
- resource_packs/vanilla_1.19.0/render_controllers/allay.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/allay/death1.fsb
- resource_packs/vanilla/sounds/mob/allay/death2.fsb
- resource_packs/vanilla/sounds/mob/allay/hurt1.fsb
- resource_packs/vanilla/sounds/mob/allay/hurt2.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_with_item1.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_with_item2.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_with_item3.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_with_item4.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_without_item1.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_without_item2.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_without_item3.fsb
- resource_packs/vanilla/sounds/mob/allay/idle_without_item4.fsb
Textures
- resource_packs/vanilla_1.19.0/textures/entity/allay/allay.png
Material Info:
Material: Allay
{
"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"
]
}