feat(pet): add Hey Hey chicken pet addon
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
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>
This commit is contained in:
205
addon/heyhe_pet_RP/models/entity/heyhe_chicken.geo.json
Normal file
205
addon/heyhe_pet_RP/models/entity/heyhe_chicken.geo.json
Normal file
@@ -0,0 +1,205 @@
|
||||
{
|
||||
"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, 7, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-5, 3, -4],
|
||||
"size": [10, 8, 8],
|
||||
"uv": [0, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wing_left",
|
||||
"parent": "body",
|
||||
"pivot": [-5, 9, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-7, 6, -2],
|
||||
"size": [2, 5, 5],
|
||||
"uv": [24, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wing_right",
|
||||
"parent": "body",
|
||||
"pivot": [5, 9, 0],
|
||||
"mirror": true,
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [5, 6, -2],
|
||||
"size": [2, 5, 5],
|
||||
"uv": [24, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tail",
|
||||
"parent": "body",
|
||||
"pivot": [0, 11, -4],
|
||||
"rotation": [-30, 0, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-2, 9, -6],
|
||||
"size": [4, 4, 2],
|
||||
"uv": [40, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "neck",
|
||||
"parent": "body",
|
||||
"pivot": [0, 11, 3],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-2, 8, 2],
|
||||
"size": [4, 4, 3],
|
||||
"uv": [14, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "head",
|
||||
"parent": "neck",
|
||||
"pivot": [0, 13, 4],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-3, 11, 1],
|
||||
"size": [6, 6, 6],
|
||||
"uv": [0, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "comb_a",
|
||||
"parent": "head",
|
||||
"pivot": [0, 17, 4],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-1, 17, 2],
|
||||
"size": [2, 2, 2],
|
||||
"uv": [30, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "comb_b",
|
||||
"parent": "head",
|
||||
"pivot": [0, 17, 4],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-1, 16, 4],
|
||||
"size": [2, 3, 2],
|
||||
"uv": [38, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "comb_c",
|
||||
"parent": "head",
|
||||
"pivot": [0, 17, 4],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-1, 17, 6],
|
||||
"size": [2, 2, 2],
|
||||
"uv": [30, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "beak",
|
||||
"parent": "head",
|
||||
"pivot": [0, 13, 7],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-1, 12, 7],
|
||||
"size": [2, 2, 2],
|
||||
"uv": [44, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wattle",
|
||||
"parent": "head",
|
||||
"pivot": [0, 11, 7],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-1, 9, 6],
|
||||
"size": [2, 2, 1],
|
||||
"uv": [50, 16]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "leg_left",
|
||||
"parent": "root",
|
||||
"pivot": [-2, 5, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-3, 1, -1],
|
||||
"size": [2, 4, 2],
|
||||
"uv": [48, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "foot_left",
|
||||
"parent": "leg_left",
|
||||
"pivot": [-2, 1, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [-4, 0, -2],
|
||||
"size": [4, 1, 4],
|
||||
"uv": [48, 6]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "leg_right",
|
||||
"parent": "root",
|
||||
"pivot": [2, 5, 0],
|
||||
"mirror": true,
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [1, 1, -1],
|
||||
"size": [2, 4, 2],
|
||||
"uv": [48, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "foot_right",
|
||||
"parent": "leg_right",
|
||||
"pivot": [2, 1, 0],
|
||||
"mirror": true,
|
||||
"cubes": [
|
||||
{
|
||||
"origin": [0, 0, -2],
|
||||
"size": [4, 1, 4],
|
||||
"uv": [48, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user