MoreCulling - v0.13.0 for 1.19.1 & 1.19.2
Changes:
- Large optimizations to cache (faster culling)
- Multipart & Weighted models now cache per side, allowing tons more blocks to cull
- Shulkerboxes cull on the bottom face
- Tons of edge-cases culled without performance loss, such as: Pressure plates should cull the tops of fences and walls
Fixes:
- Some textures not culling due to translucency even when covered by other textures
- Some faces without
cullface
where being culled - #124 Leaves and powered snow sometimes culled incorrectly
- #127 Some blocks without collision where still not culling correctly
API Changes:
MoreBlockCulling
&MoreStateCulling
now have ashouldAttemptToCull
which accepts directionMoreStateCulling
now also hascanCull