aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0599-More-Enchantment-API.patch
AgeCommit message (Collapse)Author
2023-11-04Fix a bunch of stuff with player spawn locations (#9887)Jake Potrebic
If a playerdata doesn't contain a valid, loaded world, reset to the main world spawn point
2023-11-04Deprecate Player#boostElytra (#9899)Tamion
The Paper method was chosen for deprecation because it was more restrictive in that it has an isGliding check.
2023-09-23Readd network optimization patchNassim Jahnke
2023-09-23Revert "re-add distance map patch"Nassim Jahnke
This reverts commit 81c5901c674e6ee89dbfed4848c9eb645bfb0f16.
2023-09-22re-add distance map patchJake Potrebic
2023-09-22Add some patches, fix compileSpottedleaf