//chunk -s Only selects old chunk height
mitgobla opened this issue ยท 1 comments
Server Implementation
Paper
Server Version
1.20.6
Describe the bug
Using the //chunk -s
command to select chunks within selection bounds, it only selects the old chunk height. As in, blocks below Y=0 are not selected as expected.
To Reproduce
- Select an area with the wand.
- Run
//chunk -s
- Fill or clear the blocks.
- Notice that the entire chunk was not selected with the performed action.
Expected behaviour
The entire chunk should be selected, from Y=0 to Y=-64
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/424e1c16004546e58079e702673b41b6
Fawe Version
2.11.1-SNAPSHOT-855;01273e0
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?
Have a lovely day!
Tracked by EngineHub/WorldEdit#2040