1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/tadpole.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

32 lines
709 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": {
"base_color": "#6d533d",
"overlay_color": "#160a00"
},
"animations": {
"swim": "animation.tadpole.swim"
},
"animation_controllers": [
{
"general": "controller.animation.tadpole.general"
}
],
"render_controllers": [
"controller.render.tadpole"
]
}
}
}