PaperMC/paper-server/patches/sources/net/minecraft
Spottedleaf 65466558be Do not read tile entities in chunks that are positioned outside of the chunk
The tile entities are not accessible and so should not be loaded.
This can happen as a result of users moving regionfiles around,
which would cause a crash on Folia but would appear to function
fine on Paper.
2023-06-18 23:04:46 -07:00
..
advancements Improve logging and errors 2022-12-14 15:52:11 -08:00
commands Fix cmd permission levels for command blocks 2022-01-24 15:32:02 -08:00
core Call missing BlockDispenseEvent 2022-10-29 15:41:56 +02:00
nbt Reduce memory footprint of CompoundTag 2020-04-06 17:39:25 -07:00
network Add Listing API for Player 2023-01-11 16:40:39 -05:00
resources Sanitize ResourceLocation error logging 2021-08-26 12:09:47 +02:00
server Add slot sanity checks in container clicks 2023-09-11 12:01:57 +10:00
stats Fix spigot's Forced-Stats 2023-08-28 01:32:39 +01:00
util Validate usernames 2022-01-01 05:19:37 -08:00
world Do not read tile entities in chunks that are positioned outside of the chunk 2023-06-18 23:04:46 -07:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
CrashReportCategory.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
Util.java.patch Remove client-side code using deprecated for removal AccessController 2021-11-26 15:09:58 -08:00