Files
minecraft-aiworld/addon/heyhe_pet_RP/models/entity/heyhe_chicken.geo.json
SysAdmin 86950012e9
All checks were successful
Deploy Addons / deploy (push) Successful in 14s
fix(heyhe): correct egg spawn, fix taming, skinny model, wonky eyes, persistent
- heyhe_egg: rebuild spawn mechanism with component groups (spawn_entity/die
  can't live in event sequences — follow dragon_egg pattern exactly)
- heyhe_chicken: move interact to base components so taming always works
  regardless of spawn method; add persistent to stop vanishing
- Geometry: skinny tall body, thin neck, proper UV coordinates throughout
- Texture: fill whole atlas white first (no dark gaps), matched UV regions,
  wonky asymmetric eyes (one big+high, one small+low)
- Animation: neck peck 3x per cycle at 22deg, body sway on walk, wing flutter

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

227 lines
5.2 KiB
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.heyhe_chicken",
"texture_width": 64,
"texture_height": 32,
"visible_bounds_width": 2,
"visible_bounds_height": 2,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{ "name": "root", "pivot": [0, 0, 0] },
{
"name": "body",
"parent": "root",
"pivot": [0, 5, 0],
"cubes": [
{
"comment": "W=5 H=7 D=4 → uv needs 2*(4+5)=18 wide, 4+7=11 tall",
"origin": [-2.5, 1, -2],
"size": [5, 7, 4],
"uv": [0, 0]
}
]
},
{
"name": "wing_left",
"parent": "body",
"pivot": [-2.5, 7, 0],
"cubes": [
{
"comment": "W=2 H=5 D=4 → uv needs 2*(4+2)=12 wide, 4+5=9 tall",
"origin": [-4.5, 3, -2],
"size": [2, 5, 4],
"uv": [26, 0]
}
]
},
{
"name": "wing_right",
"parent": "body",
"pivot": [2.5, 7, 0],
"mirror": true,
"cubes": [
{
"origin": [2.5, 3, -2],
"size": [2, 5, 4],
"uv": [26, 0]
}
]
},
{
"name": "tail",
"parent": "body",
"pivot": [0, 8, -2],
"rotation": [-30, 0, 0],
"cubes": [
{
"comment": "W=3 H=4 D=2 → uv needs 2*(2+3)=10 wide, 2+4=6 tall",
"origin": [-1.5, 6, -4],
"size": [3, 4, 2],
"uv": [38, 0]
}
]
},
{
"name": "neck",
"parent": "body",
"pivot": [0, 8, 1.5],
"cubes": [
{
"comment": "W=2 H=5 D=2 → uv needs 2*(2+2)=8 wide, 2+5=7 tall",
"origin": [-1, 6, 1],
"size": [2, 5, 2],
"uv": [18, 0]
}
]
},
{
"name": "head",
"parent": "neck",
"pivot": [0, 11, 2],
"cubes": [
{
"comment": "W=4 H=4 D=4 → uv needs 2*(4+4)=16 wide, 4+4=8 tall",
"origin": [-2, 11, 0],
"size": [4, 4, 4],
"uv": [0, 11]
}
]
},
{
"name": "comb_a",
"parent": "head",
"cubes": [
{
"comment": "front bump W=1 H=2 D=1",
"origin": [-0.5, 15, 0.5],
"size": [1, 2, 1],
"uv": [16, 11]
}
]
},
{
"name": "comb_b",
"parent": "head",
"cubes": [
{
"comment": "middle/tallest bump W=1 H=3 D=1",
"origin": [-0.5, 15, 1.5],
"size": [1, 3, 1],
"uv": [20, 11]
}
]
},
{
"name": "comb_c",
"parent": "head",
"cubes": [
{
"comment": "back bump W=1 H=2 D=1",
"origin": [-0.5, 15, 2.5],
"size": [1, 2, 1],
"uv": [16, 11]
}
]
},
{
"name": "beak",
"parent": "head",
"cubes": [
{
"comment": "W=2 H=2 D=2 → uv needs 2*(2+2)=8 wide, 2+2=4 tall",
"origin": [-1, 12, 4],
"size": [2, 2, 2],
"uv": [24, 11]
}
]
},
{
"name": "wattle",
"parent": "head",
"cubes": [
{
"comment": "W=1 H=2 D=1 → uv needs 4 wide, 3 tall",
"origin": [-0.5, 11, 3.5],
"size": [1, 2, 1],
"uv": [32, 11]
}
]
},
{
"name": "leg_left",
"parent": "root",
"pivot": [-1, 4, 0],
"cubes": [
{
"comment": "W=1 H=4 D=1 → uv needs 4 wide, 5 tall",
"origin": [-1.5, 0, -0.5],
"size": [1, 4, 1],
"uv": [48, 0]
}
]
},
{
"name": "foot_left",
"parent": "leg_left",
"pivot": [-1, 0, 0],
"cubes": [
{
"comment": "W=3 H=1 D=3 → uv needs 12 wide, 4 tall",
"origin": [-2.5, -1, -1.5],
"size": [3, 1, 3],
"uv": [52, 0]
}
]
},
{
"name": "leg_right",
"parent": "root",
"pivot": [1, 4, 0],
"mirror": true,
"cubes": [
{
"origin": [0.5, 0, -0.5],
"size": [1, 4, 1],
"uv": [48, 0]
}
]
},
{
"name": "foot_right",
"parent": "leg_right",
"pivot": [1, 0, 0],
"mirror": true,
"cubes": [
{
"origin": [-0.5, -1, -1.5],
"size": [3, 1, 3],
"uv": [52, 0]
}
]
}
]
}
]
}