github PaperMC/Starlight 1.0.0-RC2

latest release: 1.0.0-RC3
pre-release2 years ago

Technical details document
Can be read here: https://github.com/Spottedleaf/Starlight/blob/fabric/TECHNICAL_DETAILS.md
Please note that document is intended for programmers.

Correctly decrease light when block data section is de-initialised
Fixes broken lighting on empty chunk edges when a neighbouring section becomes empty
by removing a source block. It was a rare issue, so it was never reported to me - I found it by
accident.

Handle concurrent chunk generation and lighting better
Thanks to the top tier chunk system, chunk generation
and lighting can occur at the same time. To fix this,
I've adjusted the code to handle concurrent updates
after the chunk is lit, similar to how Vanilla would have handled
it.

Update README to include new benchmarks and other revisions
Please note that these new benchmarks are taken on a newer CPU than
the one I used for the old benchmarks. So do not compare the new ones
and the old ones, you cannot compare benchmarks running entirely different hardware.

Don't miss a new Starlight release

NewReleases is sending notifications on new releases.