Skip to content

Commit

Permalink
Update MixinLevelRenderer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Asek3 committed Sep 24, 2023
1 parent c35f755 commit f2ff446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public class MixinLevelRenderer {
pipeline.setPhase(WorldRenderingPhase.NONE);
}

@Inject(method = RENDER_CLOUDS, at = @At(value = "INVOKE", target = "Lnet/minecraft/client/renderer/DimensionSpecialEffects;renderClouds(Lnet/minecraft/client/multiplayer/ClientLevel;IFLcom/mojang/blaze3d/vertex/PoseStack;DDDLcom/mojang/math/Matrix4f;)Z", shift = At.Shift.AFTER))
@Inject(method = RENDER_CLOUDS, at = @At(value = "INVOKE", target = "Lnet/minecraft/client/renderer/DimensionSpecialEffects;renderClouds(Lnet/minecraft/client/multiplayer/ClientLevel;IFLcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;)Z", shift = At.Shift.AFTER))
private void iris$beginClouds(PoseStack poseStack, Matrix4f projection, float tickDelta, double x, double y, double z, CallbackInfo ci) {
pipeline.setPhase(WorldRenderingPhase.CLOUDS);
}
Expand Down

0 comments on commit f2ff446

Please sign in to comment.