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

28 lines
594 B
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:wither_skull",
"materials": {
"default": "wither_skull"
},
"textures": {
"default": "textures/entity/wither_boss/wither"
},
"geometry": {
"default": "geometry.wither_skull"
},
"animations": {
"move": "animation.wither_skull.move"
},
"scripts": {
"animate": [
"move"
]
},
"render_controllers": [
"controller.render.wither_skull"
]
}
}
}