1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-23 22:14:17 +00:00
Files
bedrock-samples/resource_pack/entity/silverfish.entity.json
2025-02-19 09:06:29 -08:00

32 lines
733 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_silverfish"
}
}
}
}