1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Deflate leggings of armor stand to line up with expected vanilla behavior

This commit is contained in:
Kastle
2021-03-03 00:11:28 -08:00
parent a56ed2a017
commit 70e653f68c

View File

@@ -30,7 +30,7 @@
"parent": "body", "parent": "body",
"pivot": [0, 24, 0], "pivot": [0, 24, 0],
"cubes": [ "cubes": [
{"origin": [-4, 12, -2], "size": [8, 12, 4], "inflate": 1.01, "uv": [16, 16]} {"origin": [-4, 12, -2], "size": [8, 12, 4], "inflate": 0.6, "uv": [16, 16]}
] ]
}, },
{ {
@@ -39,7 +39,7 @@
"pivot": [1.9, 12, 0], "pivot": [1.9, 12, 0],
"mirror": true, "mirror": true,
"cubes": [ "cubes": [
{"origin": [-0.1, 0, -2], "size": [4, 12, 4], "inflate": 1, "uv": [0, 16]} {"origin": [-0.1, 0, -2], "size": [4, 12, 4], "inflate": 0.55, "uv": [0, 16]}
] ]
}, },
{ {
@@ -47,7 +47,7 @@
"parent": "body", "parent": "body",
"pivot": [-1.9, 12, 0], "pivot": [-1.9, 12, 0],
"cubes": [ "cubes": [
{"origin": [-3.9, 0, -2], "size": [4, 12, 4], "inflate": 1, "uv": [0, 16]} {"origin": [-3.9, 0, -2], "size": [4, 12, 4], "inflate": 0.55, "uv": [0, 16]}
] ]
} }
] ]