Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed May 2, 2024
1 parent 5439ea4 commit 16fa1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public abstract class BlockRendererMixin {
new BlockPos((int) origin.x(), (int) origin.y(), (int) origin.z()),
snowState,
frozenLib$blockModelShaper.getBlockModel(snowState),
ctx.seed(),
ctx.renderLayer()
ctx.seed()
);
this.renderModel(snowRenderContext, buffers);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public abstract class BlockRendererMixin {
new BlockPos((int) origin.x(), (int) origin.y(), (int) origin.z()),
snowState,
frozenLib$blockModelShaper.getBlockModel(snowState),
ctx.seed(),
ctx.renderLayer()
ctx.seed()
);
this.renderModel(snowRenderContext, buffers);
}
Expand Down

0 comments on commit 16fa1e7

Please sign in to comment.