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