mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
34 lines
819 B
JSON
34 lines
819 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:minecart",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "minecart"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/minecart"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.minecart"
|
|
},
|
|
"scripts": {
|
|
"pre_animation": [
|
|
"variable.hurt = query.hurt_time - query.frame_alpha;"
|
|
],
|
|
"animate": [
|
|
"move"
|
|
],
|
|
"should_update_effects_offscreen": "1.0",
|
|
"should_update_bones_and_effects_offscreen": "1.0"
|
|
},
|
|
"animations": {
|
|
"move": "animation.minecart.move.v1.0"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.minecart"
|
|
]
|
|
}
|
|
}
|
|
} |