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>
29 lines
662 B
JSON
29 lines
662 B
JSON
{
|
|
"format_version": "1.21.0",
|
|
"minecraft:block": {
|
|
"description": {
|
|
"identifier": "silverlabs:mailbox",
|
|
"menu_category": {
|
|
"category": "items",
|
|
"group": "itemGroup.name.chest"
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:destructible_by_mining": {
|
|
"seconds_to_destroy": 2.0
|
|
},
|
|
"minecraft:destructible_by_explosion": {
|
|
"explosion_resistance": 1200.0
|
|
},
|
|
"minecraft:map_color": "#C83232",
|
|
"minecraft:material_instances": {
|
|
"*": {
|
|
"texture": "mailbox",
|
|
"render_method": "opaque"
|
|
}
|
|
},
|
|
"minecraft:icon": "mailbox_icon"
|
|
}
|
|
}
|
|
}
|