Gmasks and Masks not working together
SpringToger opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.20.4
Describe the bug
When using "gmask 0" and "mask >gold_block" with a sphere brush, the brush doesn't follow the masks.
https://discord.com/channels/268444645527126017/344128526435221505/1197635519312560218
To Reproduce
- "/br s diamond_block"
- "/gmask 0"
- "/mask >gold_block"
- Brush ontop of a gold block pile.
Expected behaviour
It should create a top layer of diamond blocks, without cutting into the gold blocks.
Screenshots / Videos
The left side is with the method explained, the right side is placed by hand and is the expected outcome.
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/7aabd1467b9e43f9affede1aea657444
Fawe Version
FAWE 12.8.5-SNAPSHOT (1.20.4)
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
so the gmask logic is ignored while the mask logic is used? I can reproduce your issue