Skip to content

Commit

Permalink
Fixed incorrect bedrock version of skin mirroring geometry (GeyserMC#…
Browse files Browse the repository at this point in the history
…4207)

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

* fix geometry.humanoid.wearingCustomSkullSlim.json'LeftLeg
  • Loading branch information
EpsilonZunsat authored Oct 11, 2023
1 parent b17f4a4 commit 00800ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@
{
"origin": [ -0.1, 0.0, -2.0 ],
"size": [ 4, 12, 4 ],
"uv": [ 0, 16 ]
"uv": [ 16, 48 ]
}
],
"mirror": true
]
},

{
Expand Down Expand Up @@ -219,4 +218,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@
{
"origin": [ -0.1, 0.0, -2.0 ],
"size": [ 4, 12, 4 ],
"uv": [ 0, 16 ]
"uv": [ 16, 48 ]
}
],
"mirror": true
]
},

{
Expand Down Expand Up @@ -219,4 +218,4 @@
}
}
]
}
}

0 comments on commit 00800ac

Please sign in to comment.