mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:chicken",
|
|
"materials": {
|
|
"default": "chicken",
|
|
"legs": "chicken_legs"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/chicken"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.chicken"
|
|
},
|
|
"animations": {
|
|
"move": "animation.chicken.move",
|
|
"general": "animation.chicken.general.v1.0",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"baby_transform": "animation.chicken.baby_transform"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"general",
|
|
{
|
|
"move": "query.modified_move_speed"
|
|
},
|
|
"look_at_target",
|
|
{
|
|
"baby_transform": "query.is_baby"
|
|
}
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.chicken"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 0
|
|
}
|
|
}
|
|
}
|
|
} |