All checks were successful
Deploy Addons / deploy (push) Successful in 14s
Players can now place up to 5 mailboxes, each labelled like a lodestone waypoint. Sending mail picks recipient then mailbox; redirect collapses one of your own mailboxes into another and removes the source. - v1 -> v2 schema migration runs once on boot; existing claims default to label "Mailbox". - Two-step send picker (skipped when recipient has only one mailbox). - Post office root menu adds Redirect option. - Per-entry break handling so removing one mailbox keeps the others claimed. - minecraft:icon component + 16x16 inventory icons for both blocks. - Refreshed pack_icon. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
517 B
Plaintext
31 lines
517 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build artifacts
|
|
*.mcaddon
|
|
*.mcpack
|
|
addon/build/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# docker-compose override, managed by mc-manager at runtime for per-service state
|
|
# (LEVEL_NAME, etc.) that must survive deploys. Never committed.
|
|
docker-compose.override.yml
|
|
|
|
# Server data (Docker volumes are external, but just in case)
|
|
server-data/
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Art workspace (edit-in-place mirror; real textures live in each RP)
|
|
/art/
|