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

41 lines
1008 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:polar_bear",
"materials": {
"default": "polar_bear"
},
"textures": {
"default": "textures/entity/polarbear"
},
"geometry": {
"default": "geometry.polarbear"
},
"animations": {
"walk": "animation.quadruped.walk",
"move": "animation.polarbear.move",
"look_at_target": "animation.common.look_at_target",
"baby_transform": "animation.polarbear.baby_transform"
},
"scripts": {
"scale": "1.2"
},
"animation_controllers": [
{
"move": "controller.animation.polarbear.move"
},
{
"baby": "controller.animation.polarbear.baby"
}
],
"render_controllers": [
"controller.render.polarbear"
],
"spawn_egg": {
"base_color": "#eeeede",
"overlay_color": "#d5d6cd"
}
}
}
}