Conversation
- supersedes #3431
|
I've just built and ran a quick test, which uses the 1_21_11 adapter, and it's throwing a few errors around Pasting: https://mclo.gs/1aph6Tp |
Hm, worked when I tested... Will try again |
This should be fixed |
Built and tested again. Look good, no errors in console when doing paste, undo or redo. Build looks correctly pasted in the world. |
| final BitArrayUnstretched bitArray = new BitArrayUnstretched(bitsPerEntry, 4096, blockStates); | ||
|
|
||
| bitArray.fromRaw(blocksCopy); | ||
| bits = LongStream.of(Arrays.copyOfRange(blockStates, 0, blockBitArrayEnd)); |
There was a problem hiding this comment.
Arrays.stream(...) has an overload that takes bounds, this way we could avoid the array copy here.
Overview
Fixes #{issue number}
Description
Submitter Checklist
@since TODO.