Minecraft /CLONE Command Tutorial [1.19]
Clone Command in Minecraft Xbox One Edition
In Minecraft Xbox One Edition, there are 2 syntaxes for the /clone command.
To clone a source region to a destination region:
To clone only a specific block in a source region to a destination region:
Example in Nintendo Switch Edition
To clone a source region from the starting coordinate (6, 63, 2) to the ending coordinate (0, 68, 2) and then copy this region of blocks to the destination coordinate (~ ~ ~):
To clone a source region from the starting coordinate (~ ~-3 ~4) to the ending coordinate (~5 ~6 ~5) and then move it to the destination coordinate (~3 ~-2 ~-9):
To clone a source region from the starting coordinate (4, 60, -1) to the ending coordinate (2, 66, -3) and then copy only the dirt to the destination coordinate (~1 ~60 ~2):
Example in Java Edition (PC/Mac) 11 and 12
To clone a source region from the starting coordinate (229, 64, 335) to the ending coordinate (205, 75, 358) and then copy this region of blocks to the destination coordinate (173, 64, 254):
To clone a source region from the starting coordinate (299, 74, 238) to the ending coordinate (288, 88, 224) and then move it to a position that is 19 blocks West and 10 blocks North of our current position:
To clone a source region from the starting coordinate (~ ~-3 ~) to the ending coordinate (~5 ~5~ 5) and then copy only the bedrock blocks to the destination coordinate (~10 ~10 ~10):
FAQ
How do you clone blocks in Minecraft bedrock?
- begin is the starting x y z coordinate for the source region to clone (ie: first corner block).
- end is the ending x y z coordinate for the source region to clone (ie: opposite corner block).
- destination is the x y z coordinate for the destination region. …
- replace is optional.