Files
escape-from-funcraft-client/config/easy_npc/user_defined_npcs.json
T
2026-07-23 16:35:06 +05:00

20 lines
465 B
JSON

{
"user_defined_npcs": [
{
"id": "example_villager",
"name": "Villager NPC",
"base_entity_type": "minecraft:villager",
"width": 0.6,
"height": 1.95,
"description": "An example NPC based on villager"
},
{
"id": "example_zombie",
"name": "Zombie NPC",
"base_entity_type": "minecraft:zombie",
"width": 0.6,
"height": 1.95,
"description": "An example NPC based on zombie"
}
]
}