Skip to content

Commit

Permalink
Merge branch '1.20_Crabs' of https://github.com/hybridlabs/hybrid-aqu…
Browse files Browse the repository at this point in the history
…atic into 1.20_Crabs
  • Loading branch information
MysticKoko committed Feb 25, 2024
2 parents 53b1f31 + b9a938f commit 583a453
Showing 1 changed file with 4 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,8 @@
"visible_bounds_offset": [0, 1.25, 0]
},
"bones": [
{
"name": "bipedHead",
"pivot": [0, 24, 0]
},
{
"name": "armorHead",
"parent": "bipedHead",
"pivot": [0, 24, 0]
},
{
"name": "bipedBody",
"pivot": [0, 24, 0]
},
{
"name": "armorBody",
"parent": "bipedBody",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4.5, 23.5, -4.5], "size": [9, 9, 9], "uv": [0, 0]},
Expand All @@ -37,57 +23,35 @@
{"origin": [-2.5, 25.5, 4.5], "size": [5, 5, 1], "uv": [36, 6]}
]
},
{
"name": "bipedLeftArm",
"pivot": [-4, 22, 0]
},
{
"name": "armorLeftArm",
"parent": "bipedLeftArm",
"pivot": [-4, 22, 0]
},
{
"name": "bipedRightArm",
"pivot": [4, 22, 0]
"name": "armorBody",
"pivot": [0, 24, 0]
},
{
"name": "armorRightArm",
"parent": "bipedRightArm",
"pivot": [4, 22, 0]
},
{
"name": "bipedLeftLeg",
"name": "armorLeftBoot",
"pivot": [-2, 12, 0]
},
{
"name": "armorLeftLeg",
"parent": "bipedLeftLeg",
"pivot": [-2, 12, 0]
},
{
"name": "armorLeftBoot",
"parent": "bipedLeftLeg",
"pivot": [-2, 12, 0]
},
{
"name": "bipedRightLeg",
"pivot": [2, 12, 0]
},
{
"name": "armorRightLeg",
"parent": "bipedRightLeg",
"pivot": [2, 12, 0]
},
{
"name": "armorRightBoot",
"parent": "bipedRightLeg",
"pivot": [2, 12, 0]
},
{
"name": "bone",
"pivot": [8, 23.5, -8]
}
]
}
]
}
}

0 comments on commit 583a453

Please sign in to comment.