-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
1.21.9 development #13074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.21.9 development #13074
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Bjarne Koll <[email protected]> Co-authored-by: Josh Roy <[email protected]> Co-authored-by: Spottedleaf <[email protected]>
9 tasks
We don't need to scale this anymore as vanilla has per-level world borders
…rSpawnLocationEvent (for removal) The Conversation API has been left to rot for the past few years and is considered dead. It does not support components and has had functionality ripped out over the years. Because of this, it is being deprecated for removal. The metadata API is extremely misleading and causes memory leaks on every server I have seen use it. It just promotes bad practices and is misleading. The PDC system and just having their own solutions is better for developers. Lastly deprecate PlayerSpawnLocationEvent for removal as events using this hack will be aggressively removed as we move towards better supporting the config API.
…At calls for loaded chunks' patch to code replaced by Moonrise
…ata to disk if it serializes without throwing'
…gionfile header if it is corrupt'
Validate will be removed, and the methods in Objects are a suitable replacement.
The old method of tracking the counts was to copy a Long2IntOpenHashMap each time a count was removed or added. This was under the assumption that tickets with counter types were not being added or removed frequently. The new system uses ConcurrentLong2LongChainedHashTable instead to support concurrently updating ticket counters for different positions. We copy the map when retrieving the forced chunks, however this appears to only be used in the ForceLoad command so this shouldn't be an issue. Additionally, the ticket counts were not updated if the ticket were to expire or if the ticket was UNKNOWN and added during ChunkHolderManager#removeTicket(). These issues are now resolved.
Co-authored-by: Lulu13022002 <[email protected]>
...-server/patches/sources/net/minecraft/world/entity/animal/coppergolem/CopperGolem.java.patch
Show resolved
Hide resolved
...-server/patches/sources/net/minecraft/world/entity/animal/coppergolem/CopperGolem.java.patch
Show resolved
Hide resolved
Correctly emit a inventory click event for out-of-order click packets to prevent ghost items.
lynxplay
approved these changes
Oct 3, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tracking issue: #12563