mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:villager",
|
|
"materials": {
|
|
"default": "villager"
|
|
},
|
|
"textures": {
|
|
"farmer": "textures/entity/villager/farmer",
|
|
"librarian": "textures/entity/villager/librarian",
|
|
"priest": "textures/entity/villager/priest",
|
|
"smith": "textures/entity/villager/smith",
|
|
"butcher": "textures/entity/villager/butcher"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.villager"
|
|
},
|
|
"scripts": {
|
|
"scale": "0.9375"
|
|
},
|
|
"animations": {
|
|
"general": "animation.villager.general.v1.0",
|
|
"look_at_target": "animation.common.look_at_target",
|
|
"move": "animation.villager.move",
|
|
"baby_transform": "animation.villager.baby_transform"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.villager.general"
|
|
},
|
|
{
|
|
"move": "controller.animation.villager.move"
|
|
},
|
|
{
|
|
"baby": "controller.animation.villager.baby"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.villager.v1.0"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 14
|
|
}
|
|
}
|
|
}
|
|
} |