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.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:bee",
|
|
"materials": {
|
|
"default": "bee"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/bee/bee",
|
|
"angry": "textures/entity/bee/bee_angry",
|
|
"nectar": "textures/entity/bee/bee_nectar",
|
|
"angry_nectar": "textures/entity/bee/bee_angry_nectar"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.bee"
|
|
},
|
|
"animations": {
|
|
"flying": "animation.bee.flying",
|
|
"drip": "controller.animation.bee.drip",
|
|
"controller_bee_sting": "controller.animation.bee.sting",
|
|
"bee_sting": "animation.bee.sting",
|
|
"bee_no_stinger": "animation.bee.no_stinger",
|
|
"bee_fly_bobbing": "animation.bee.fly.bobbing",
|
|
"bee_root_controller": "controller.animation.bee.root"
|
|
},
|
|
"particle_effects": {
|
|
"nectar_dripping": "minecraft:nectar_drip_particle"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"bee_root_controller",
|
|
{
|
|
"bee_no_stinger": "query.mark_variant == 1"
|
|
}
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.bee"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "egg_bee",
|
|
"texture_index": 0
|
|
}
|
|
}
|
|
}
|
|
} |