TheBeems / pxt-worldBuilder

Script to make building inside Minecraft:Education Edition a little easier. Inspired by, and similar as WorldEdit for Minecraft.
MIT License
5 stars 3 forks source link

Feature request: make rotation possible for copy/paste #10

Open TheBeems opened 3 years ago

TheBeems commented 3 years ago

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.

TheBeems commented 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]