1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-23 04:44:17 +00:00
Files
bedrock-samples/resource_pack/entity/panda.entity.json
2025-02-19 09:06:29 -08:00

53 lines
1.5 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_panda"
}
}
}
}