mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:tripod_camera",
|
|
"materials": {
|
|
"default": "camera"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/camera_tripod"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.tripod_camera"
|
|
},
|
|
"animations": {
|
|
"neutral": "animation.tripod_camera.neutral"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"base": "controller.animation.tripod_camera.base_pose"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.tripod_camera"
|
|
]
|
|
}
|
|
}
|
|
} |