Files
minecraft-aiworld/addon/anthrax_cat_RP/models/entity/anthrax_cat.geo.json
SysAdmin d552525281
All checks were successful
Deploy Addons / deploy (push) Successful in 46s
feat(anthrax-cat): add Maneki-neko lucky cat decoration addon, remove easter egg
- New silverlabs:anthrax_cat entity: sitting cat with waving paw animation,
  idle body bob, look-at-player, fortune message + bell sound on interact
- Custom 64x64 texture (cream/white, red bib, gold coin, orange tabby patches)
- Custom geometry: body, head, ears, raised left arm, tail, bib, coin bones
- Removed easter egg addon mounts from all 4 servers (lobby + 3 child worlds)
- Anthrax Cat mounted on all 4 servers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 20:24:26 +01:00

144 lines
3.1 KiB
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.anthrax_cat",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 1.5,
"visible_bounds_height": 1.5,
"visible_bounds_offset": [0, 0.5, 0]
},
"bones": [
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "body",
"parent": "root",
"pivot": [0, 4, 0],
"cubes": [
{
"origin": [-4, 0, -3],
"size": [8, 8, 7],
"uv": [0, 0]
}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 8, 0],
"cubes": [
{
"origin": [-4, 8, -4],
"size": [8, 7, 8],
"uv": [0, 22]
}
]
},
{
"name": "ear_left",
"parent": "head",
"pivot": [-2, 15, 0],
"cubes": [
{
"origin": [-4, 15, -0.5],
"size": [2, 3, 1],
"uv": [34, 22]
}
]
},
{
"name": "ear_right",
"parent": "head",
"pivot": [2, 15, 0],
"cubes": [
{
"origin": [2, 15, -0.5],
"size": [2, 3, 1],
"uv": [34, 27]
}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [-3.5, 7, 0],
"cubes": [
{
"origin": [-4.5, 7, -1],
"size": [2, 5, 2],
"uv": [0, 47]
}
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [3.5, 5, 0],
"cubes": [
{
"origin": [2.5, 1, -1],
"size": [2, 4, 2],
"uv": [8, 47]
}
]
},
{
"name": "tail",
"parent": "body",
"pivot": [0, 3, 3],
"rotation": [-40, 0, 15],
"cubes": [
{
"origin": [-1, 3, 3],
"size": [2, 5, 2],
"uv": [16, 47]
}
]
},
{
"name": "tail_tip",
"parent": "tail",
"pivot": [0, 8, 4],
"rotation": [60, 0, -10],
"cubes": [
{
"origin": [-1, 8, 4],
"size": [2, 3, 2],
"uv": [24, 47]
}
]
},
{
"name": "bib",
"parent": "body",
"pivot": [0, 7, -3],
"cubes": [
{
"origin": [-3, 5, -4],
"size": [6, 3, 1],
"uv": [0, 56]
}
]
},
{
"name": "coin",
"parent": "bib",
"pivot": [0, 6, -4],
"cubes": [
{
"origin": [-1, 5.5, -5],
"size": [2, 2, 1],
"uv": [14, 56]
}
]
}
]
}
]
}