Merge remote-tracking branch 'origin/mc1.18/dev' into mc1.18/dev

This commit is contained in:
Rabbitminers 2023-03-22 17:03:37 +00:00
commit ded4c1f613

View file

@ -80,6 +80,8 @@ public class StandardBogeyRenderer extends BogeyRenderer {
.translate(0, 1 / 4f, 0)
.rotateX(-wheelAngle);
finalize(bogeyPin, ms, light, vb);
ms.popPose();
if (!inContraption)
ms.popPose();
}
}