Skip to content

Commit

Permalink
Merge pull request #14 from EldoDebug/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna0x01 authored Jan 23, 2025
2 parents 1bd2c5a + 7cae4d0 commit 5781491
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public ChunkBuildOutput execute(ChunkBuildContext buildContext, CancellationToke
renderer = BlockEntityRenderDispatcher.INSTANCE.getRenderer(entity);

if (renderer != null) {
entity.setPos(new BlockPos(x, y, z));
renderData.addBlockEntity(entity, false);
}
}
Expand Down

0 comments on commit 5781491

Please sign in to comment.