Skip to content

Commit

Permalink
更改金钱洞
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicHarp committed Oct 9, 2024
1 parent ba29ec2 commit f764ad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void render(@NotNull MoneyHoleEntity pEntity, float pEntityYaw, float pPa
pPoseStack.mulPose(Axis.YP.rotation(Mth.HALF_PI - (float) Math.atan2(vec32.z, vec32.x)));
pPoseStack.mulPose(Axis.XP.rotation(Mth.HALF_PI + (float) Math.acos(vec32.y)));
}
model.renderToBuffer(pPoseStack, pBuffer.getBuffer(model.renderType(TEXTURE)), pPackedLight, OverlayTexture.NO_OVERLAY, 1.0F, 1.0F, 1.0F, 1.0F);
model.renderToBuffer(pPoseStack, pBuffer.getBuffer(model.renderType(TEXTURE)), 0xF000F0, OverlayTexture.NO_OVERLAY, 1.0F, 1.0F, 1.0F, 1.0F);
pPoseStack.popPose();
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f764ad3

Please sign in to comment.