mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
34 lines
712 B
JSON
34 lines
712 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:squid",
|
|
"materials": {
|
|
"default": "squid"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/squid"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.squid"
|
|
},
|
|
"animations": {
|
|
"move": "animation.squid.move",
|
|
"squid_rotate": "animation.squid.rotate"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"move",
|
|
"squid_rotate"
|
|
]
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.squid"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 15
|
|
}
|
|
}
|
|
}
|
|
} |