Allay - 1.19.0.5
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Allay entity last updated in Minecraft Version 1.19.0What's Changed:
Changes since stable release 1.18.31.4
Behavior Packs- New 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
}Previous Value:"minecraft:behavior.pickup_items": {
"priority": 2,
"max_dist": 60,
"search_height": 30,
"goal_radius": 2.2,
"speed_multiplier": 0.8,
"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:
"minecraft:timer": {
"looping": false,
"time": 3,
"time_down_event": {
"event": "pickup_item_delay_complete"
}
}Previous Value:"minecraft:timer": {
"looping": false,
"time": 5,
"time_down_event": {
"event": "pickup_item_delay_complete"
}
} - New Value:
"minecraft:ambient_sound_interval": {
"value": 5,
"range": 5,
"event_name": "ambient",
"event_names": [
{
"event_name": "ambient.tame",
"condition": "query.is_using_item"
},
{
"event_name": "ambient",
"condition": "!query.is_using_item"
}
]
} - New Value:
"minecraft:behavior.follow_owner": {
"priority": 6,
"speed_multiplier": 8,
"start_distance": 16,
"stop_distance": 4,
"can_teleport": false,
"ignore_vibration": false
}Previous Value:"minecraft:behavior.follow_owner": {
"priority": 6,
"speed_multiplier": 2,
"start_distance": 10,
"stop_distance": 2,
"can_teleport": false,
"ignore_vibration": false
} - New Value:
"minecraft:behavior.go_and_give_items_to_noteblock": {
"priority": 3,
"run_speed": 8,
"throw_sound": "item_thrown",
"on_item_throw": [
{
"event": "pickup_item_delay",
"target": "self"
}
]
}Previous Value:"minecraft:behavior.go_and_give_items_to_noteblock": {
"priority": 3,
"on_item_throw": [
{
"event": "pickup_item_delay",
"target": "self"
}
]
} - New Value:
"minecraft:behavior.go_and_give_items_to_owner": {
"priority": 4,
"run_speed": 8,
"throw_sound": "item_thrown",
"on_item_throw": [
{
"event": "pickup_item_delay",
"target": "self"
}
]
}Previous Value:"minecraft:behavior.go_and_give_items_to_owner": {
"priority": 4,
"on_item_throw": [
{
"event": "pickup_item_delay",
"target": "self"
}
]
} - New Value:
"minecraft:behavior.stay_near_noteblock": {
"priority": 5,
"speed": 8,
"start_distance": 16,
"stop_distance": 4
}Previous Value:"minecraft:behavior.stay_near_noteblock": {
"priority": 5,
"speed": 2,
"start_distance": 10,
"stop_distance": 2
} - New Value:
"minecraft:collision_box": {
"width": 0.35,
"height": 0.6
}Previous Value:"minecraft:collision_box": {
"width": 0.6,
"height": 0.6
} - New Value:
"minecraft:flying_speed": {
"value": 0.1
}Previous Value:"minecraft:flying_speed": {
"value": 0.2
} - New Value:
"minecraft:health": {
"value": 20
}Previous Value:"minecraft:health": {
"value": 16
} - New Value:
"minecraft:leashable": {
"soft_distance": 4,
"hard_distance": 6,
"max_distance": 10
} - New Value:
"minecraft:movement": {
"value": 0.1
}Previous Value:"minecraft:movement": {
"value": 0.3
}
- New Value:
"rightItem": {
"scale": 0.7,
"rotation": [
"-15.0 * (variable.holding_trident)",
0,
"90.0 * (variable.holding_trident)"
],
"position": [
0,
"3.50 * (variable.holding_trident)",
0
]
}Previous Value:"rightItem": {
"scale": 0.7
}
- New Value:
"enable_attachables": true
- New Value:
"scripts": {
"pre_animation": [
"variable.holding_trident = query.is_item_name_any('slot.weapon.mainhand', 'minecraft:trident');"
]
}
- New Value:
"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "head",
"parent": "root",
"pivot": [
0,
4,
0
],
"cubes": [
{
"origin": [
-2.5,
4.01,
-2.5
],
"size": [
5,
5,
5
],
"uv": [
0,
0
]
}
]
},
{
"name": "body",
"parent": "root",
"pivot": [
0,
4,
0
],
"cubes": [
{
"origin": [
-1.5,
0,
-1
],
"size": [
3,
4,
2
],
"uv": [
0,
10
]
},
{
"origin": [
-1.5,
-1,
-1
],
"size": [
3,
5,
2
],
"inflate": -0.2,
"uv": [
0,
16
]
}
],
"locators": {
"lead": [
0,
5,
0
]
}
},
{
"name": "rightItem",
"parent": "body",
"pivot": [
0,
-1,
-2
],
"rotation": [
-80,
0,
0
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [
-1.75,
3.5,
0
],
"cubes": [
{
"origin": [
-2.5,
0,
-1
],
"size": [
1,
4,
2
],
"uv": [
23,
0
]
}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [
1.75,
3.5,
0
],
"cubes": [
{
"origin": [
1.5,
0,
-1
],
"size": [
1,
4,
2
],
"uv": [
23,
6
]
}
]
},
{
"name": "left_wing",
"parent": "body",
"pivot": [
0.5,
3,
1
],
"cubes": [
{
"origin": [
0.5,
-2,
1
],
"size": [
0,
5,
8
],
"uv": [
16,
14
]
}
]
},
{
"name": "right_wing",
"parent": "body",
"pivot": [
-0.5,
3,
1
],
"cubes": [
{
"origin": [
-0.5,
-2,
1
],
"size": [
0,
5,
8
],
"uv": [
16,
14
]
}
]
}
]Previous Value:"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "head",
"parent": "root",
"pivot": [
0,
4,
0
],
"cubes": [
{
"origin": [
-2.5,
4,
-2.5
],
"size": [
5,
5,
5
],
"uv": [
0,
0
]
}
]
},
{
"name": "body",
"parent": "root",
"pivot": [
0,
4,
0
],
"cubes": [
{
"origin": [
-1.5,
0,
-1
],
"size": [
3,
4,
2
],
"uv": [
0,
10
]
},
{
"origin": [
-1.5,
-1,
-1
],
"size": [
3,
5,
2
],
"inflate": -0.2,
"uv": [
0,
16
]
}
]
},
{
"name": "rightItem",
"parent": "body",
"pivot": [
0,
-1,
-2
],
"rotation": [
-80,
0,
0
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [
-1.75,
3.5,
0
],
"cubes": [
{
"origin": [
-2.5,
0,
-1
],
"size": [
1,
4,
2
],
"uv": [
23,
0
]
}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [
1.75,
3.5,
0
],
"cubes": [
{
"origin": [
1.5,
0,
-1
],
"size": [
1,
4,
2
],
"uv": [
23,
6
]
}
]
},
{
"name": "left_wing",
"parent": "body",
"pivot": [
0.5,
3,
1
],
"cubes": [
{
"origin": [
0.5,
-2,
1
],
"size": [
0,
5,
8
],
"uv": [
16,
14
]
}
]
},
{
"name": "right_wing",
"parent": "body",
"pivot": [
-0.5,
3,
1
],
"cubes": [
{
"origin": [
-0.5,
-2,
1
],
"size": [
0,
5,
8
],
"uv": [
16,
14
]
}
]
}
]
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.0/entities/allay.json
Animations
- resource_packs/vanilla_1.19.0/animations/allay.animation.json
Animation Controllers
- resource_packs/vanilla_1.19.0/animation_controllers/allay.animation_controllers.json
Entity
- resource_packs/vanilla_1.19.0/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"
]
}