Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #7218
|
|
closes #7216
|
|
|
|
|
|
|
|
This is an ode to all those times when you shoulda just gone to bed
|
|
|
|
It's required so that comparisons between two chunks can be
made
|
|
The data provided is always from the regionfile thread, which
does not copy the data out. So if two separate calls need
the data, then there's going to be a problem.
|
|
|
|
|
|
ThreadFactoryBuilder (#7179)
|
|
|
|
|
|
|
|
|
|
Not the most ideal, but works for now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that the log4j-api version used in paper-api does not affect the version used in paper-server, this just affects the version people will see in their IDE when compiling against paper-api.
|
|
|
|
|
|
|
|
|
|
This ensures at least a valid version of the chunk exists
on disk, even if outdated
|
|
Required to add in the new biome sections
|
|
|
|
Caused the chunk to be later deserialized, which would
result in spamming unrelated errors (possibly) +
double chunk completion.
|
|
Missed the diff by Mojang that added this, apparently some
ancient code created zero-length biomes.
|
|
|
|
Co-authored-by: Nassim Jahnke <[email protected]>
|
|
No confirmed attack vector, and definitely no attack vector for normal setups, but, just in case.
|
|
|
|
Co-authored-by: Riley Park <[email protected]>
|
|
|