3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00
Paper/patches
Spottedleaf a6df4c8cdc Handle corrupt light data gracefully
First, if the light data is not marked as correct, we should not be
parsing it in the first place. This will eliminate errors from
parsing possibly different versioned light data.

Secondly, if parsing the light data throws an exception (from
the SWMRNibbleArray constructor), then we can simply mark
the returned chunk as having incorrect light data - rather than
propagating the exception and causing the chunk to be re-generated.
2024-11-02 16:33:08 -07:00
..
api bunch more general fixes 2024-10-31 20:35:06 -07:00
removed/1.20.5 Allow using old ender pearl behavior & apply ender pearl exploit patch (#11524) 2024-10-30 18:09:05 +01:00
server Handle corrupt light data gracefully 2024-11-02 16:33:08 -07:00
unapplied/server re-add a dispense fix patch 2024-10-31 19:51:36 -07:00