1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-22 15:54:18 +00:00
Files
bedrock-samples/resource_pack/entity/ocelot.entity.json
2025-02-19 09:06:29 -08:00

46 lines
1.2 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_ocelot"
}
}
}
}