lower DH cloud min height slightly

This commit is contained in:
James Seibel
2026-06-06 11:04:49 -05:00
parent ab634b3204
commit 8a4f991906
@@ -393,7 +393,7 @@ public class CloudRenderHandler
+ instanceOffsetX + cloudParams.halfWidthInBlocks;
float newMinPosY =
this.level.getLevelWrapper().getMaxHeight()
+ 200 // render clouds at least 200 blocks above the height limit to prevent players/blocks from intersecting (since DH always renders behind everything else)
+ 100 // render clouds at least 200 blocks above the height limit to prevent players/blocks from intersecting (since DH always renders behind everything else)
+ cloudParams.heightOffset;
float newMinPosZ =
cloudParams.deltaOffsetZ