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

59 lines
2.3 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:trader_llama",
"materials": {
"default": "llama"
},
"textures": {
"creamy": "textures/entity/llama/llama_creamy",
"white": "textures/entity/llama/llama_white",
"brown": "textures/entity/llama/llama_brown",
"gray": "textures/entity/llama/llama_gray",
"decor_none": "textures/entity/llama/decor/decor_none",
"decor_white": "textures/entity/llama/decor/decor_white",
"decor_orange": "textures/entity/llama/decor/decor_orange",
"decor_magenta": "textures/entity/llama/decor/decor_magenta",
"decor_light_blue": "textures/entity/llama/decor/decor_light_blue",
"decor_yellow": "textures/entity/llama/decor/decor_yellow",
"decor_lime": "textures/entity/llama/decor/decor_lime",
"decor_pink": "textures/entity/llama/decor/decor_pink",
"decor_gray": "textures/entity/llama/decor/decor_gray",
"decor_silver": "textures/entity/llama/decor/decor_silver",
"decor_cyan": "textures/entity/llama/decor/decor_cyan",
"decor_purple": "textures/entity/llama/decor/decor_purple",
"decor_blue": "textures/entity/llama/decor/decor_blue",
"decor_brown": "textures/entity/llama/decor/decor_brown",
"decor_green": "textures/entity/llama/decor/decor_green",
"decor_red": "textures/entity/llama/decor/decor_red",
"decor_black": "textures/entity/llama/decor/decor_black",
"decor_wandering_trader": "textures/entity/llama/decor/trader_llama_decor"
},
"geometry": {
"default": "geometry.llama.v1.8"
},
"animations": {
"setup": "animation.llama.setup",
"walk": "animation.quadruped.walk",
"look_at_target": "animation.common.look_at_target",
"baby_transform": "animation.llama.baby_transform"
},
"animation_controllers": [
{
"move": "controller.animation.llama.move"
},
{
"baby": "controller.animation.llama.baby"
}
],
"render_controllers": [
"controller.render.llama"
],
"spawn_egg": {
"base_color": "#eaa430",
"overlay_color": "#456296"
}
}
}
}