Files
minecraft-aiworld/addon/heyhe_pet_RP/entity/heyhe_egg.entity.json
SysAdmin 1bdac0e157
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
feat(pet): add Hey Hey chicken pet addon
Tameable white chicken modelled on Hey Hey from Moana — custom plump
geometry, waddly walk/peck animations, hatching egg item, and vanilla
chicken sounds. Mounted on all 4 servers via docker-compose.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 09:14:39 +01:00

21 lines
429 B
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "silverlabs:heyhe_egg",
"materials": {
"default": "entity_alphatest"
},
"textures": {
"default": "textures/entity/heyhe_egg"
},
"geometry": {
"default": "geometry.heyhe_egg"
},
"render_controllers": [
"controller.render.heyhe_egg"
]
}
}
}