1. Builds
  2. WorldEdit (master)
  3. Build #6310

WorldEdit Build #6310

Be aware that this branch (master) is not the main branch (version/7.2.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
Changes
IDSummaryCommitterDate
78848d5cMerge pull request #2245 from cthbleachbit/master EditSession.drawSpline: use vectors at block center for spline nodesoctavia.togamia month ago
17ce47cdEditSession.drawSpline: use vectors at block center for spline nodes The spline generator was fed integral block node vectors, where center of a block at coordinate (X,Y,Z) is actually in (X+0.5,Y+0.5,Z+0.5). When generating a spline with (X,Y,Z)s, the curve sometimes doesn't go through the intended block and may make weird turns at end of the curve. Placing spline nodes at the center causes the curve to actually hit the center of every block selected. cth4512 months ago