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

46 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": "spawn_egg_bee"
}
}
}
}