Skip to content

Fix pasting schematic coordinates with spaces - #10696

Open
TheLivan wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
TheLivan:mc1.21.1/dev
Open

Fix pasting schematic coordinates with spaces#10696
TheLivan wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
TheLivan:mc1.21.1/dev

Conversation

@TheLivan

Copy link
Copy Markdown

String#replaceAll returns a new string; its result was discarded, so clipboard values like "100, 64, -20" failed to parse and the paste was silently ignored.

String#replaceAll returns a new string; its result was discarded, so
clipboard values like "100, 64, -20" failed to parse and the paste was
silently ignored.
@VoidLeech VoidLeech added pr type: fix PR fixes a bug pr flag: simple PR has minimal changes labels Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr flag: simple PR has minimal changes pr type: fix PR fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants