mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
33 lines
750 B
JSON
33 lines
750 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:silverfish",
|
|
"materials": {
|
|
"default": "silverfish",
|
|
"body_layer": "silverfish_layers"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/silverfish"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.silverfish"
|
|
},
|
|
"animations": {
|
|
"move": "animation.silverfish.move"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"move": "controller.animation.silverfish.move"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.silverfish"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 8
|
|
}
|
|
}
|
|
}
|
|
} |