PaperMC/paper-server/patches/sources/net/minecraft/server/level
Shane Freeder 30ccd487cf Buffer OOB setBlock calls
lets debug mode throw a trace in order to potentially see where
such calls are cascading from easier, but, generally, if you see one setBlock
call, you're gonna see more, and this just potentially causes a flood of logs
which can cause issues for slower terminals, etc.

We can limit the flood by just allowing one for a single gen region,
we'll also only gen a trace for the first one, I see no real pressing need
to generate more, given that that would *massively* negate this patch otherwise
2022-03-19 12:12:22 +00:00
..
ChunkHolder.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkMap.java.patch Oprimise map impl for tracked players 2021-02-19 22:51:52 -08:00
DistanceManager.java.patch Don't crash if player is attempted to be removed from untracked chunk. 2020-04-18 15:59:41 -04:00
ServerChunkCache.java.patch Add debug for sync chunk loads 2019-07-19 03:29:14 -07:00
ServerEntity.java.patch Configurable item frame map cursor update interval 2021-08-13 01:14:38 +02:00
ServerLevel.java.patch Expose vanilla BiomeProvider from WorldInfo 2022-01-06 15:59:06 -08:00
ServerPlayer.java.patch Ensure valid vehicle status 2021-09-28 09:47:47 +02:00
ServerPlayerGameMode.java.patch Expand PlayerGameModeChangeEvent 2021-05-15 10:04:43 -07:00
TicketType.java.patch MC Utils 2016-03-28 20:55:47 -04:00
WorldGenRegion.java.patch Buffer OOB setBlock calls 2022-03-19 12:12:22 +00:00