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

101 lines
4.7 KiB
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:npc",
"materials": {
"default": "npc"
},
"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10",
"npc_apiary_1": "textures/entity/npc/npc_apiary_1",
"npc_apiary_2": "textures/entity/npc/npc_apiary_2",
"npc_apiary_3": "textures/entity/npc/npc_apiary_3",
"npc_apiary_4": "textures/entity/npc/npc_apiary_4",
"npc_apiary_5": "textures/entity/npc/npc_apiary_5",
"npc_teacher_1": "textures/entity/npc/npc_teacher_1",
"npc_teacher_2": "textures/entity/npc/npc_teacher_2",
"npc_teacher_3": "textures/entity/npc/npc_teacher_3",
"npc_teacher_4": "textures/entity/npc/npc_teacher_4",
"npc_teacher_5": "textures/entity/npc/npc_teacher_5",
"npc_construction_1": "textures/entity/npc/npc_construction_1",
"npc_construction_2": "textures/entity/npc/npc_construction_2",
"npc_construction_3": "textures/entity/npc/npc_construction_3",
"npc_construction_4": "textures/entity/npc/npc_construction_4",
"npc_construction_5": "textures/entity/npc/npc_construction_5",
"npc_Agriculture_1": "textures/entity/npc/npc_Agriculture_1",
"npc_Agriculture_2": "textures/entity/npc/npc_Agriculture_2",
"npc_Agriculture_3": "textures/entity/npc/npc_Agriculture_3",
"npc_Agriculture_4": "textures/entity/npc/npc_Agriculture_4",
"npc_Agriculture_5": "textures/entity/npc/npc_Agriculture_5",
"npc_Agriculture_6": "textures/entity/npc/npc_Agriculture_6",
"npc_Agriculture_7": "textures/entity/npc/npc_Agriculture_7",
"npc_Agriculture_8": "textures/entity/npc/npc_Agriculture_8",
"npc_Agriculture_9": "textures/entity/npc/npc_Agriculture_9",
"npc_Agriculture_10": "textures/entity/npc/npc_Agriculture_10",
"npc_BusinessMobs_1": "textures/entity/npc/npc_BusinessMobs_1",
"npc_BusinessMobs_2": "textures/entity/npc/npc_BusinessMobs_2",
"npc_BusinessMobs_3": "textures/entity/npc/npc_BusinessMobs_3",
"npc_BusinessMobs_4": "textures/entity/npc/npc_BusinessMobs_4",
"npc_BusinessMobs_5": "textures/entity/npc/npc_BusinessMobs_5",
"npc_EverydayBusiness_1": "textures/entity/npc/npc_EverydayBusiness_1",
"npc_EverydayBusiness_2": "textures/entity/npc/npc_EverydayBusiness_2",
"npc_EverydayBusiness_3": "textures/entity/npc/npc_EverydayBusiness_3",
"npc_EverydayBusiness_4": "textures/entity/npc/npc_EverydayBusiness_4",
"npc_EverydayBusiness_5": "textures/entity/npc/npc_EverydayBusiness_5",
"npc_Kiosk_1": "textures/entity/npc/npc_Kiosk_1",
"npc_Kiosk_2": "textures/entity/npc/npc_Kiosk_2",
"npc_Kiosk_3": "textures/entity/npc/npc_Kiosk_3",
"npc_Kiosk_4": "textures/entity/npc/npc_Kiosk_4",
"npc_Kiosk_5": "textures/entity/npc/npc_Kiosk_5"
},
"geometry": {
"default": "geometry.npc"
},
"scripts": {
"animate": [
"general",
{
"move": "query.modified_move_speed"
},
"look_at_target",
{
"baby_transform": "query.is_baby"
}
]
},
"animations": {
"general": "animation.npc.general",
"look_at_target": "animation.common.look_at_target",
"move": "animation.npc.move",
"baby_transform": "animation.npc.baby_transform"
},
"render_controllers": [
"controller.render.npc"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 35
}
}
}
}