Files
minecraft-aiworld/postal-service-addon/postal_service_BP/manifest.json
SysAdmin f7aa71e9eb
All checks were successful
Deploy Addons / deploy (push) Successful in 16s
feat(postal): add postal service addon and bundle pending addon work
- New postal-service-addon: per-player mailboxes + post-office send block
  (ActionForm recipient picker, offline notification queue, chunk-load
  retry via tickingarea)
- Commit previously untracked private-chest, home-sign, keep-inventory
  addons and their docker-compose mounts
- Deploy workflow: add postal + previously unwired addons to path filter
  and checkout list; drop easter-egg from deployment
- enabled_packs.json: register postal UUIDs for Lyla + Mya

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 20:07:39 +01:00

39 lines
884 B
JSON

{
"format_version": 2,
"header": {
"name": "Postal Service",
"description": "Player-to-player mail: personal mailboxes and a post office send block",
"uuid": "d7a4b9c1-2e3f-4a5b-8c6d-1f2e3d4c5b60",
"version": [1, 0, 0],
"min_engine_version": [1, 21, 0]
},
"modules": [
{
"type": "data",
"uuid": "d7a4b9c1-2e3f-4a5b-8c6d-1f2e3d4c5b61",
"version": [1, 0, 0]
},
{
"type": "script",
"language": "javascript",
"uuid": "d7a4b9c1-2e3f-4a5b-8c6d-1f2e3d4c5b62",
"version": [1, 0, 0],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.17.0"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.3.0"
},
{
"uuid": "d7a4b9c1-2e3f-4a5b-8c6d-1f2e3d4c5b63",
"version": [1, 0, 0]
}
]
}