mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
35 lines
863 B
JSON
35 lines
863 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:snow_golem",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "snow_golem",
|
|
"head": "snow_golem_pumpkin"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/snow_golem"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.snowgolem.v1.8"
|
|
},
|
|
"animations": {
|
|
"move": "animation.snowgolem.move.v1.8",
|
|
"look_at_target": "animation.common.look_at_target"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"move": "controller.animation.snowgolem.move.v1.8"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.snowgolem"
|
|
],
|
|
"spawn_egg": {
|
|
"base_color": "#d9f2f2",
|
|
"overlay_color": "#81a4a4"
|
|
}
|
|
}
|
|
}
|
|
} |