All checks were successful
Deploy Addons / deploy (push) Successful in 16s
- 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>
35 lines
794 B
JSON
35 lines
794 B
JSON
{
|
|
"format_version": 2,
|
|
"header": {
|
|
"name": "Home Sweet Home",
|
|
"description": "Defines a 32-block home zone for tamed cats; quieter cat meows",
|
|
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b80",
|
|
"version": [1, 0, 0],
|
|
"min_engine_version": [1, 21, 0]
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "data",
|
|
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b81",
|
|
"version": [1, 0, 0]
|
|
},
|
|
{
|
|
"type": "script",
|
|
"language": "javascript",
|
|
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b82",
|
|
"version": [1, 0, 0],
|
|
"entry": "scripts/main.js"
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"module_name": "@minecraft/server",
|
|
"version": "1.17.0"
|
|
},
|
|
{
|
|
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b83",
|
|
"version": [1, 0, 1]
|
|
}
|
|
]
|
|
}
|