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/panda.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

54 lines
1.6 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:panda",
"materials": {
"default": "panda"
},
"textures": {
"default": "textures/entity/panda/panda",
"lazy": "textures/entity/panda/panda_lazy",
"worried": "textures/entity/panda/panda_worried",
"playful": "textures/entity/panda/panda_playful",
"brown": "textures/entity/panda/panda_brown",
"weak": "textures/entity/panda/panda_sneezy",
"aggressive": "textures/entity/panda/panda_aggressive"
},
"geometry": {
"default": "geometry.panda"
},
"animations": {
"unhappy": "animation.panda.unhappy",
"sneezing": "animation.panda.sneezing",
"walk": "animation.quadruped.walk",
"look_at_target": "animation.common.look_at_target",
"baby_transform": "animation.panda.baby_transform",
"sitting": "animation.panda.sitting",
"rolling": "animation.panda.rolling",
"lying": "animation.panda.lying"
},
"animation_controllers": [
{
"move": "controller.animation.panda.move"
},
{
"unhappy": "controller.animation.panda.unhappy"
},
{
"sneezing": "controller.animation.panda.sneezing"
},
{
"baby": "controller.animation.panda.baby"
}
],
"render_controllers": [
"controller.render.panda"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 54
}
}
}
}