Skip to content

Commit

Permalink
fix: cthulhu is even more floaty than he should be
Browse files Browse the repository at this point in the history
restores the main body

Closes #1222
  • Loading branch information
klikli-dev committed Oct 16, 2024
1 parent 417fab7 commit a5a9ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static LayerDefinition createBodyLayer() {

@Override
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, int pColor) {
this.head.render(pPoseStack, pBuffer, pPackedLight, pPackedOverlay, pColor);
this.body.render(pPoseStack, pBuffer, pPackedLight, pPackedOverlay, pColor);
this.lantern4.proxyRender(pPoseStack, pBuffer, pPackedLight, pPackedOverlay, pColor);
}

Expand Down

0 comments on commit a5a9ef7

Please sign in to comment.