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

49 lines
1.3 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:villager",
"min_engine_version": "1.8.0",
"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.v1.8"
},
"scripts": {
"scale": "0.9375"
},
"animations": {
"general": "animation.villager.general",
"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"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 14
}
}
}
}