Open TheBeems opened 3 years ago
Command could be something like this:
clone <begin> <end> <destination> [replace|masked] [force|move|normal] [0|90|180|270] [none|leftRight|frontBack]
clone <begin> <end> <destination> filtered <filter> [force|move|normal] [0|90|180|270] [none|leftRight|frontBack]
See if it is possible to rotate copied blocks when pasting them.
Copy/paste in Minecraft is actually cloning the blocks from one place to another: https://minecraft.makecode.com/reference/blocks/clone
There is no way to rotate the blocks on cloning, so need to see if this can be programmed.