//brush spline has limited/incorrect funcitionality
Aeiiry opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.18.1
Describe the bug
Currently, the spline brush has only limited functionality, it will only ever create a thin spline through selected points.
Several sources of information, including images linked in-game, point towards there being additional functionality around creating larger splines via sets of curves or loops.
Example sources include
- https://www.planetminecraft.com/blog/fawe-tutorial/ (old guide)
- /brush spline entry on this page https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki/Commands#brush-commands-edittop
- In-game info when you input //brush spline and no parameters
- This video embedded on the spigotmc page for FAWE https://www.youtube.com/watch?v=GOpRy1Y2cYk
To Reproduce
Below is assuming FAWE is installed and you are currently in-game with the correct permissions.
- Change selection to convex polyhedral with //sel convex
- Create a simple curve selection through 3+ points, using //pos1 for the first and //pos2 for the subsequent points
- Use //curve [block name] to create a curve through those points
- Ensure there are no points in the curve that have purely diagonal connections e.g ensure all block faces are touching at least one other block face
- Repeat steps 2-4 one or more times
- While holding a valid non-block item, use //brush spline [block name] to create a spline brush
- Right click on the end block of each created curve with the brush
- When all curves have been selected, right click again on the last selected block
- Observe
Expected behaviour
Expected behaviour is what is depicted in these images
https://i.imgur.com/CeRYAoV.jpg -> https://i.imgur.com/jtM0jA4.png
Current behaviour (screenshots taken today)
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/baba5a4b24964e5788b9cfde089c02d1
Fawe Version
2.0.0-SNAPSHOT-59;c2f3c13
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?
From memory, this may have been broken since 1.17, I vaguely remember trying the same command and getting similar results
Can you try build 58 please? 59 addresses #1510 which is likely the behavior you are describing?
Can you try build 58 please? 59 addresses #1510 which is likely the behavior you are describing?
@NotMyFault
Behaviour is identical and also incorrect on build 58