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/dolphin.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

32 lines
693 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:dolphin",
"materials": {
"default": "dolphin"
},
"textures": {
"default": "textures/entity/dolphin"
},
"geometry": {
"default": "geometry.dolphin"
},
"animations": {
"move": "animation.dolphin.move"
},
"animation_controllers": [
{
"general": "controller.animation.dolphin.general"
}
],
"render_controllers": [
"controller.render.dolphin"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 49
}
}
}
}