1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 18:59:17 +00:00

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
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 @@
}
}
]
}
}