- Removes Light Overlay underwater
- Fixes crash caused when computing spawn conditions of a MagmaBlock
This brings all features present in 1.18.2
to 1.19.1
and 1.19.2
.
No additional changes, have fun!
- Fixes Crash with SnowLayers
- More Accurate SpawnableBlocks Check
This update should improve performance again, the valid spawn position calculations get executed on demand instead of every frame. In addition, the bottom face of the overlay block was removed, which is one less quad (that you'd never see anyways) to draw per block!
Lastly, I've begun refactoring the code a little bit, which should make adding new features a little bit easier.
- Overlay Blocks now get culled, resulting in around 50-90% fewer blocks getting rendered.
- Refactored Code.
Fixes the keybinding not loading correctly.