FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Gmasks and Masks not working together

SpringToger opened this issue ยท 2 comments

commented

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.

2024-01-18_15 15 32

https://discord.com/channels/268444645527126017/344128526435221505/1197635519312560218

To Reproduce

  1. "/br s diamond_block"
  2. "/gmask 0"
  3. "/mask >gold_block"
  4. Brush ontop of a gold block pile.

Expected behaviour

2024-01-18_15 29 08
It should create a top layer of diamond blocks, without cutting into the gold blocks.

Screenshots / Videos

weird
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

Anything else?

No response

commented

so the gmask logic is ignored while the mask logic is used? I can reproduce your issue

commented

Yes, the gmask is being overriden by the mask.