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>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"format_version": "1.21.0",
|
|
"minecraft:entity": {
|
|
"description": {
|
|
"identifier": "silverlabs:anthrax_cat",
|
|
"is_spawnable": true,
|
|
"is_summonable": true,
|
|
"is_experimental": false
|
|
},
|
|
"component_groups": {
|
|
"silverlabs:active": {
|
|
"minecraft:interact": {
|
|
"interactions": [
|
|
{
|
|
"interact_text": "action.interact.fortune",
|
|
"play_sounds": "note.bell",
|
|
"event": "silverlabs:interacted"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"minecraft:type_family": {
|
|
"family": ["anthrax_cat", "decoration"]
|
|
},
|
|
"minecraft:physics": {
|
|
"has_gravity": true,
|
|
"has_collision": true
|
|
},
|
|
"minecraft:pushable": {
|
|
"is_pushable": false,
|
|
"is_pushable_by_piston": false
|
|
},
|
|
"minecraft:collision_box": {
|
|
"width": 0.7,
|
|
"height": 0.95
|
|
},
|
|
"minecraft:knockback_resistance": {
|
|
"value": 1.0
|
|
},
|
|
"minecraft:health": {
|
|
"value": 20,
|
|
"max": 20
|
|
},
|
|
"minecraft:persistent": {},
|
|
"minecraft:nameable": {},
|
|
"minecraft:behavior.look_at_player": {
|
|
"priority": 1,
|
|
"target_distance": 8.0,
|
|
"look_time": [2, 6],
|
|
"probability_per_distance": 0.02
|
|
},
|
|
"minecraft:behavior.random_look_around": {
|
|
"priority": 2
|
|
}
|
|
},
|
|
"events": {
|
|
"minecraft:entity_spawned": {
|
|
"add": {
|
|
"component_groups": ["silverlabs:active"]
|
|
}
|
|
},
|
|
"silverlabs:interacted": {}
|
|
}
|
|
}
|
|
}
|