feat(postal): add postal service addon and bundle pending addon work
All checks were successful
Deploy Addons / deploy (push) Successful in 16s
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>
This commit is contained in:
4
home-sign-addon/home_sign_RP/blocks.json
Normal file
4
home-sign-addon/home_sign_RP/blocks.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"format_version": [1, 1, 0],
|
||||
"silverlabs:home_sign": { "sound": "wood" }
|
||||
}
|
||||
17
home-sign-addon/home_sign_RP/manifest.json
Normal file
17
home-sign-addon/home_sign_RP/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"name": "Home Sweet Home Resources",
|
||||
"description": "Texture and lang for the silverlabs:home_sign block",
|
||||
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b83",
|
||||
"version": [1, 0, 0],
|
||||
"min_engine_version": [1, 21, 0]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "resources",
|
||||
"uuid": "c8e51d72-9a4f-4b3e-b8c1-2f7d3e6a4b84",
|
||||
"version": [1, 0, 1]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
home-sign-addon/home_sign_RP/pack_icon.png
Normal file
BIN
home-sign-addon/home_sign_RP/pack_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 971 B |
1
home-sign-addon/home_sign_RP/texts/en_US.lang
Normal file
1
home-sign-addon/home_sign_RP/texts/en_US.lang
Normal file
@@ -0,0 +1 @@
|
||||
tile.silverlabs:home_sign.name=Home Sweet Home
|
||||
BIN
home-sign-addon/home_sign_RP/textures/blocks/home_sign.png
Normal file
BIN
home-sign-addon/home_sign_RP/textures/blocks/home_sign.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 B |
11
home-sign-addon/home_sign_RP/textures/terrain_texture.json
Normal file
11
home-sign-addon/home_sign_RP/textures/terrain_texture.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"resource_pack_name": "home_sign_RP",
|
||||
"texture_name": "atlas.terrain",
|
||||
"padding": 8,
|
||||
"num_mip_levels": 4,
|
||||
"texture_data": {
|
||||
"home_sign": {
|
||||
"textures": "textures/blocks/home_sign"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user