mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:wandering_trader",
|
|
"materials": {
|
|
"default": "wandering_trader"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/wandering_trader"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.villager_v2"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375"
|
|
},
|
|
"animations": {
|
|
"general": "animation.villager.general",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"raise_arms": "animation.villager.raise_arms",
|
|
"move": "animation.villager.move"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.villager.general"
|
|
},
|
|
{
|
|
"raise_arms": "controller.animation.villager_v2.raise_arms"
|
|
},
|
|
{
|
|
"move": "controller.animation.villager.move"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.wandering_trader"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg_wandering_trader"
|
|
}
|
|
}
|
|
}
|
|
} |