1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2026-01-06 15:41:55 +00:00

Update armor stand geo to align head pivot with Java

This commit is contained in:
Kastle
2021-03-02 17:41:29 -08:00
parent bbef5065da
commit 578ffe12cf

View File

@@ -47,17 +47,17 @@
{
"name": "head",
"parent": "body",
"pivot": [0, 24, 0],
"pivot": [0, 23, 0],
"cubes": [
{"origin": [-1, 24, -1], "size": [2, 7, 2], "uv": [0, 0]}
{"origin": [-1, 23, -1], "size": [2, 7, 2], "uv": [0, 0]}
]
},
{
"name": "hat",
"parent": "head",
"pivot": [0, 24, 0],
"pivot": [0, 23, 0],
"cubes": [
{"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [32, 0]}
{"origin": [-4, 23, -4], "size": [8, 8, 8], "uv": [32, 0]}
]
},
{