xDest+width-1, yDest+height-1, zDest+length-1);
for(TileEntity e : new ArrayList<TileEntity>(removeTiles))
destCanvas.removeTileEntity(e);
// import schematic to destination map
destCanvas.importSchematic(xDest, yDest, zDest, schema);
// copy biomes from source to destination
if(copy_biomes)
{
for(int z=zSrc; z<zSrc+length; z++)