mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:ocelot",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "ocelot"
|
|
},
|
|
"textures": {
|
|
"black": "textures/entity/cat/blackcat",
|
|
"red": "textures/entity/cat/red",
|
|
"siamese": "textures/entity/cat/siamese",
|
|
"wild": "textures/entity/cat/ocelot"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.ocelot.v1.8"
|
|
},
|
|
"animations": {
|
|
"sneak": "animation.ocelot.sneak",
|
|
"walk": "animation.ocelot.walk",
|
|
"sprint": "animation.ocelot.sprint",
|
|
"sit": "animation.ocelot.sit",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"baby_transform": "animation.ocelot.baby_transform"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"move": "controller.animation.ocelot.move"
|
|
},
|
|
{
|
|
"baby": "controller.animation.ocelot.baby"
|
|
},
|
|
{
|
|
"look_at_target": "controller.animation.ocelot.look_at_target"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.ocelot"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 16
|
|
}
|
|
}
|
|
}
|
|
} |