-
-
Notifications
You must be signed in to change notification settings - Fork 311
Support for 1.20.5/6 #2721
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
Support for 1.20.5/6 #2721
Conversation
# Conflicts: # buildSrc/build.gradle.kts
|
I receive this error when running //wand |
|
Fails to build with However, the actions built jar is working well from my testing 😄 |
|
Seems like Paper broke API compatibility with PaperMC/Paper#8235 |
|
Please take a moment and address the merge conflicts of your pull request. Thanks! |
# Conflicts: # worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java
|
Please take a moment and address the merge conflicts of your pull request. Thanks! |
NotMyFault
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ready to be merged?
|
I think so |
Remove a redundant passenger check, as entity.save() returns false in that case.
This also causes leash knots to not be copied. I don't think this is a problem because:
- They would not be saved to disk, it's misleading for users that they appear.
- Pasted leashed mobs still think they're leashed to the original position and get unleashed* - no change in behaviour.
\* Unless they're pasted close enough to the original position, in which case this has better behaviour because they create their own leash_knot entity.
* Merge pull request EngineHub/WorldEdit#2740 from ssquadteam/version/7.3.x Add ability to copy state string from info tool Co-authored-by: ssquadteam <sahib.2009.sa@gmail.com> * Update enum-like classes with 1.21.5-rc1 data from MCUtils * Do not paste unsaveable entities in their default state (#2721) Remove a redundant passenger check, as entity.save() returns false in that case. This also causes leash knots to not be copied. I don't think this is a problem because: - They would not be saved to disk, it's misleading for users that they appear. - Pasted leashed mobs still think they're leashed to the original position and get unleashed* - no change in behaviour. \* Unless they're pasted close enough to the original position, in which case this has better behaviour because they create their own leash_knot entity. * Update click and hover text component serialization for 1.21.5. (#2757) Hacky workaround by overwriting the text3 StyleSerializer class with our own modified copy. Note that the hover events "show_entity" and "show_item" aren't supported as they no longer take a rendered component, but just the NBT structure. Behavior remains unchanged if 1.21.4- is detected. Fixes #2756. * Add text3 bukkit adapter override for Spigot gson change. (#2759) * Make SpigotAdapter compatible with pre 1.21.5 api --------- Co-authored-by: Octavia Togami <octavia.togami@gmail.com> Co-authored-by: ssquadteam <sahib.2009.sa@gmail.com> Co-authored-by: Maddy Miller <git@madelinemiller.dev> Co-authored-by: brickmonster <92665597+brickmonster@users.noreply.github.com> Co-authored-by: wizjany <wizjany@gmail.com> Co-authored-by: SirYwell <hannesgreule@outlook.de>
Overview
Description