Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tile entities double-rendering and sometimes crashing clients when broken #1248

Merged
merged 1 commit into from
Sep 17, 2015

Conversation

jjtParadox
Copy link
Contributor

After digging through to try and fix #1243, I eventually found that tile entities were being rendered twice, once as the block and once as the tile entity.

This worked just fine until a tile entity called a different renderer (e.g. the calcinator calling the item renderer to display the smelting item) and the block was being broken at the same time. The tile entity render would occur just fine, but the block render would cause the client to crash as the client tried to tessellate both the non-tile renderer and the block renderer at the same time.

This pull request fixes #1243 and similar issues by removing the extra block render.

Mithion pushed a commit that referenced this pull request Sep 17, 2015
Fix tile entities double-rendering and sometimes crashing clients when broken
@Mithion Mithion merged commit 7493b93 into Mithion:master Sep 17, 2015
@jjtParadox jjtParadox deleted the tileentity-fix branch September 18, 2015 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calefactor crashes client if you attempt to break it with an item present
2 participants