1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-22 14:44:25 +00:00
Files
bedrock-samples/resource_pack/entity/dolphin.entity.json
2025-10-01 09:35:13 -07:00

35 lines
809 B
JSON

{
"format_version": "1.10.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",
"move_controller": "controller.animation.dolphin.general"
},
"scripts": {
"animate": [
"move_controller"
]
},
"particle_effects": {
"dolphin_move_particle": "minecraft:dolphin_move_particle"
},
"render_controllers": [
"controller.render.dolphin"
],
"spawn_egg": {
"texture": "spawn_egg_dolphin"
}
}
}
}