Fixed incorrect bedrock version of skin mirroring geometry (#4207)

* fix geometry.humanoid.wearingCustomSkull.json's LeftLeg

* fix geometry.humanoid.wearingCustomSkullSlim.json'LeftLeg
This commit is contained in:
EpsilonZunsat 2023-10-12 00:15:33 +08:00 committed by GitHub
parent b17f4a46f4
commit 00800acd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -145,10 +145,9 @@
{
"origin": [ -0.1, 0.0, -2.0 ],
"size": [ 4, 12, 4 ],
"uv": [ 0, 16 ]
"uv": [ 16, 48 ]
}
],
"mirror": true
]
},
{
@ -219,4 +218,4 @@
}
}
]
}
}

View File

@ -145,10 +145,9 @@
{
"origin": [ -0.1, 0.0, -2.0 ],
"size": [ 4, 12, 4 ],
"uv": [ 0, 16 ]
"uv": [ 16, 48 ]
}
],
"mirror": true
]
},
{
@ -219,4 +218,4 @@
}
}
]
}
}