mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-23 22:14:17 +00:00
31 lines
680 B
JSON
31 lines
680 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:tadpole",
|
|
"materials": {
|
|
"default": "tadpole"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/tadpole/tadpole"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.tadpole"
|
|
},
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg_tadpole"
|
|
},
|
|
"animations": {
|
|
"swim": "animation.tadpole.swim"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.tadpole.general"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.tadpole"
|
|
]
|
|
}
|
|
}
|
|
} |