Large scale replace (either replacenear or replace) generating weird results with an angle mask
omegaladon opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.18.2
Describe the bug
When replacing something on a larger scale with an angle mask, some weird patterns arise. Seen in the images provided below, lines of the block to be replaced appear on the chunk borders. This issue didn't seem to happen in 1.17 FAWE.
To Reproduce
- Gmask an angle, I tried #angle and /[][] (/gmask /[0d][55d])
- Replace anything with anything, in my case (//r 19 green_wool)
Expected behaviour
The blocks will replace to the new block, but streaks of the old block will persist around the chunk borders.
Screenshots / Videos
Error log (if applicable)
N/A
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/1a68a9a07e744361bce12bc22f281aba
Fawe Version
FastAsyncWorldEdit 2.1.1-SNAPSHOT-132
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response