Skip to content

Commit

Permalink
Fix unresolved method call
Browse files Browse the repository at this point in the history
  • Loading branch information
xCollateral committed Sep 9, 2024
1 parent dd32b53 commit 7a21128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static void setBlockColors(BlockColors blockColors) {
BlockRenderer.blockColors = blockColors;
}

public void renderBatched(BlockState blockState, BlockPos blockPos, Vector3f pos, TerrainBufferBuilder bufferBuilder) {
public void renderBlock(BlockState blockState, BlockPos blockPos, Vector3f pos, TerrainBufferBuilder bufferBuilder) {
this.pos = pos;
this.blockPos = blockPos;
this.blockState = blockState;
Expand Down

0 comments on commit 7a21128

Please sign in to comment.