mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
43 lines
1007 B
JSON
43 lines
1007 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:cow",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "cow"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/cow/cow"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.cow.v1.8"
|
|
},
|
|
"animations": {
|
|
"setup": "animation.cow.setup",
|
|
"walk": "animation.quadruped.walk",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"baby_transform": "animation.cow.baby_transform"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"setup",
|
|
{
|
|
"walk": "query.modified_move_speed"
|
|
},
|
|
"look_at_target",
|
|
{
|
|
"baby_transform": "query.is_baby"
|
|
}
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.cow"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 1
|
|
}
|
|
}
|
|
}
|
|
} |