fix: do not always set random rotate to true

- Fixes #2259
 - How'd that even get through
This commit is contained in:
dordsor21
2023-06-03 16:34:23 +01:00
parent 4fa927f996
commit 048dcaf327

View File

@ -77,7 +77,7 @@ public class ClipboardBrush implements Brush {
this.pasteEntities = pasteEntities;
this.pasteBiomes = pasteBiomes;
this.sourceMask = sourceMask;
this.randomRotate = true;
this.randomRotate = randomRotate;
}
@Override