All checks were successful
Deploy Addons / deploy (push) Successful in 14s
Villages now evolve organically as villager populations grow. The addon scans every 5 minutes, clusters villagers by proximity, and places new buildings (well, lamp post, houses, farm, blacksmith) adjacent to existing villages as population thresholds are reached. State is persisted across restarts via world dynamic properties. Deploys to jamie, lyla, mya survival worlds only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
618 B
JSON
26 lines
618 B
JSON
{
|
|
"format_version": 2,
|
|
"header": {
|
|
"name": "Village Evolution",
|
|
"description": "Villages grow organically as villager populations increase — new buildings appear over time.",
|
|
"uuid": "c7e91f32-4a8b-4d6e-b21c-9f3a05d8e047",
|
|
"version": [1, 0, 0],
|
|
"min_engine_version": [1, 21, 0]
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "script",
|
|
"language": "javascript",
|
|
"uuid": "d3b82a51-7c4f-4e9d-a30e-6b1c74f2d895",
|
|
"version": [1, 0, 0],
|
|
"entry": "scripts/main.js"
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"module_name": "@minecraft/server",
|
|
"version": "1.17.0"
|
|
}
|
|
]
|
|
}
|