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/command_block_minecart.v1.0.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

31 lines
686 B
JSON

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