mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
29 lines
651 B
JSON
29 lines
651 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:xp_bottle",
|
|
"materials": {
|
|
"default": "xp_bottle"
|
|
},
|
|
"textures": {
|
|
"default": "textures/items/experience_bottle",
|
|
"enchanted": "textures/misc/enchanted_item_glint"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.item_sprite"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.experience_bottle"
|
|
],
|
|
"animations": {
|
|
"flying": "animation.actor.billboard"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"flying"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |