-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
feat: improved entity operations #2356
base: main
Are you sure you want to change the base?
Conversation
dordsor21
commented
Jul 15, 2023
- Add new extent that does an action on chunk GET load allowing for "unloaded" entities to be edited
- closes Copying + pasting entities works only over a distance of viewdistance + 2 chunks #1826
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Please rebase for 1.20.3/4 |
Please take a moment and address the merge conflicts of your pull request. Thanks! |
worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/OncePerChunkExtent.java
Outdated
Show resolved
Hide resolved
worldedit-core/src/main/java/com/fastasyncworldedit/core/math/LocalBlockVector2Set.java
Outdated
Show resolved
Hide resolved
worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/OncePerChunkExtent.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_20_R2/PaperweightGetBlocks.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_20_R2/PaperweightGetBlocks.java
Outdated
Show resolved
Hide resolved
worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java
Outdated
Show resolved
Hide resolved
Please take a moment and address the merge conflicts of your pull request. Thanks! |
.../main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_17_R1_2/PaperweightGetBlocks.java
Outdated
Show resolved
Hide resolved
I'm only seeing any FAWE block changes only after rejoining, not sure why though. |
I can't replicate this, but I have, however, found that copy now copies entities in the full chunks aha |
worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java
Outdated
Show resolved
Hide resolved
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.
I can't reproduce the invisible change issue anymore. The changes seem to work from my testing and the code looks good.
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Please take a moment and address the merge conflicts of your pull request. Thanks! |
e444638
to
88b7b80
Compare
Please take a moment and address the merge conflicts of your pull request. Thanks! |
88b7b80
to
6d6f704
Compare
Please take a moment and address the merge conflicts of your pull request. Thanks! |
6d6f704
to
fa390a0
Compare
Please take a moment and address the merge conflicts of your pull request. Thanks! |
fa390a0
to
7811de9
Compare
Please take a moment and address the merge conflicts of your pull request. Thanks! |
7811de9
to
8f7c4bc
Compare
- Add new extent that does an action on chunk GET load - closes #1826
8f7c4bc
to
b944e2e
Compare