mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
32 lines
693 B
JSON
32 lines
693 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:dolphin",
|
|
"materials": {
|
|
"default": "dolphin"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/dolphin"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.dolphin"
|
|
},
|
|
"animations": {
|
|
"move": "animation.dolphin.move"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.dolphin.general"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.dolphin"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 49
|
|
}
|
|
}
|
|
}
|
|
} |