Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTheGuy committed Dec 3, 2024
1 parent 7c34139 commit 7053777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/net/minecraft/client/renderer/LevelRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CLASS net/minecraft/client/renderer/LevelRenderer
ARG 10 blue
ARG 11 alpha
METHOD addFrustumQuad (Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/joml/Matrix4f;IIIIIII)V
ARG 1 buffer
ARG 1 consumer
ARG 2 pose
ARG 3 index1
ARG 4 index2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLASS net/minecraft/client/renderer/entity/LightningBoltRenderer
ARG 1 entity
METHOD quad (Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/vertex/VertexConsumer;FFIFFFFFFFZZZZ)V
ARG 0 pose
ARG 1 buffer
ARG 1 consumer
ARG 2 x1
ARG 3 z1
ARG 4 index
Expand Down

0 comments on commit 7053777

Please sign in to comment.