FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Degree mask /[Mind][Maxd] is bugged below y=0

DanieleCelestino opened this issue ยท 2 comments

commented

Server Implementation

Paper

Server Version

1.18.1

Describe the bug

Using the degree mask below y=0 creates weird lines in the terrain.

To Reproduce

  1. Create a simple terrain
  2. Select the whole terrain
  3. /gmask [0d][40d]
  4. //replace ID ID

All of that, below y=0

Expected behaviour

Before 1.18, the command was just fine replacing the degrees without lefting weird lines

Screenshots / Videos

Screenshot_1

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/b8a5d60f71464aeaa9fde8cdf4b2c2fd

Fawe Version

FastAsyncWorldEdit-Bukkit-2.1.1-SNAPSHOT-139.jar

Checklist

Anything else?

To be honest, a lot of other features are affected by the -y problem, including //fillr for example where the issue is this one:
unknown

commented

Duplicate of #1664 (also not an issue based on y-coord)

commented

Still broke. I was testing some outdated versions, ver 135 doesn't have this bug but it only works for 1.18.1 and below server. 1.18.2 need ver 136+

I also tested ver 153 and it has the same issue as the image above.