-
Notifications
You must be signed in to change notification settings - Fork 33
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 MC-248964 #95
Comments
Have you tested and checked that it does not work using MoreCulling, if so can you include the resource pack |
I just remembered that my culling technique is written so that blocks without collisions don't get affected. |
After testing ever single non colliding block in the game. Seems my system no longer needs that check, with all the code I've written its all taken care of. So this will probably increase performance for some blocks and also fix this bug and all other bugs related to non colliding blocks like rails. |
Alright so we are one step closer to fixing this bug. In v0.12.5 I made it possible for none colliding blocks to cull.
So ill probably just add a new tag Edit: |
Cull shapes where added to MoreCulling, Anyone want to try and see if this is still an issue? |
The bug (https://bugs.mojang.com/browse/MC-248964) concerns sugar cane with custom models not culling against each other, although other non-solid plant blocks like tall grass would also likely be affected if given such models.
The resource pack for testing this can be found attached to the ticket.
The text was updated successfully, but these errors were encountered: