1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/ocelot.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

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
}
}
}
}