Skip to content

Fix //cone command generating weird shapes#3477

Merged
NotMyFault merged 1 commit intomainfrom
fix/cone-command
Mar 7, 2026
Merged

Fix //cone command generating weird shapes#3477
NotMyFault merged 1 commit intomainfrom
fix/cone-command

Conversation

@SirYwell
Copy link
Copy Markdown
Member

@SirYwell SirYwell commented Mar 6, 2026

Overview

Fixes #3476

Description

The makeCone code had multiple bugs. I adjusted it to be closer to the WE code while keeping the optimizations around.

Submitter Checklist

  • Make sure you are opening from a topic branch (/feature/fix/docs/ branch (right side)) and not your main branch.
  • Ensure that the pull request title represents the desired changelog entry.
  • New public fields and methods are annotated with @since TODO.
  • I read and followed the contribution guidelines.

@SirYwell SirYwell requested a review from a team as a code owner March 6, 2026 11:19
@github-actions github-actions Bot added the Bugfix This PR fixes a bug label Mar 6, 2026
@NotMyFault NotMyFault merged commit 8a74c80 into main Mar 7, 2026
9 checks passed
@NotMyFault NotMyFault deleted the fix/cone-command branch March 7, 2026 16:11
Chwitst187 pushed a commit to Chwitst187/FastAsyncWorldEdit that referenced this pull request Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bugfix This PR fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

//cone generates incorrect shape compared to WorldEdit

2 participants