FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

surfacespline not working under y=0

Lukasz825700516 opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.18.1

Describe the bug

surfacespline path is clamped into 0 and up, so paths that are under y=0 are forcibly moved to height 0.

To Reproduce

  1. //brush surfacespline dirt 3
  2. create any path on negative y levels

Expected behaviour

Path's height is not set to maximum between 0 and itself

Screenshots / Videos

image

Pink concrete - terrain
Dirt - generated path
Green dots - points that where selected for path generation

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/5d911c1414254734b97c0ccee9d9f59d

Fawe Version

2.0.2-SNAPSHOT-92;f657a80

Checklist

Anything else?

I have not checked custom worlds with custom world heights.