1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-22 21:44:19 +00:00
Files
bedrock-samples/resource_pack/entity/snow_golem.entity.json
2025-02-19 09:06:29 -08:00

34 lines
837 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": {
"texture": "spawn_egg_snow_golem"
}
}
}
}