mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:shulker_bullet",
|
|
"materials": {
|
|
"default": "shulker_bullet"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/shulker/spark"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.shulker_bullet"
|
|
},
|
|
"animations": {
|
|
"move": "animation.shulker_bullet.move"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"move"
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.shulker_bullet"
|
|
]
|
|
}
|
|
}
|
|
} |