1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/minecart.v1.0.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

32 lines
732 B
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:minecart",
"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_bones_and_effects_offscreen": "1.0"
},
"animations": {
"move": "animation.minecart.move.v1.0"
},
"render_controllers": [
"controller.render.minecart"
]
}
}
}