Offset mask does not work reliable with `//br s`
thomasmny opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.20.2
Describe the bug
Using the offset mask with a sphere brush only seems to work around 50% of the time
To Reproduce
In this example I'm using red tulips, but it also happens with other blocks
//br s red_tulip 3
/mask >water
/gmask 0
Using the brush (sometimes) leads to semi-spheres of roses:
Expected behaviour
All roses should be flat
Screenshots / Videos
No response
Error log (if applicable)
None
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/f05eb4e1d79448d39852ce8b03c740cb
Fawe Version
FastAsyncWorldEdit 2.8.2-SNAPSHOT-602;8e2691c
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
I can still reproduce it using the lastest Paper & FAWE versions.
However, after further testing I think I have found the cause of the issue:
Since the water is only 1-2 block(s) deep, whenever I aim at it from further away, the targeted block seems to be the dirt below. Therefore a semi-sphere is placed:
On the other hand, when I'm standing in the water itself the roses are flat
Is this behaviour intended?
Might also be related to #2546?