Skip to content

Commit

Permalink
Update MixedSlabBlockEntityRenderer.java
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zięciak <[email protected]>
  • Loading branch information
xYundy committed May 12, 2024
1 parent ee5907a commit 5eb8de2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void render(MixedSlabBlockEntity entity, float tickDelta, MatrixStack mat

BlockRenderManager manager = MinecraftClient.getInstance().getBlockRenderManager();


RenderLayer layerTop = entity.topSlabState.isTransparent(world, pos) ? RenderLayer.getTranslucent() : RenderLayer.getSolid();
RenderLayer layerBot = entity.bottomSlabState.isTransparent(world, pos) ? RenderLayer.getTranslucent() : RenderLayer.getSolid();

Expand Down

0 comments on commit 5eb8de2

Please sign in to comment.