mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:fireball",
|
|
"materials": {
|
|
"default": "fireball"
|
|
},
|
|
"textures": {
|
|
"default": "textures/items/fireball"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.fireball"
|
|
},
|
|
"animations": {
|
|
"face_player": "animation.actor.billboard"
|
|
},
|
|
"scripts": {
|
|
"scale": "2.0",
|
|
"animate": [
|
|
"face_player"
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.fireball"
|
|
]
|
|
}
|
|
}
|
|
} |