Escape from Funcraft: Beta 2 configs, mods, etc.

This commit is contained in:
BergaBruh
2026-07-23 16:35:06 +05:00
commit b218433c3c
27575 changed files with 24025424 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}
]
}