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

40 lines
933 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:blaze",
"materials": {
"body": "blaze_head",
"head": "blaze_body"
},
"textures": {
"default": "textures/entity/blaze"
},
"geometry": {
"default": "geometry.blaze"
},
"animations": {
"look_at_target": "animation.common.look_at_target",
"move": "animation.blaze.move"
},
"particle_effects": {
"charged_flames": "minecraft:mobflame_emitter"
},
"animation_controllers": [
{
"move": "controller.animation.blaze.move"
},
{
"flame": "controller.animation.blaze.flame"
}
],
"render_controllers": [
"controller.render.blaze"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 21
}
}
}
}