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